From 6cb922d0a3d2049b37631f8e682a431d7346bcc686009c6568af9cb345d5ec71 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Wed, 22 Feb 2023 15:12:03 +0000 Subject: [PATCH] Accepting request 1067171 from home:seijikun:branches:Publishing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 4.5.1 * Provide online template repository * change preview target in IDEFIX menu (#2760) * use QtMultimedia instead of phonon to show movies in pdf (non-default) * regex in search panel is syntax checked and marked if wrong * latex menu for horizontal spacing (#2687) * config dialog with resizable splitter (#2707) * insert inline math mode as $$ (#2719) * add editor action “Move all (others) to other view” (#2713) * show macro name in completer list (#2679) * show macro trigger and shortcut in configuration window (#2635) * fix wrong side panel title when changing grid size in config (#2743) * preview/clear preview now use position of context menu as reference (#2794) * add a Package Tab to the QuickStart Wizard (#2831) * Editor option ‘Show Only Monospaced Fonts’ is now persistent (#788) * fix size of config dialog on low res screens (#995) * add script command loadManagedMenu, s. new section “Menu Definitions” in the manual (#2816) * switch to pointer cursor over bookmark column of editors (#2220) * add shadow option for rectangular magnifier in pdf viewer config (#2885) * in split view mode add editor to split view where current editor is (#2838) OBS-URL: https://build.opensuse.org/request/show/1067171 OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=73 --- texstudio-4.4.1.tar.gz | 3 --- texstudio-4.5.1.tar.gz | 3 +++ texstudio.changes | 24 ++++++++++++++++++++++++ texstudio.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 texstudio-4.4.1.tar.gz create mode 100644 texstudio-4.5.1.tar.gz diff --git a/texstudio-4.4.1.tar.gz b/texstudio-4.4.1.tar.gz deleted file mode 100644 index 04487d6..0000000 --- a/texstudio-4.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83c46c971081c053a01a186b4a7fbb492d75bef4070ff8fa045311eda186562b -size 111073143 diff --git a/texstudio-4.5.1.tar.gz b/texstudio-4.5.1.tar.gz new file mode 100644 index 0000000..2875801 --- /dev/null +++ b/texstudio-4.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcd10579266eb77c68a115f094b344a4bfe39d570bdb95b59ff91a3ed3e246c +size 111518356 diff --git a/texstudio.changes b/texstudio.changes index 7d8177e..7263bf8 100644 --- a/texstudio.changes +++ b/texstudio.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Feb 22 13:31:38 UTC 2023 - Markus Ebner + +- Update to version 4.5.1 + * Provide online template repository + * change preview target in IDEFIX menu (#2760) + * use QtMultimedia instead of phonon to show movies in pdf (non-default) + * regex in search panel is syntax checked and marked if wrong + * latex menu for horizontal spacing (#2687) + * config dialog with resizable splitter (#2707) + * insert inline math mode as $$ (#2719) + * add editor action “Move all (others) to other view” (#2713) + * show macro name in completer list (#2679) + * show macro trigger and shortcut in configuration window (#2635) + * fix wrong side panel title when changing grid size in config (#2743) + * preview/clear preview now use position of context menu as reference (#2794) + * add a Package Tab to the QuickStart Wizard (#2831) + * Editor option ‘Show Only Monospaced Fonts’ is now persistent (#788) + * fix size of config dialog on low res screens (#995) + * add script command loadManagedMenu, s. new section “Menu Definitions” in the manual (#2816) + * switch to pointer cursor over bookmark column of editors (#2220) + * add shadow option for rectangular magnifier in pdf viewer config (#2885) + * in split view mode add editor to split view where current editor is (#2838) + ------------------------------------------------------------------- Sun Nov 27 11:17:35 UTC 2022 - Dmitry Roshchin diff --git a/texstudio.spec b/texstudio.spec index 8cbb31f..21cea56 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -17,7 +17,7 @@ Name: texstudio -Version: 4.4.1 +Version: 4.5.1 Release: 0 Summary: LaTeX Editor License: Apache-2.0 AND GPL-2.0-only AND GPL-3.0-only AND MPL-1.1