Twee jaar na versie 0.4.5 is nu versie 0.4.6 van TeXworks uitgekomen. TeXworks is een opensource en crossplatform frontend voor TeX, een manier voor het opmaken van documenten. Het programma is gemodelleerd op TeXShop, een programma voor OS X. TeXworks genereert documenten in pdf-formaat en heeft een ingebouwde pdf-viewer gebaseerd op de poppler-bibliotheek. De changelog voor versie 0.4.6 kan hieronder worden gevonden.
Release 0.4.6 (TL'15)
- Implement character-level synchronization by using text searching to assist SyncTeX
- Lift hardwrap line length limitation and implement (hard) unwrap
- Always show console output tab while typesetting to show progress
- Improve the handling of UTF-8 byte order marks
- Improve the log parsing script
- Improve the handling of script errors
- Work around a race condition that causes lines to become invisible, subsequently leading to a crash
- Fix incorrectly accumulating indent
- Fix SyncTeX initialization with non-ASCII filenames
- Fix selection of whole lines and when selecting right-to-left
- Fix hangs and crashes when using "Fit to ..." in the PDF view
- Fix a crash when running an invalid system command from scripts
- Fix encoding issues when reading environment variables
- Fix scrolling when searching for multi-line strings
- Fix auto-completion when working with RTL languages
- Improve the handling of Retina displays in Mac OS X
- Fix a crash when opening PDF files from the Windows Explorer
- Provide texworks.appdata.xml for *nix platforms
- Fix compilation with Qt 5
- Improve the CMake build system
- Add support for Lua 5.2
- Move development from Google Code to GitHub