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