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