-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: FedericoBruzzone <[email protected]>
- Loading branch information
1 parent
dfd53af
commit 9ae9cb6
Showing
2 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased] - yyyy-mm-dd | ||
Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible. | ||
### Added | ||
### Changed | ||
### Fixed | ||
|
||
## [1.0.0] - 2024-08-09 | ||
|
||
### Added | ||
|
||
#### Telegram API | ||
- project configuration for APIs | ||
- Authentication | ||
- Receive messages | ||
- Send messages | ||
- Handle updates from server | ||
- Handle login | ||
- Handle logout | ||
- Handle view message | ||
- Change user status to online and offline | ||
- Display messages with time of arrival | ||
- Display if messages has been readed | ||
- Edit message | ||
- Delete message | ||
- Copy message | ||
- Reply message | ||
- Handle message edited | ||
|
||
#### Config | ||
- Logger config | ||
- Keybindings config | ||
- App config | ||
- Theme config | ||
- Telegram config | ||
|
||
#### CI/CD | ||
- CI for Linux | ||
- CI for MacOS Intel | ||
- CI for MacOS arm64 | ||
- CI for Windows | ||
- CD for release | ||
|
||
### Changed | ||
|
||
### Fixed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters