Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Dec 30, 2022
1 parent c93fabb commit ccf58be
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
17 changes: 13 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,19 @@ Changelog

* **[NEXT]** (changes on ``master``, but not released yet):

* Fixed an issue that prevents the update of the view with older Pango
versions (@flozz, #41)
* Updated Italian translation (@albanobattistella, #39)
* Updated Spanish translation (@haggen88, #42)
* Nothing yet ;)

* **v1.2.2:**

* Bug fix:

* Fixed an issue that prevents the update of the view with older Pango
versions (@flozz, #41)

* Translations:

* Updated Italian translation (@albanobattistella, #39)
* Updated Spanish translation (@haggen88, #42)

* **v1.2.1:**

Expand Down
15 changes: 15 additions & 0 deletions linuxpkg/org.flozz.yoga-image-optimizer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,21 @@

<releases>

<release version="1.2.2" date="2022-12-30">
<description>
<p>Bug fix:</p>
<ul>
<li>Fixed an issue that prevents the update of the view with older
Pango versions (@flozz, #41)</li>
</ul>
<p>Translations:</p>
<ul>
<li>Updated Italian translation (@albanobattistella, #39)</li>
<li>Updated Spanish translation (@haggen88, #42)</li>
</ul>
</description>
</release>

<release version="1.2.1" date="2022-11-22">
<description>
<p>Fixes / improvements:</p>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="yoga_image_optimizer",
version="1.2.1",
version="1.2.2",
description="A graphical interface to convert and optimize JPEG, PNG and WebP images (based on YOGA)",
url="https://yoga.flozz.org/",
project_urls={
Expand Down
2 changes: 1 addition & 1 deletion yoga_image_optimizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

APPLICATION_ID = "org.flozz.yoga-image-optimizer"
APPLICATION_NAME = "YOGA Image Optimizer"
VERSION = "1.2.1"
VERSION = "1.2.2"

0 comments on commit ccf58be

Please sign in to comment.