-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frefactor: fixed a lot of error after adding next.js, but this versio…
…n still not stable
- Loading branch information
Showing
122 changed files
with
12,801 additions
and
21,208 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,31 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). | ||
|
||
|
||
## [Unreleased] | ||
### Added | ||
- Starting to maintain a changelog for this project. | ||
- Basic structure for documenting project changes. | ||
|
||
## [0.2.0] - 2024-12-01 | ||
### Added | ||
- Frontend: Timer with configurable settings. | ||
- Backend: User authentication and session management. | ||
- API: REST endpoints for user activity tracking. | ||
|
||
### Changed | ||
- Improved performance for timer functionality. | ||
- Enhanced logging for backend error handling. | ||
|
||
### Fixed | ||
- Frontend bug: Timer would reset incorrectly after page reload. | ||
- Backend: Resolved issue with token expiration. | ||
|
||
## [0.1.0] - 2024-11-15 | ||
### Added | ||
- Initial MVP release. | ||
- Basic frontend with timer and task list. | ||
- Backend with static endpoints for fetching user data. |
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
Oops, something went wrong.