Release 0.4.5 (TL'13) [April 2013]
* Fix "Restore defaults" in preferences dialog
* Fix removal and selection of text moved via drag'n'drop
* Fix default saving location
* Keep UTF-8 BOMs in files that have them
* Make "Goto Source" lead to the last active source window
* Implement close button for the console output panel
* Implement "Open PDF with TeX" option
* Improve compatibility with OS color schemes
* New encoding support for "Mac Central European Roman"
* Code cleanup
* Updated log parser (improve handling of long messages and file paths)
* New script properties/functions: cursorPosition, getEngineList()
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Release 0.4.4 (TL'12) [April 2012]
* Fix crash caused by Qt when adding lines at the beginning of a document
* Fix search/replace for multi-line strings
* Work around layout issues which cause lines to disappear
* Fix building with BSD make
* Fix block selection of last paragraph
* Fix overwrite of "Find all occurrences" option
* Improve "Unable to execute..." error dialog
* Rename "Show/Hide Output Panel" to "Show/Hide Console Output" in the menu
and the preferences dialog
* Remove subject and add instructions to body of the "email to mailinglist"
* Bring the window running TeX to the top at the beginning of typesetting to
ensure that the console output is visible
* Allow symlinks and display only folders in "path for programs" in the
preferences dialog
* Add "Clear Recent Files" to "Open Recent" menu
* Add an autocompletion entry to the preferences dialog
* Add Lua(La)TeX to the default tools (and drop LaTeXmk by default)
* Add an option to open log files
* Add CMake support (experimental)
* Update SyncTeX to version 1.17
* Update URLs to http://www.tug.org/texworks/
* Some enhancements to functions available to scripting
* Avoid showing an empty message box for script results
* Resolve symlinks when looking for scripts
* Expose the scripts' titles, authors, filenames, etc. to scripting
* Update/improve scripts: open pdf in default viewer, derive spellchecking
language from babel package, log parser
The TeXworks project is an effort to build a simple TeX front-end program
(working environment) that will be available for all todays major desktop
operating systems-in particular, MS Windows (XP/Vista/7), typical GNU/Linux
distros and other X11-based systems, as well as Mac OS X. It is deliberately
modeled on Dick Koch?s award-winning TeXShop for Mac OS X, which is credited
with a resurgence of TeX usage on the Mac platform.
To provide a similar experience across all systems, TeXworks is based on
cross-platform, open source tools and libraries. The Qt toolkit was chosen
for the quality of its cross-platform user interface capabilities, with
native "look and feel" on each platform being a realistic target. Qt also
provides a rich application framework, facilitating the relatively rapid
development of a usable product.
The normal TeXworks workflow is PDF-centric, using pdfTeX and XeTeX as
typesetting engines and generating PDF documents as the default formatted
output. Although it is possible to configure a processing path based on DVI,
newcomers to the TeX world need not be concerned with DVI at all, but can
generally treat TeX as a system that goes directly from marked-up text files
to ready-to-use PDF documents.