Accepting request 492270 from home:badshah400:branches:Publishing
- Update to version 0.6.2: + 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. + Bugs fixed: - 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". OBS-URL: https://build.opensuse.org/request/show/492270 OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=18
This commit is contained in:
parent
6036bbeb0d
commit
176d411b16
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b8ed503633f18d04086002d837b5c306b0bffbf548161c803d287bc6a6446ae
|
||||
size 11310546
|
3
release-0.6.2.tar.gz
Normal file
3
release-0.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71ca285374e7b497a09930d68d5c2dbd29ffa215b188ab92e7277cdf6b56ad3d
|
||||
size 11508276
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 30 21:52:52 UTC 2017 - badshah400@gmail.com
|
||||
|
||||
- Update to version 0.6.2:
|
||||
+ 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.
|
||||
+ Bugs fixed:
|
||||
- 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".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 17 08:06:33 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package texworks
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007-09 by Jonathan Kew.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: texworks
|
||||
Version: 0.6.1
|
||||
Version: 0.6.2
|
||||
Release: 0
|
||||
Summary: TeXshop-like TeX Editor
|
||||
License: GPL-2.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user