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