X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=b0cec9e93b4af8ac0c84b513a922e98d2c351c14;hb=59df9eb838b273295a6b86ce9f522dc4ad71dc4d;hp=190f6d1915c0450c64f328e2731fc8182f74cb90;hpb=5fd40eddc39c912a04cdea83b57c0655cee6bd1d;p=xournal.git diff --git a/ChangeLog b/ChangeLog index 190f6d1..b0cec9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +Version 0.3 (Jul 23, 2006): + - new PDF rendering engine: export to PDF generates optimized files + (smaller and more accurate) + - export to PDF handles PDF backgrounds (up to PDF-1.4) natively + (without conversion to bitmap) + - default thickness of erasers and highlighters slightly increased + - zoom dialog box with input box and "fit to page height" option + - file format documentation added to the user's manual + +Version 0.2.2 (Jun 5, 2006): + - mapping of tools to stylus buttons (the options menu has new entries + to allow the mapping of buttons 2 and 3 to arbitrary tools; the tools + menu and toolbar affect the settings for button 1) (see manual) + - moving selection by drag-and-drop works across page boundaries + - vertical space tool can move items to next page (only when the entire + block being moved has crossed the page boundary; items on the new page + are not moved) + - "apply to all pages" is now a toggle button affecting the behavior of + paper size, color, and style commands + - change in the behavior of the selection upon switching between tools + +Version 0.2.1 (Jun 3, 2006): + - recently used files listed in file menu + - can change color or thickness of pen strokes in selection + - function to apply paper style to all pages + - can specify on command line a PDF file to annotate + - suggest a derived file name for PDF annotation + - speed up switching between pages + - fixed a bug in XInput initialization (thanks to Luca de Cicco) + - fixed a bug in print ranges (thanks to Mathieu Bouchard) + - fixed a refresh bug in rescaling bitmap backgrounds + Version 0.2 (Jan 29, 2006): - PDF file annotation using xpdf's pdftoppm (PDF backgrounds updated asynchronously at all resolutions) @@ -5,7 +37,7 @@ Version 0.2 (Jan 29, 2006): - option to antialias and filter bitmap backgrounds when zooming - option to emulate eraser tip with right mouse button - binary installer allows non-root installation without compiling - - full-screen mode + - full-screen mode (patch contributed by Luca De Cicco) Version 0.1.1 (Jan 5, 2006): - two bugfixes