Releases: Lawrence-Chiappelli/screendimmer
0.4.2 - Build/install fix
- Fixed an issue that prevented the program from building and/or installing from the AUR
See previous releases.
0.4.1 - Minor bug fixes
Fixed an issue that prevented the icon file from being installed.
- The icon path file name has been prepended with 'resources/' to accomodate the new project setup
- Removed inaccurate console messages displayed during the 'python setup.py build' process
See the previous release for the full list of new features.
0.4.0 - New features and quality of life adjustments
- Label added at bottom of tray to prevent accidental quit misclicks
- Selecting monitors no longer closes the application
- Better terminal feedback if running via command
- New popup for 'Donate / Support' with more helpful information
- Optimized codebase to make contributing more accessible
0.3.1
Versioning bug fixes and quality of life improvement implemented.
See full commit: 6f9c749
A typo was removed from utils.py, where the Linux path to the .desktop file was incorrectly specified.
Retrieval of metadata was slightly adjusted. The program accounts for different pathing that changes between the build process (python setup.py build) and running as an installation. The differences are minute but make a huge a difference in program flow. See the new module configappdata.py. Refer to the docstring for my conclusion.
tray.py and setup.py retrieve app metadata from the same module, but in a slightly different way. The method to retrieve the configuration file allows for an argument that asks the user how they want to retrieve the file. Refer to both modules for more info.
In brightness.ini, changed the program brightness level to 1.0 to match the session's default brightness level.
0.3.0
0.2.1
Changes made to setup.py for accuracy and authenticity purposes. Version number, long description content type and author name were all adjusted.
0.2.0
Quality of life improvement: program reverts to default brightness when the application is terminated by the user manually.
0.1.0
Initial release. Refer to the Arch Wiki for making packages with PKGBUILD.