Skip to content

Commit

Permalink
Prepare for release v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Sep 10, 2023
1 parent 9dd7676 commit f252e27
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
workflows:
version: 2

test:
CircleCI:
jobs: &all-tests
- py38
- py39
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
imgp v2.9
2023-09-10

- Support converting P mode PNGs
- Fix AttributeError: module 'PIL.Image' has no attribute 'Resampling'
- Fix ANTIALIAS is deprecated and will be removed in Pillow 10
- Add Python 3.11 support
- Remove support for Python 3.7 (EOL)

-------------------------------------------------------------------------------

imgp v2.8
2020-12-01

Expand Down
2 changes: 1 addition & 1 deletion imgp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pad = '_IMGP' # output file suffix when --overwrite is unused
png_ip = Image.Resampling.LANCZOS # default interpolation for PNG
fill_color = '#ffffff' # BG color to strip alpha channel
init_time = time.time() # profile the total time taken
_VERSION_ = '2.8' # current program version
_VERSION_ = '2.9' # current program version

# Globals for multiprocessing
pool = None
Expand Down
2 changes: 1 addition & 1 deletion imgp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "IMGP" "1" "01 Dec 2020" "Version 2.8" "User Commands"
.TH "IMGP" "1" "10 Sep 2023" "Version 2.9" "User Commands"
.SH NAME
imgp \- Resize, rotate JPEG and PNG images.
.SH SYNOPSIS
Expand Down

1 comment on commit f252e27

@jarun
Copy link
Owner Author

@jarun jarun commented on f252e27 Sep 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.