-
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.
feat(CHANGELOG.md): add CHANGELOG.md file to document version history
feat(genzai.py): add version, author, and app details to CONFIG dictionary for better configuration management refactor(genzai.py): rename TITLE and DIMENSION keys in CONFIG to APP_TITLE and APP_DIMENSION for better semantics fix(genzai.py): set app to non-resizable to prevent UI distortion
- Loading branch information
Showing
2 changed files
with
26 additions
and
5 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,15 @@ | ||
# Changelog | ||
|
||
## [1.0.0] - 2024-06-08 | ||
|
||
### Added | ||
|
||
- Initial release of Genzai 🎉, a lightweight Discord custom Rich Presence manager. | ||
|
||
- Core functionalities: | ||
- Connect to Discord RPC using a client ID. | ||
- Update presence with customizable details. | ||
|
||
### Release | ||
|
||
- Linux Build |
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