File: ChangeLog

package info (click to toggle)
aview 1.3.0rc1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: ansic: 2,990; sh: 542; makefile: 8
file content (25 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Changed in version 1.3
 o	Fixed asciiview script to properly fall back to imagemagick
 o	Added manual pages
 o	Converted to automake
 o	Fixed crashes and compilation problems.
Changes in version 1.2
 o	Updated for aalib-1.1
 o	Better 'u' menu
Changes in version 1.1
 o	Fixed bugs in Makefile
 o	Do not require efence anymore
 o	Configure script
 o	Fixed memory leak in flip.c
 o	Hide cursor
 o	Extended documentation
 o	Faster animation preloading
 o	Uses faster memcpy/memset functions
 o	image.c now reads P1 - P6 file formats (pgm, ppm, pnm both raw/ascii)
 o	gifview obsoleted by asciiview - new script that uses eighter
 	imagemagick or netpbm tools to convert image using fifo. 
	So it is fast and saves memory/disk space
 o	Added some keys into aaflip - contrast, bright, gamma tunning etc.
 	Press 'H' for help
Changes in version 1.0
 o	First version (released in a hurry and very broken)