Skip to content

Commit

Permalink
Prepare for v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 17, 2017
1 parent 2923f00 commit 8cf7268
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
imgp v2.3
2017-04-17

Modifications
- Show number of images not processed due to low resolution
- Option `--size` to limit processing by minimum image size

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

imgp v2.2
2016-10-10

Expand Down
2 changes: 1 addition & 1 deletion imgp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ debug = False # enable debug information
no_res_opt = False # --res is not specified
pad = '_IMGP' # output file suffix when --overwrite is unused
init_time = time.time() # profile the total time taken
_VERSION_ = '2.2' # current program version
_VERSION_ = '2.3' # 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" "Oct 2016" "Version 2.2" "User Commands"
.TH "IMGP" "1" "Apr 2017" "Version 2.3" "User Commands"
.SH NAME
imgp \- Resize, rotate JPEG and PNG images.
.SH SYNOPSIS
Expand Down

16 comments on commit 8cf7268

@jarun
Copy link
Owner Author

@jarun jarun commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

@shaggytwodope @szlin imgp v2.3 is released.

@zmwangx I never thought of submitting imgp to Homebrew but some users are looking for it there. Also, it's feature complete so I don't see a new release in another 5/6 months (v2.2 was released in Oct 2016). Would you mind submitting it to Homebrew?

@professorjamesmoriarty

Choose a reason for hiding this comment

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

@jarun ppa updated, new packages will be online within the hour.

@jarun
Copy link
Owner Author

@jarun jarun commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

Thank you so much!

@zmwangx
Copy link

@zmwangx zmwangx commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

Packaging Pillow for Homebrew is (IIRC) a HUGE pain in the arse due to some policies, so I'm really reluctant to take responsibility for anything that has a Pillow dependency...

Maybe I can help you set up a tap that forgo some of our policies, which could be easier for me. How does that sound.

@jarun
Copy link
Owner Author

@jarun jarun commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

Simply awesome! I just need some way to make it easily available to those users. 👍

@zmwangx
Copy link

Choose a reason for hiding this comment

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

I'll explore that when I have time then.

@jarun
Copy link
Owner Author

@jarun jarun commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

sure!

@szlin
Copy link
Collaborator

@szlin szlin commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

@jarun Done!

@jarun
Copy link
Owner Author

@jarun jarun commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

Thanks a lot Lin!

@jarun
Copy link
Owner Author

@jarun jarun commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

@shaggytwodope I think the package for Wily is not updated in the PPA. Also AUR still shows the older version.

@professorjamesmoriarty

Choose a reason for hiding this comment

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

@jarun So the wily package is just legacy, wily series has reached EOL. I'll submit a deletion request shortly. The aur package is not under my control. I do not know the person who submited and maintains it at this time.

@jarun
Copy link
Owner Author

@jarun jarun commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

Thanks for the info. I'll request the AUR submitter.

@jarun
Copy link
Owner Author

@jarun jarun commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

BTW, is there any way to request change of maintainer on AUR? Can I do that as an author?

@professorjamesmoriarty

Choose a reason for hiding this comment

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

I honestly have no idea, that would be something to ask about on the aur mailinglist. I've never run into this before. I do know that if the package is not update for a period of two weeks or so you can request it be orphaned and adopt it accordingly.

@jarun
Copy link
Owner Author

@jarun jarun commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

Ahh... I know the maintainer @zach-adams. Sent him a mail offline.

It's been long since the last release and I work very closely with the 3 of you I guess.

@jarun
Copy link
Owner Author

@jarun jarun commented on 8cf7268 Apr 17, 2017

Choose a reason for hiding this comment

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

The AUR package is updated. Thanks @zach-adams!

Please sign in to comment.