Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
Contains breaking changes!

+ You may create rules, that prevent inversion now
~ Change app_rules format (rename property)
~ Rename app_rules to inversion_rules for clean
+ Now you can apply title checking for all titles between root and current window inclusive
+ System tray! yuhu!
+ Icons: for app, for tray and for windows
~ Fix: Error on inverted window closed
+ Now you may add/remove windows from inversion rules via tray
+ Update now checks once per day (You may start check manually)
+ Update confirmation now available for developers
+ Program now properly handle windows exit signals
   There is no difference betwiin tray Exit and console window close
+ Try not to use spooky magic in setup.py (if it'll crash program, I'll revert this)
+ Hide console by default (you may bring console back with tray)
  • Loading branch information
MaxBQb committed Aug 21, 2021
1 parent 7fc5f76 commit 779bc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _meta.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.2"
__version__ = "0.4.0"
__product_name__ = "InversionFilterManager"
__author__ = "MaxBQb"
__icon__ = "img/inversion_manager.ico"

0 comments on commit 779bc3f

Please sign in to comment.