diff -Nru texworks-0.6.2~201903161651~git~eefdd71~cosmic/debian/changelog texworks-0.6.3~201903161719~git~a2470ca~cosmic/debian/changelog --- texworks-0.6.2~201903161651~git~eefdd71~cosmic/debian/changelog 2019-03-16 16:51:34.000000000 +0000 +++ texworks-0.6.3~201903161719~git~a2470ca~cosmic/debian/changelog 2019-03-16 17:19:17.000000000 +0000 @@ -1,30 +1,45 @@ -texworks (0.6.2~201903161651~git~eefdd71~cosmic) cosmic; urgency=low +texworks (0.6.3~201903161719~git~a2470ca~cosmic) cosmic; urgency=low - * Implement handling of links to external files in the PDF preview - * Implement a simple screen calibration widget to allow adapting the PDF - preview to the screen's resolution - * Improve responsiveness when opening large documents - * Use old content instead of rendering placeholers after a PDF was reloaded - to facilitate seeing changes - * Improve the usability of the "Remove Aux Files..." dialog by letting the - user toogle the selection by clicking anywhere on the row - * Add support for the bibliography program "biber" by default - * Allow custom zoom levels in the PDF status bar context menu - * Add a Windows manifest so TeXworks looks more "native" on modern versions - of Windows + * Implement "Insert Citations..." dialog + * Implement indenting/unindenting by Tab/Shift+Tab (thanks to fsonner) + * Make synchronization granularity configurable (highlight corresponding + character, word, or line) + * Add ability to distinguish identically named files by displaying the + respective folders they are in in the window title, window menu, and under + "Open Recent" + * Implement "Fit to content width" PDF zoom (which ignores empty space + around the text) + * Disable unavailable typesetting engines + * Allow to change the editor font size by Ctrl+Mousewheel (thanks to Tim + Hoffmann) + * Improve the detection of spellchecking languages (add ability to search + multiple directories and list all results) + * Hide the menu bar in PDF full screen mode + * Rework/expand code completion strings (thanks to Joseph Wright) + * Add/update syntax highlighting for LaTeX, ConTeXt, Lua, DTX (all thanks to + Joseph Wright), and BibTeX + * Add cleanup-patterns for beamer files .nav & .snm + * Add new/unified icons for typeset (thanks to Tim Hoffmann) and zooming + * Display paper size and file size in the PDF metadata - * Fix PDF zoom speed for high-resolution mouse-wheels - * Fix a deadlock causing TeXworks to hang when loading PDF annotations such - as links - * Fix crash when changing files outside TeXworks - * Fix crash when syncing from an if-block in the TeX file - * Fix crash when reloading a PDF while text was selected - * Fix enabling of the first/previous/next/last page toolbar buttons in the - PDF preview - * Fix the wrong appearance of the PDF magnifier in some cases - * Fix truncation issues and misreported Windows versions in "Email to - mailing list" + * Fix infinite loop in syntax highlighter (which caused significant + slow-down especially for large files) + * Fix underline when spellchecking with syntax highlighting + * Fix "Place on Left/Right", especially on multi-screen setups + * Avoid 'file "" not found' errors when synchronizing + * Fix synchronization while searching in a PDF + * Fix fine-grained synchronization near paragraph boundaries + * Fix the PDF copy menu command + * Fix PDF text selection + * Fix font color reset when searching and using stylesheets + * Fix crashes when working with locked PDFs + * Fix unexpected cursor movement when using a combination of backspace and + up/down arrow keys (thanks to Markus Kuhn) + * Fix the font in the log parser output + * Fix persistent magnifying glass + * Remove unimplemented PDF menu items cut, paste, clear * Update translations + * Update libraries for pre-built binaries - -- Stefan Löffler Sat, 16 Mar 2019 16:51:24 +0000 + -- Stefan Löffler Sat, 16 Mar 2019 17:19:07 +0000 diff -Nru texworks-0.6.2~201903161651~git~eefdd71~cosmic/debian/copyright texworks-0.6.3~201903161719~git~a2470ca~cosmic/debian/copyright --- texworks-0.6.2~201903161651~git~eefdd71~cosmic/debian/copyright 2019-03-16 16:51:34.000000000 +0000 +++ texworks-0.6.3~201903161719~git~a2470ca~cosmic/debian/copyright 2019-03-16 17:19:17.000000000 +0000 @@ -1,4 +1,4 @@ -This package was debianized by Stefan Löffler on Sat, 16 Mar 2019 16:51:24 +0000 +This package was debianized by Stefan Löffler on Sat, 16 Mar 2019 17:19:07 +0000 It was downloaded from https://github.com/TeXworks/texworks diff -Nru texworks-0.6.2~201903161651~git~eefdd71~cosmic/GitArchiveInfo.txt texworks-0.6.3~201903161719~git~a2470ca~cosmic/GitArchiveInfo.txt --- texworks-0.6.2~201903161651~git~eefdd71~cosmic/GitArchiveInfo.txt 2019-03-16 16:35:43.000000000 +0000 +++ texworks-0.6.3~201903161719~git~a2470ca~cosmic/GitArchiveInfo.txt 2019-03-16 17:06:14.000000000 +0000 @@ -1,4 +1,4 @@ // This file is used to identify the latest git commit. Please do not touch. -#define GIT_COMMIT_HASH "eefdd71" -#define GIT_COMMIT_DATE "2019-03-16 17:35:43 +0100" +#define GIT_COMMIT_HASH "a2470ca" +#define GIT_COMMIT_DATE "2019-03-16 18:06:14 +0100" diff -Nru texworks-0.6.2~201903161651~git~eefdd71~cosmic/res/TeXworks.exe.manifest texworks-0.6.3~201903161719~git~a2470ca~cosmic/res/TeXworks.exe.manifest --- texworks-0.6.2~201903161651~git~eefdd71~cosmic/res/TeXworks.exe.manifest 2019-03-16 16:35:43.000000000 +0000 +++ texworks-0.6.3~201903161719~git~a2470ca~cosmic/res/TeXworks.exe.manifest 2019-03-16 17:06:14.000000000 +0000 @@ -1,6 +1,6 @@ - + diff -Nru texworks-0.6.2~201903161651~git~eefdd71~cosmic/src/TWVersion.h texworks-0.6.3~201903161719~git~a2470ca~cosmic/src/TWVersion.h --- texworks-0.6.2~201903161651~git~eefdd71~cosmic/src/TWVersion.h 2019-03-16 16:35:43.000000000 +0000 +++ texworks-0.6.3~201903161719~git~a2470ca~cosmic/src/TWVersion.h 2019-03-16 17:06:14.000000000 +0000 @@ -21,5 +21,5 @@ #define VER_MAJOR 0 #define VER_MINOR 6 -#define VER_BUGFIX 2 -#define TEXWORKS_VERSION "0.6.2" +#define VER_BUGFIX 3 +#define TEXWORKS_VERSION "0.6.3"