Skip to content

Commit 2b66cc6

Browse files
committed
Release 0.5.0
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
1 parent f9551b9 commit 2b66cc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from enum import Enum, auto
33

44

5-
__version__ = "0.4.0"
5+
__version__ = "0.5.0"
66
__product_name__ = "InversionFilterManager"
77
__author__ = "MaxBQb"
88
__icon__ = "img/inversion_manager.ico"

0 commit comments

Comments
 (0)