Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Sep 12, 2022
1 parent 8f145b4 commit 2585a1e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 15 deletions.
15 changes: 11 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,18 @@ Changelog

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

* Translations added / udpated:
* Nothing yet

* Spanish (added)
* Russian (added)
* Turkish (updated)
* **v1.1.2:**

* New translations:

* Spanish
* Russian

* Updated translation:

* Turkish

* **v1.1.1:**

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This file is a memo for the maintainer.

* Update version number in ``setup.py``
* Update version number in ``yoga_image_optimizer/__init__.py``
* Update version number in ``linuxpkg/org.flozz.yoga-image-optimizer.metainfo``
* Add release in ``linuxpkg/org.flozz.yoga-image-optimizer.metainfo``
* Edit / update changelog in ``README.rst``
* Commit / tag (``git commit -m vX.Y.Z && git tag vX.Y.Z && git push && git push --tags``)

Expand Down
30 changes: 22 additions & 8 deletions linuxpkg/org.flozz.yoga-image-optimizer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<name>YOGA Image Optimizer</name>
<project_license>GPL-3.0-or-later</project_license>
<summary>A graphical tool to convert and optimize JPEG, PNG and WebP images</summary>
<developer_name>Fabien LOISON</developer_name>

<url type="homepage">https://yoga.flozz.org/</url>
<url type="bugtracker">https://github.com/flozz/yoga-image-optimizer/issues</url>
Expand All @@ -17,18 +18,18 @@

<description>
<p>
YOGA Image Optimizer is a graphical user interface for YOGA Image that
converts and optimizes the size of JPEGs, PNGs and WebP image files.
YOGA Image Optimizer is a graphical user interface for YOGA Image that
converts and optimizes the size of JPEGs, PNGs and WebP image files.
</p>
<p>
You will be able to save about 30 % of space on JPEGs and 20 % on PNGs.
Optimizing a WebP image will save you only few percents... but
converting a JPEG to a lossy WebP can reduce image size to a half and
converting a PNG to a lossy WebP can save you 35 % on average.
You will be able to save about 30 % of space on JPEGs and 20 % on PNGs.
Optimizing a WebP image will save you only few percents... but
converting a JPEG to a lossy WebP can reduce image size to a half and
converting a PNG to a lossy WebP can save you 35 % on average.
</p>
<p>
Please note that image optimization is slow and may require a lot of RAM
(for example, the JPEG encoder needs 300 MB of RAM per Mpix).
Please note that image optimization is slow and may require a lot of RAM
(for example, the JPEG encoder needs 300 MB of RAM per Mpix).
</p>
</description>

Expand All @@ -40,6 +41,19 @@
</screenshots>

<releases>
<release version="1.1.2" date="2022-09-12">
<description>
<p>New translations:</p>
<ul>
<li>Spanish</li>
<li>Russian</li>
</ul>
<p>Updated translation:</p>
<ul>
<li>Turkish</li>
</ul>
</description>
</release>
<release version="1.1.1" date="2021-09-29"/>
<release version="1.1.0" date="2021-09-06"/>
<release version="1.0.0" date="2021-06-11"/>
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.1.1",
version="1.1.2",
description="A graphical interface to convert and optimize JPEG, PNG and WebP images (based on YOGA)",
url="https://github.com/flozz/yoga-image-optimizer",
license="GPLv3",
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 @@ -4,4 +4,4 @@

APPLICATION_ID = "org.flozz.yoga-image-optimizer"
APPLICATION_NAME = "YOGA Image Optimizer"
VERSION = "1.1.1"
VERSION = "1.1.2"

0 comments on commit 2585a1e

Please sign in to comment.