From 2b9d4cfff96a32622b0c510d4ce80ecceff5c6517c70b754645719894b351db6 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 1 Mar 2021 11:00:51 +0000 Subject: [PATCH] Accepting request 874431 from home:seijikun:branches:openSUSE:Factory - Update to version 3.1.1 * fix crashes concerning opening included files * let global TOC update as you type - Update to version 3.1.0 * fix changing GUI language * global TOC added which needs to be updated for now (WIP) - Update to version 3.0.5 * fix crash when deleting all elements of a build chain (#1415) * fix large tooltips on win with ADWAITA style * number of pdf rendering threads limited to 8 (or to set value, see #1463) * add command line option --texpath to force a tex path * fix touchpad scroll in x direction * fix a seldom crash * adapt speller dialog to find the same errors as the online checker * fix replace in global search OBS-URL: https://build.opensuse.org/request/show/874431 OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=51 --- texstudio-3.0.4.tar.gz | 3 --- texstudio-3.1.1.tar.gz | 3 +++ texstudio.changes | 23 +++++++++++++++++++++++ texstudio.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 texstudio-3.0.4.tar.gz create mode 100644 texstudio-3.1.1.tar.gz diff --git a/texstudio-3.0.4.tar.gz b/texstudio-3.0.4.tar.gz deleted file mode 100644 index 7ccdebb..0000000 --- a/texstudio-3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaa8d67ee5894692c5c39880ab0fcbc4fb42fd5e22242e5c192dfe025a208a36 -size 83191627 diff --git a/texstudio-3.1.1.tar.gz b/texstudio-3.1.1.tar.gz new file mode 100644 index 0000000..06367e6 --- /dev/null +++ b/texstudio-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386a3d09d222a65f3c2a4dbb0cbafe6c6784987487a19299cf96a1f4000e16d2 +size 83239128 diff --git a/texstudio.changes b/texstudio.changes index 84cd470..388ee09 100644 --- a/texstudio.changes +++ b/texstudio.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Feb 22 19:07:22 UTC 2021 - Markus Ebner + +- Update to version 3.1.1 + * fix crashes concerning opening included files + * let global TOC update as you type +- Update to version 3.1.0 + * fix changing GUI language + * global TOC added which needs to be updated for now (WIP) + +------------------------------------------------------------------- +Tue Feb 16 22:52:10 UTC 2021 - Markus Ebner + +- Update to version 3.0.5 + * fix crash when deleting all elements of a build chain (#1415) + * fix large tooltips on win with ADWAITA style + * number of pdf rendering threads limited to 8 (or to set value, see #1463) + * add command line option --texpath to force a tex path + * fix touchpad scroll in x direction + * fix a seldom crash + * adapt speller dialog to find the same errors as the online checker + * fix replace in global search + ------------------------------------------------------------------- Wed Jan 6 13:02:41 UTC 2021 - Dirk Müller diff --git a/texstudio.spec b/texstudio.spec index 9383d80..c15ceaa 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -17,7 +17,7 @@ Name: texstudio -Version: 3.0.4 +Version: 3.1.1 Release: 0 Summary: LaTeX Editor License: GPL-2.0-only AND GPL-3.0-only AND Apache-2.0 AND MPL-1.1