Skip to content

Releases: Lawrence-Chiappelli/screendimmer

0.4.2 - Build/install fix

01 Oct 05:45
Compare
Choose a tag to compare
  • Fixed an issue that prevented the program from building and/or installing from the AUR

See previous releases.

0.4.1 - Minor bug fixes

30 Sep 20:50
Compare
Choose a tag to compare

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

30 Sep 03:15
Compare
Choose a tag to compare
  • 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

11 Jan 09:45
Compare
Choose a tag to compare

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

11 Jan 01:15
Compare
Choose a tag to compare

Several changes made to better accommodate versioning automation. Application metadata displayed throughout the program is more reliable and accurate. View full commit: 16ed38a

0.2.1

10 Jan 20:33
Compare
Choose a tag to compare

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

10 Jan 06:08
Compare
Choose a tag to compare

Quality of life improvement: program reverts to default brightness when the application is terminated by the user manually.

0.1.0

09 Jan 20:50
Compare
Choose a tag to compare

Initial release. Refer to the Arch Wiki for making packages with PKGBUILD.