Skip to content

Commit

Permalink
Merge pull request #89 from t00m/0.0.99-changelog
Browse files Browse the repository at this point in the history
0.0.99 changelog
  • Loading branch information
t00m authored Aug 5, 2024
2 parents 004e0ca + f364269 commit 0993b97
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/CHANGELOG_TEMPLATE.txt
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
27 changes: 27 additions & 0 deletions Changelog.md
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)
15 changes: 15 additions & 0 deletions data/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ MiAZ helps you comply with these rules effortlessly.

**Disclaimer**: please, take into account that this project is based solely in my own experience and for my own necesities.

## 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).


### [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)


## Features

* **One or more document repositories**.
Expand Down

0 comments on commit 0993b97

Please sign in to comment.