-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from t00m/0.0.99-changelog
0.0.99 changelog
- Loading branch information
Showing
3 changed files
with
94 additions
and
0 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,52 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
- New dark mode feature. | ||
- Support for multiple languages. | ||
|
||
### Changed | ||
- Improved performance of the data processing algorithm. | ||
|
||
### Deprecated | ||
- The `oldFunction()` will be removed in the next release. | ||
|
||
### Removed | ||
- Removed the legacy logging system. | ||
|
||
### Fixed | ||
- Fixed crash when opening the settings menu. | ||
- Corrected typo in the welcome message. | ||
|
||
### Security | ||
- Updated dependencies to address security vulnerabilities. | ||
|
||
## [1.0.1] - 2024-08-05 | ||
|
||
### Added | ||
- New user profile page. | ||
- Export data as CSV feature. | ||
|
||
### Changed | ||
- UI enhancements for the dashboard. | ||
- Updated documentation for the new API endpoints. | ||
|
||
### Fixed | ||
- Resolved issue with data synchronization. | ||
- Fixed broken link in the footer. | ||
|
||
## [1.0.0] - 2024-07-15 | ||
|
||
### Added | ||
- Initial release of the project. | ||
- User authentication and authorization. | ||
|
||
[Unreleased]: https://github.com/your-repo/compare/1.0.1...HEAD | ||
[1.0.1]: https://github.com/your-repo/compare/1.0.0...1.0.1 | ||
[1.0.0]: https://github.com/your-repo/releases/tag/1.0.0 |
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,27 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
### Fixed | ||
|
||
### Security | ||
|
||
|
||
## [0.0.99] - 2024-07-25 | ||
|
||
### Initial pre-release for version 0.1 | ||
|
||
Fully functional application to manage personal documents with many features (see README) |
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