Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
Breaking changes!

~ Replace config.ini with settings.yaml
+ Reload from disk option in SystemTray
~ Now config dumped only when corrupted or not found
+ Settings for update checkups intervals
+ Choose window dialog now appears only when needed
~ Enum fields shows correct
+ Check before creation if rule with same name is already defined
+ Rules changes now applies immediately
+ Now only one instance of this app may exist
+ Try to setup filter options at startup
+ Settings for color filter setup
  • Loading branch information
MaxBQb committed Sep 4, 2021
1 parent f9551b9 commit 2b66cc6
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
Expand Up @@ -2,7 +2,7 @@
from enum import Enum, auto


__version__ = "0.4.0"
__version__ = "0.5.0"
__product_name__ = "InversionFilterManager"
__author__ = "MaxBQb"
__icon__ = "img/inversion_manager.ico"
Expand Down

0 comments on commit 2b66cc6

Please sign in to comment.