Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilburda committed Dec 7, 2024
1 parent 78818d0 commit f171624
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 80 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Upcoming
## 0.7

### December 07, 2024

* Added `Scale to fit` and `Keep aspect ratio` options to the Scale procedure.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Batcher is a [GIMP](https://www.gimp.org/) plug-in for batch-exporting layers as
* Limit export/editing to layers matching constraints


### [Download latest release](https://github.com/kamilburda/batcher/releases/tag/0.6) (0.6, November 18, 2024)
### [Download latest release](https://github.com/kamilburda/batcher/releases/tag/0.7) (0.7, December 07, 2024)

## Installation and Usage

Expand Down
4 changes: 2 additions & 2 deletions batcher/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
c.PLUGIN_NAME = 'batcher'
c.DOMAIN_NAME = 'batcher'
c.PLUGIN_TITLE = lambda: _('Batcher')
c.PLUGIN_VERSION = '0.6'
c.PLUGIN_VERSION_RELEASE_DATE = 'November 18, 2024'
c.PLUGIN_VERSION = '0.7'
c.PLUGIN_VERSION_RELEASE_DATE = 'December 07, 2024'
c.AUTHOR_NAME = 'Kamil Burda'
c.COPYRIGHT_YEARS = '2023-2024'
c.PAGE_URL = 'https://kamilburda.github.io/batcher'
Expand Down
Loading

0 comments on commit f171624

Please sign in to comment.