Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenyay committed Dec 24, 2023
1 parent a54e8a8 commit 3635bee
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 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.931" date="2023-12-03"/>
<release version="3.3.0.932" date="2023-12-24" />
<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" />
Expand Down Expand Up @@ -81,4 +81,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,11 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<versions>
<version number="3.3.0.931">
<version number="3.3.0.932" status="beta" date="2023-12-24">
<changes>
<change>On tags cloud panel add a button to show applied tags only.</change>
<change>Add context menu for tags cloud.</change>
<change>Updated the German localization.</change>
</changes>

<changes lang="ru">
<change>На панели облака тегов добавлена кнопка для показа только установленных меток.</change>
<change>Добавлено контекстное меню для облака тегов.</change>
<change>Обновлена немецкая локализация.</change>
</changes>
</version>
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/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.7.7">
<version number="1.7.7" date="2023-12-24">
<download href="https://jenyay.net/uploads/Outwiker/Markdown/markdown-1.7.7.zip">
<requirements>
<api>3.922</api>
Expand Down
2 changes: 1 addition & 1 deletion plugins/source/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.26">
<version number="1.26" date="2023-12-24">
<download href="https://jenyay.net/uploads/Outwiker/SourcePlugin/source-1.26.zip">
<requirements>
<api>3.922</api>
Expand Down
2 changes: 1 addition & 1 deletion plugins/thumbgallery/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.6.2">
<version number="1.6.2" date="2023-12-24">
<download href="https://jenyay.net/uploads/Outwiker/ThumbGallery/thumbgallery-1.6.2.zip">
<requirements>
<api>3.922</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, 931)
__status__ = ''
__version__ = (3, 3, 0, 932)
__status__ = 'beta'
__api_version__ = (3, 928)


Expand Down

0 comments on commit 3635bee

Please sign in to comment.