Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Talinx committed Sep 22, 2024
1 parent bbace66 commit b32577d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
CHANGES SINCE 1.3.0
- support Exif metadata (for image orientation)
- support for WebP images
- add option to center image in terminal
- support for Zsh completion

CHANGES SINCE 1.2.0
- Add edge shading - edge shading can be enabled by setting the desired edge threshold with --edge-threshold=N.N. Thanks to Oscar Saharoy (https://github.com/OscarSaharoy)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([jp2a],[1.2.0],[[email protected]], [jp2a], [https://github.com/Talinx/jp2a])
AC_INIT([jp2a],[1.3.0],[[email protected]], [jp2a], [https://github.com/Talinx/jp2a])
m4_ifdef([DX_INIT_DOXYGEN],
[doc=true
DX_INIT_DOXYGEN([jp2a])],[doc=false])
Expand Down
2 changes: 1 addition & 1 deletion man/jp2a.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH jp2a 1 "September 8, 2024" "version 1.2.0" "USER COMMANDS"
.TH jp2a 1 "September 22, 2024" "version 1.3.0" "USER COMMANDS"
.SH NAME
jp2a \- convert JPEG, PNG and WebP images to ASCII
.SH SYNOPSIS
Expand Down

0 comments on commit b32577d

Please sign in to comment.