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