Skip to content

Commit

Permalink
Prepare for v2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Sep 30, 2016
1 parent 5b4f8ef commit c25a7dd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@

imgd v2.0
2016-09-30

News
- imgd is available on AUR

Modifications
- process current directory, if source unspecified
- completion scripts for bash, fish and zsh
- option `--processimgd` is now `--includeimgd`
- option `--keep` to skip images with matching hres/vres
- skip symbolic links to avoid recursive loops
- PEP8 compliance

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

imgd v1.0
Expand Down
2 changes: 1 addition & 1 deletion imgd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ overwrite = False # remove source images
debug = False # enable debug information
no_res_opt = False # --res and --scale options not specified
pad = '_IMGD' # output file suffix when --overwrite is unused
_VERSION_ = '1.0' # current program version
_VERSION_ = '2.0' # current program version

# Globals for multiprocessing
pool = None
Expand Down
2 changes: 1 addition & 1 deletion imgd.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "IMGD" "1" "Aug 2016" "Version 0.1" "User Commands"
.TH "IMGD" "1" "Sep 2016" "Version 2.0" "User Commands"
.SH NAME
imgd \- Resize or rotate JPEG and PNG images.
.SH SYNOPSIS
Expand Down

0 comments on commit c25a7dd

Please sign in to comment.