From e4f8ff5b8fad38eca0b05e82666bc8241297656a0e0e8e09445ddd84c265b347 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Tue, 5 Sep 2023 13:56:33 +0000 Subject: [PATCH] Accepting request 1108882 from home:seijikun:branches:Publishing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 4.6.3 * improved handling of active packages when loading included files * better detection that a screen is not active any more and move window onto active screen * Cancel button of dialog for inserting label references now inserts nothing, but you can still add an empty reference when needed (#3230) - Update to 4.6.2 * fix crash - Update to 4.6.1 * fix wrong path for saving cache information (#3225) * allow delimiter operations on $ math sections - Update to 4.6.0 * use subfiles root for compilation if the current document is a child * load the complete subfile project to provide proper syntax checking, also when just opening a subfile root * cache structure/labels/usercommands/packages for faster reload of large projects (optional) (ef0ab75) * add support for alignedat environment in QuickArray Wizard (#2921) * add a Lorem Ipsum generator to the Random Text Generator dialog (#3102) * change default windows style for new installs to Fusion instead of modern-dark, in case system darkmode is detected (ad0fc44) * improve some details and fix issues of the Quick Start wizard (#2901, #3153, #3150, #3157) * improve some details of the Edit Macros dialog (#3130) * The link to the TeXstudio homepage is now at the top of the About dialog (Help menu) and the number of the latest stable version is also displayed (#3146) * option Disable horizontal scrolling for “Fit to Text Width” now affects horizontal scrolling with mousepad and scroll wheel (#1526) * fix editor moving last line of a selection when selection ends at start of a line (#3131) * fix some icon issues on OSX (#3100,#3104) * basic support for tblr colspec OBS-URL: https://build.opensuse.org/request/show/1108882 OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=77 --- texstudio-4.5.2.tar.gz | 3 --- texstudio-4.6.3.tar.gz | 3 +++ texstudio.changes | 38 ++++++++++++++++++++++++++++++++++++++ texstudio.spec | 2 +- 4 files changed, 42 insertions(+), 4 deletions(-) delete mode 100644 texstudio-4.5.2.tar.gz create mode 100644 texstudio-4.6.3.tar.gz diff --git a/texstudio-4.5.2.tar.gz b/texstudio-4.5.2.tar.gz deleted file mode 100644 index 15b8955..0000000 --- a/texstudio-4.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d43dd21a111aacf57e40b0ee27c94b9923f8fdbddec5bad919596abf9a03f3cf -size 111326481 diff --git a/texstudio-4.6.3.tar.gz b/texstudio-4.6.3.tar.gz new file mode 100644 index 0000000..daeff8c --- /dev/null +++ b/texstudio-4.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2a0f765291644de022bea8910fbdf2e08f06adb9ef2e053db7b41de785e29a +size 111413199 diff --git a/texstudio.changes b/texstudio.changes index 1542471..c8b057a 100644 --- a/texstudio.changes +++ b/texstudio.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Sep 04 09:42:29 UTC 2023 - Markus Ebner + +- Update to 4.6.3 + * improved handling of active packages when loading included files + * better detection that a screen is not active any more and move + window onto active screen + * Cancel button of dialog for inserting label references now inserts + nothing, but you can still add an empty reference when needed (#3230) +- Update to 4.6.2 + * fix crash +- Update to 4.6.1 + * fix wrong path for saving cache information (#3225) + * allow delimiter operations on $ math sections +- Update to 4.6.0 + * use subfiles root for compilation if the current document is a child + * load the complete subfile project to provide proper syntax checking, + also when just opening a subfile root + * cache structure/labels/usercommands/packages for faster reload of + large projects (optional) (ef0ab75) + * add support for alignedat environment in QuickArray Wizard (#2921) + * add a Lorem Ipsum generator to the Random Text Generator + dialog (#3102) + * change default windows style for new installs to Fusion instead + of modern-dark, in case system darkmode is detected (ad0fc44) + * improve some details and fix issues of the Quick Start + wizard (#2901, #3153, #3150, #3157) + * improve some details of the Edit Macros dialog (#3130) + * The link to the TeXstudio homepage is now at the top of the About + dialog (Help menu) and the number of the latest stable version is + also displayed (#3146) + * option Disable horizontal scrolling for “Fit to Text Width” now + affects horizontal scrolling with mousepad and scroll wheel (#1526) + * fix editor moving last line of a selection when selection ends + at start of a line (#3131) + * fix some icon issues on OSX (#3100,#3104) + * basic support for tblr colspec + ------------------------------------------------------------------- Sun Apr 16 09:39:05 UTC 2023 - Dmitry Roshchin diff --git a/texstudio.spec b/texstudio.spec index e5b5e15..96313e0 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -17,7 +17,7 @@ Name: texstudio -Version: 4.5.2 +Version: 4.6.3 Release: 0 Summary: LaTeX Editor License: Apache-2.0 AND GPL-2.0-only AND GPL-3.0-only AND MPL-1.1