Skip to content

Commit

Permalink
Update changelog and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenyay committed Nov 15, 2023
1 parent 9505e11 commit 0983967
Show file tree
Hide file tree
Showing 5 changed files with 11 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.929" date="2023-10-01" />
<release version="3.3.0.930" date="2023-11-18" />
<release version="3.3.0.928" date="2023-09-30" />
<release version="3.2.0.926" date="2023-08-10" />
<release version="3.2.0.924" date="2023-06-17" />
Expand Down Expand Up @@ -80,4 +80,4 @@
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
</component>
6 changes: 5 additions & 1 deletion need_for_build/versions.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<?xml version='1.0' encoding='UTF-8'?>
<versions>
<version number="3.3.0.929" status="dev">
<version number="3.3.0.930" status="beta" date="2023-11-18">
<changes>
<change>Tags cloud GUI improvements.</change>
<change>Bug fixes.</change>
</changes>

<changes lang="ru">
<change>Улучшения в интерфейсе облака меток.</change>
<change>Исправление ошибок.</change>
</changes>
</version>

Expand Down
2 changes: 1 addition & 1 deletion plugins/diagrammer/versions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.1" encoding="UTF-8" ?>
<versions>
<version number="1.3.4">
<version number="1.3.4" date="2023-11-18">
<download href="https://jenyay.net/uploads/Outwiker/Diagrammer/diagrammer-1.3.4.zip">
<requirements>
<api>3.922</api>
Expand Down
2 changes: 1 addition & 1 deletion plugins/texequation/versions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.1" encoding="UTF-8" ?>
<versions>
<version number="2.6.8">
<version number="2.6.8" date="2023-11-18">
<download href="https://jenyay.net/uploads/Outwiker/TexEquation/texequation-2.6.8.zip">
<requirements>
<api>3.924</api>
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, 929)
__status__ = 'dev'
__version__ = (3, 3, 0, 930)
__status__ = 'beta'
__api_version__ = (3, 928)


Expand Down

0 comments on commit 0983967

Please sign in to comment.