Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenyay committed Mar 7, 2024
1 parent b6d706c commit 307e437
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions need_for_build/linux/net.jenyay.Outwiker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</screenshot>
</screenshots>
<releases>
<release version="3.3.0.935" date="2024-01-28"/>
<release version="3.3.0.936" date="2024-03-07" />
<release version="3.3.0.934" date="2024-01-27" />
<release version="3.3.0.932" date="2023-12-24" />
<release version="3.3.0.930" date="2023-11-18" />
Expand Down Expand Up @@ -83,4 +83,4 @@
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
</component>
10 changes: 8 additions & 2 deletions need_for_build/versions.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<versions>
<version number="3.3.0.935" status="dev">
<version number="3.3.0.936" status="beta" date="2024-03-07">
<changes>
<change>Added the ability for remapping for Ctr+C, Ctrl+V, Ctrl+X, Ctrl+A, Ctrl+Z, Ctrl+Y hot keys.</change>
<change>Use new vector icons for buttons.</change>
<change>Added new icons for pages.</change>
</changes>

<changes lang="ru">
<change>Возможность переназначать горячие клавиши Ctr+C, Ctrl+V, Ctrl+X, Ctrl+A, Ctrl+Z, Ctrl+Y.</change>
<change>Новые векторные значки в интерфейсе.</change>
<change>Добавлены новые значки для заметок.</change>
</changes>
</version>

Expand Down Expand Up @@ -63,4 +69,4 @@
<change>Улучшения в работе со стилями элементов списка.</change>
</changes>
</version>
</versions>
</versions>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"},
Expand Down
4 changes: 2 additions & 2 deletions src/outwiker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = (3, 3, 0, 935)
__status__ = 'dev'
__version__ = (3, 3, 0, 936)
__status__ = 'beta'
__api_version__ = (3, 934)


Expand Down

0 comments on commit 307e437

Please sign in to comment.