]> git.donarmstrong.com Git - xournal.git/blobdiff - ChangeLog
add Polish translation
[xournal.git] / ChangeLog
index b0cec9e93b4af8ac0c84b513a922e98d2c351c14..f2795d88b62432bfc0eaedae1552298d676c9e52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,100 @@
+This version:
+  - generate cursors from pixbufs (fixes a Win32 bug)
+  - work around Win32 bug: refuse paste if mismatched format
+  - Chinese (simplified) translation (by Mutse)
+  - updated German translation (Stefan Holtzhauer)
+  - ignore events from non-drawing devices by default (ignore_other_devices)
+  - Polish translation (by Mis Uszatek)
+
+Version 0.4.7 (July 4, 2012):
+  - insert image tool (based on patches by Victor Saase and Simon Guest)
+  - renamed "Journal" menu to "Page"
+  - paste images and text directly from and to other applications
+  - lasso tool (based on patch by Ian Woo Kim)
+
+Version 0.4.6 (May 22, 2012):
+  - win32 portability code (contributed by Dirk Gerrits)
+  - fix bug in PDF export code on 64-bit systems (patch by Robert Buchholz)
+  - fix hand tool bug when exiting canvas (#2905711)
+  - Italian translation (Marco Poletti), German translation (Stefan Lembach)
+  - Spanish translation (Alvaro), Brazil Portuguese translation (Marco Souza)
+  - fix save bug with text boxes containing > 4095 characters
+  - Czech translation (David Kolibac), Dutch translation (Timo Kluck)
+  - fix crash upon unplugging input devices
+  - change close dialog box default to "save" (patch by Kit Barnes)
+  - option to force PDF background rendering via cairo (slower but nicer)
+  - wrapper for missing GdkPixbuf rendering function in newest poppler
+  - disable GTK+ XInput bugfix by default (#3429416)
+  - fix linker flags (#3208984); evdev coordinate fix (#3244118) (Timo Kluck)
+  - specify license version: GPL v2 or later
+  - fix 1.#J coordinates from win32 xoj files
+
+Version 0.4.5 (Oct 2, 2009):
+  - bugfixes for GTK+ 2.16/2.17 issues with xinput events
+  - various minor UI bugfixes
+  - gettext internationalization (contributed by David Planella)
+  - Catalan translation (by David Planella), French translation
+  - use poppler instead of pdftoppm to render PDF backgrounds 
+    (after patches by Mike Ter Louw and Bob McElrath)
+  - various improvements to UI and to key bindings (including
+    patches by Bob McElrath and Lu Zhihe)
+  - use gtk-print instead of libgnomeprint for printing
+  - custom color chooser (patch contributed by Alex Ray)
+  - option to have tablet buttons toggle the mapping rather than draw
+  - paper color chooser (after a patch by Ole Joergen Broenner)
+  - remove binary installer (due to binary incompatibilities)
+  - UPDATED DEPENDENCIES: need gtk+ 2.10, poppler-glib 0.5.4
+
+Version 0.4.2.1 (Mar 27, 2008):
+  - bugfix for #1926757 (crash upon pasting variable-width stroke)
+  - bugfix: set ruler/recognizer setting to default upon switching tools
+
+Version 0.4.2 (Mar 25, 2008):
+  - bugfixes for X.org 7.3; allow XInput and core events in reverse order
+  - resize selection (patch contributed by Andy Neitzke)
+  - pressure sensitive pen (variable stroke width) (patch by Andy Neitzke)
+  - geometric shape recognizer (after an idea by Lukasz Kaiser) (see manual)
+  - clean up compiler warnings (patch contributed by Danny Kukawka)
+
+Version 0.4.1 (Sep 15, 2007):
+  - bugfix: compatibility with new versions of pdftoppm (thanks to V. Ciancia)
+  - GTK+ 2.11 event processing bugfix
+  - minor bugfixes: hand tool, handling of filenames containing '&'
+  - desktop and MIME files (thanks to Mathieu Bouchard) + updated installer
+  - config options: left-handed scrollbar (contributed by Uwe Winter),
+    hide some menu items (customizable in config file), auto-save preferences
+
+Version 0.4.0.1 (Sep 3, 2007):
+  - bugfixes for GTK+ 2.11 behavior (thanks to everyone who reported bugs)
+
+Version 0.4 (Aug 15, 2007):
+  - text tool (handles most TrueType and Type1 fonts)
+  - font selection dialog and button
+  - keyboard mappings (arrow keys)
+  - menu mnemonics and shortcuts (suggestions by Jean-Baptiste Rouquier)
+  - more responsive hand tool
+  - bugfix for GTK+ 2.11 XInput behavior (thanks to Robert Gerlach)
+  - various minor bugfixes and enhancements
+
+Version 0.3.3 (Jan 31, 2007):
+  - bugfix: upon loading a new file, zoom is set to default startup zoom
+  - config option to allow input from a mouse or other core pointer device
+  - config file entry to specify a default location for open/save
+    (patch contributed by Andy Neitzke)
+  - config file entries to customize visibility and position of toolbars
+  - icon (thanks to Michele Codutti)
+
+Version 0.3.2 (Nov 25, 2006):
+  - preferences file and Save Preferences command
+  - extra customization (via preferences file)
+  - minor UI changes (patch contributed by Eduardo de Barros Lima)
+  - hand tool (partially contributed by Vincenzo Ciancia)
+  - a few bugfixes in rendering of bitmap backgrounds
+
+Version 0.3.1 (Aug 3, 2006):
+  - fixed a file format bug on systems with non-standard numeric locale
+    (bug reported by Gert Renckens)
+
 Version 0.3 (Jul 23, 2006):
   - new PDF rendering engine: export to PDF generates optimized files
     (smaller and more accurate)