diff --git a/need_for_build/linux/net.jenyay.Outwiker.appdata.xml b/need_for_build/linux/net.jenyay.Outwiker.appdata.xml index 9f5d070f1..f237473cb 100644 --- a/need_for_build/linux/net.jenyay.Outwiker.appdata.xml +++ b/need_for_build/linux/net.jenyay.Outwiker.appdata.xml @@ -38,7 +38,7 @@ - + @@ -83,4 +83,4 @@ none none - + \ No newline at end of file diff --git a/need_for_build/versions.xml b/need_for_build/versions.xml index 04e1207a0..3649ca5c1 100644 --- a/need_for_build/versions.xml +++ b/need_for_build/versions.xml @@ -1,10 +1,16 @@ - + + Added the ability for remapping for Ctr+C, Ctrl+V, Ctrl+X, Ctrl+A, Ctrl+Z, Ctrl+Y hot keys. + Use new vector icons for buttons. + Added new icons for pages. + Возможность переназначать горячие клавиши Ctr+C, Ctrl+V, Ctrl+X, Ctrl+A, Ctrl+Z, Ctrl+Y. + Новые векторные значки в интерфейсе. + Добавлены новые значки для заметок. @@ -63,4 +69,4 @@ Улучшения в работе со стилями элементов списка. - \ No newline at end of file + diff --git a/pyproject.toml b/pyproject.toml index c4ccd5b4f..bc9ea4607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "outwiker" -version = "3.3.0.935" +version = "3.3.0.936" description = "A cross-platform software for keeping your notes in a tree" authors = [ {name = "Eugene Ilin (aka Jenyay)", email = "jenyay.ilin@gmail.com"}, diff --git a/src/outwiker/__init__.py b/src/outwiker/__init__.py index 1b510e6c5..f9235641f 100644 --- a/src/outwiker/__init__.py +++ b/src/outwiker/__init__.py @@ -1,5 +1,5 @@ -__version__ = (3, 3, 0, 935) -__status__ = 'dev' +__version__ = (3, 3, 0, 936) +__status__ = 'beta' __api_version__ = (3, 934)