]> git.donarmstrong.com Git - xournal.git/blob - ChangeLog
3d65b56c39910b14d764d95796d7b7ceb27f6347
[xournal.git] / ChangeLog
1 Version 0.4.2 (Mar 25, 2008):
2   - bugfixes for X.org 7.3; allow XInput and core events in reverse order
3   - resize selection (patch contributed by Andy Neitzke)
4   - pressure sensitive pen (variable stroke width) (patch by Andy Neitzke)
5   - geometric shape recognizer (after an idea by Lukasz Kaiser) (see manual)
6   - clean up compiler warnings (patch contributed by Danny Kukawka)
7
8 Version 0.4.1 (Sep 15, 2007):
9   - bugfix: compatibility with new versions of pdftoppm (thanks to V. Ciancia)
10   - GTK+ 2.11 event processing bugfix
11   - minor bugfixes: hand tool, handling of filenames containing '&'
12   - desktop and MIME files (thanks to Mathieu Bouchard) + updated installer
13   - config options: left-handed scrollbar (contributed by Uwe Winter),
14     hide some menu items (customizable in config file), auto-save preferences
15
16 Version 0.4.0.1 (Sep 3, 2007):
17   - bugfixes for GTK+ 2.11 behavior (thanks to everyone who reported bugs)
18
19 Version 0.4 (Aug 15, 2007):
20   - text tool (handles most TrueType and Type1 fonts)
21   - font selection dialog and button
22   - keyboard mappings (arrow keys)
23   - menu mnemonics and shortcuts (suggestions by Jean-Baptiste Rouquier)
24   - more responsive hand tool
25   - bugfix for GTK+ 2.11 XInput behavior (thanks to Robert Gerlach)
26   - various minor bugfixes and enhancements
27
28 Version 0.3.3 (Jan 31, 2007):
29   - bugfix: upon loading a new file, zoom is set to default startup zoom
30   - config option to allow input from a mouse or other core pointer device
31   - config file entry to specify a default location for open/save
32     (patch contributed by Andy Neitzke)
33   - config file entries to customize visibility and position of toolbars
34   - icon (thanks to Michele Codutti)
35
36 Version 0.3.2 (Nov 25, 2006):
37   - preferences file and Save Preferences command
38   - extra customization (via preferences file)
39   - minor UI changes (patch contributed by Eduardo de Barros Lima)
40   - hand tool (partially contributed by Vincenzo Ciancia)
41   - a few bugfixes in rendering of bitmap backgrounds
42
43 Version 0.3.1 (Aug 3, 2006):
44   - fixed a file format bug on systems with non-standard numeric locale
45     (bug reported by Gert Renckens)
46
47 Version 0.3 (Jul 23, 2006):
48   - new PDF rendering engine: export to PDF generates optimized files
49     (smaller and more accurate)
50   - export to PDF handles PDF backgrounds (up to PDF-1.4) natively
51     (without conversion to bitmap)
52   - default thickness of erasers and highlighters slightly increased
53   - zoom dialog box with input box and "fit to page height" option
54   - file format documentation added to the user's manual
55
56 Version 0.2.2 (Jun 5, 2006):
57   - mapping of tools to stylus buttons (the options menu has new entries
58     to allow the mapping of buttons 2 and 3 to arbitrary tools; the tools
59     menu and toolbar affect the settings for button 1) (see manual)
60   - moving selection by drag-and-drop works across page boundaries
61   - vertical space tool can move items to next page (only when the entire
62     block being moved has crossed the page boundary; items on the new page
63     are not moved)
64   - "apply to all pages" is now a toggle button affecting the behavior of
65     paper size, color, and style commands
66   - change in the behavior of the selection upon switching between tools
67
68 Version 0.2.1 (Jun 3, 2006):
69   - recently used files listed in file menu
70   - can change color or thickness of pen strokes in selection
71   - function to apply paper style to all pages
72   - can specify on command line a PDF file to annotate
73   - suggest a derived file name for PDF annotation
74   - speed up switching between pages
75   - fixed a bug in XInput initialization (thanks to Luca de Cicco)
76   - fixed a bug in print ranges (thanks to Mathieu Bouchard)
77   - fixed a refresh bug in rescaling bitmap backgrounds
78
79 Version 0.2 (Jan 29, 2006):
80   - PDF file annotation using xpdf's pdftoppm
81      (PDF backgrounds updated asynchronously at all resolutions) 
82   - PS/PDF backgrounds (as bitmaps at fixed resolution) using ghostscript
83   - option to antialias and filter bitmap backgrounds when zooming
84   - option to emulate eraser tip with right mouse button
85   - binary installer allows non-root installation without compiling
86   - full-screen mode (patch contributed by Luca De Cicco)
87
88 Version 0.1.1 (Jan 5, 2006): 
89   - two bugfixes
90   - backward compatibility with GTK+ 2.4
91
92 Version 0.1   (Jan 2, 2006): initial release