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