Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Sep 6, 2021
1 parent 6c40552 commit e710b7d
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 21 deletions.
59 changes: 40 additions & 19 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,34 +190,55 @@ Changelog

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

* New translations:
* Nothing yet

* Turkish
* Italian
* Occitan
* **v1.1.0:**

* `YOGA <https://github.com/wanadev/yoga>`_ updated to v1.1.0:

* Honor the JPEG orientation EXIF tag
* JPEG optimization improved: up to 7.3 % of additional size reduction
since previous version.
* YOGA can no more output a PNG larger than the input one when performing
a PNG to PNG optimization

* Settings were added:

* Theme selection / dark theme preference
* Number of threads used to optimize images
* Setting the default output locations / name or pattern of output files

* The "Stop" button now stops the running optimizations and not only the
pending ones
* Display a "Canceled" status on non-optimized image while the "Stop" button
is clicked
* Do not allow to remove images with the ``<Del>`` key while optimizing
* Multiple files can now be selected and their parameters can be edited all
at once
* "Optimize" and "Stop" buttons behaviour improved:

* The "Stop" button now stops the running optimizations and not only the
pending ones
* Display a "Canceled" status on non-optimized image while the "Stop"
button is clicked
* Do not optimize again images that have already been optimized

* Allow to resize images (downscale only, preserve ratio)
* Do not optimize again images that have already been optimized
* Allow to "mass update" the output file locations and names (next to the
input files, in a subfolder or using a custom pattern)
* Allow browsing for the output file location using a file chooser dialog
* Fix image previews: no more ugly thumbnails with indexed images
* Image previews now honor the JPEG orientation EXIF tag
* Use the Adwaita theme by default on Windows as the Windows10 GTK theme
looks buggy

* Multiselection: Multiple files can now be selected and their parameters can
be edited all at once

* Bug fix / improvements:

* Do not allow to remove images with the ``<Del>`` key while an
optimization is in progress
* Fix image previews: no more ugly thumbnails with indexed images
* Image previews now honor the JPEG orientation EXIF tag

* Windows specific changes:

* Use the Adwaita theme by default on Windows as the Windows10 GTK theme
looks buggy

* Translations udpated:

* French
* Italian (partial)
* Occitan
* Turkish (partial)

* **NOTE for packagers:**

Expand Down
1 change: 1 addition & 0 deletions linuxpkg/org.flozz.yoga-image-optimizer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</screenshots>

<releases>
<release version="1.1.0" date="2021-09-06"/>
<release version="1.0.0" date="2021-06-11"/>
</releases>

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.0.1",
version="1.1.0",
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="BSD-3-Clause",
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.0.1"
VERSION = "1.1.0"

0 comments on commit e710b7d

Please sign in to comment.