-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
190b9f6
commit 9ba3854
Showing
4 changed files
with
27 additions
and
4 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,23 @@ | ||
## v0.10.0 (2023-02-19) | ||
|
||
### Feat | ||
|
||
- Restrict resolution to 1920x1920 (#31) | ||
- Add testing to project (#7) | ||
- add basic service and installer (#17) | ||
|
||
## v0.0.0 (2023-02-02) | ||
|
||
### Feat | ||
|
||
- Improve project structure and setup (#4) | ||
|
||
### Fix | ||
|
||
- Fix vertical flip (#16) | ||
- Make run.py executable | ||
- Fix python version in GitHub actions | ||
|
||
### Refactor | ||
|
||
- Rename GitHub Action jobs (#6) |
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.9.0" | ||
__version__ = "0.10.0" |