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