From e0a0b0eec358e439396fdc77898a924f1a12545873debf3414a7d16bc300e134 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 17 Sep 2020 06:52:19 +0000 Subject: [PATCH] Accepting request 832943 from home:seijikun:branches:Publishing - Update to version 3.0.1 * fix glitch in modern style (#1238, triangle missing) * fix equation preview (#1234) * fix commands with quotes (#1225 & #1169) * fix syntax marker in darkmode (#1224) - Update to version 3.0.0 * speed up document parsing, should result in faster document load times * spell checking is done asynchronously * custom verbatim/math env highlighting abandoned for a cwl based approach * better dark-mode support - Update to version 2.12.22 * fixes garbled symbols in OSX * fixes crash when changing magic language comment and pdf search path handling. * last release supporting Qt4 - Update to version 2.12.20 * fixes a problem with replacing when search highlight is activated - Update to version 2.12.18 * mainly a bug fix release * better support of regexp in search - Update to version 2.12.16 * mainly a bug fix release. * most notable change is flickerfree update of pdf - Update to version 2.12.14 * fix bug that not all available GUI languages are shown * tweak fuzzy completer * fix template presentation - Update to version 2.12.12 * improve macro handling, provide gui that directly downloads macros from github.com/texstudio-org/texstudio-macro * add fuzzy completion mode * add cwls * fix rare bug that the character appear reverse order * bug fixes - Use source url - Drop conditionals for older distros, they fail to build anyways - Use spec-cleaner to modernise spec file - Update to version 2.12.10 * bug fixes * fix structure view with Qt >5.10 - Update to version 2.12.8 * improved tokenizer for syntax checking and completion * pressing Ctrl+F while the editor search has focus opens the extended search, i.e., you'll get extended search by pressing Ctrl+F twice * automatically insert math delimiters ($) when inserting a math command outside of a math env (can be turned off, default on) * change copy behavior of multiple cursors from selection order to line order * file list is now a transparent popup window: closes when clicked outside * combine file conflict and show diff dialog * fix file watcher not recognizing multiple changes to a file in quick succession * improved detection of package names when opening texdoc * new symbol panel layout * some touch scrolling on certain panels * updated synctex and poppler libraries for pdf viewer * fix undo when a snippet is inserted and a selection is inserted as well * fix some parts of the editor background may not be drawn in the correct color * build for OSX High Sierra * various other fixes - Unbreak build on Leap 42.x, make_jobs is only provided by macros.qt5 - Disable crash handler on aarch64/armv6l/armv7l, aarch64 is not implemented and armv6l/armv7l is broken - use %qmake5 macro to supply CXXFLAGS and also CFLAGS - Update to version 2.12.6 * Minor changes - Update to version 2.12.2 * PDF shortcuts are now changable * improved user interface: optimized layout, some new icons, some changes of color * warn if file-saving fails * Support LanguageTool json API (needed for LanguageTool > 3.5) - Update to version 2.11.2 * major performance speedup * speed up pasting into large documents (factor 100x) * add comment toggle * improved search panel layout * improved bracket detection for \todo highlighting (bug 1789) * improved parsing of section titles (bug 1817) * bugfixes and minor changes, see included CHANGELOG.txt for details - Set minimal required memory for building: 2500 Mb - Update to version 2.11.0 * support two editors next to each other * new tabular wizard * support multi-line commands * add scrollbar marks for search and bookmarks * add command option --no-session * bugfixes and minor changes, see included CHANGELOG.txt for details - Update to version 2.10.8: * bugfix release, see included CHANGELOG.txt for details - Update to version 2.10.6 * bugfix release, see included CHANGELOG.txt for details - Update to version 2.10.4 * bugfix release, see included CHANGELOG.txt for details - Update to version 2.10.2 * new and improved LaTeX parser * improved search results window * open password protected pdfs * improved UI scaling * temporary highlight target text of go to definition * bugfixes - Update to version 2.9.4 * bugfix release, see included CHANGELOG.txt for details - Build with Qt5 for openSUSE > 13.2 - Update to version 2.9.0 * link overlays for urls * close editor tab by pressing middle mouse button * support optional filename argument in txs:///view-pdf-internal * add "expand/collapse all documents" to context menu of structure * add tabulary support * windowed pdf viewer now supports --no-focus argument * improved detection of label name for "Insert \ref to Next Label" * improved context detection for preview * improved search for texdoc location * improved log parsing including support for LaTeX3 warnings and errors * resize with soft line warp: keep vertical cursor position constant * support .tikz files (treated like .tex files) * bugfixes - Update to version 2.8.8, mostly bugfixes, see CHANGELOG.txt - Drop texstudio-correct-doc-location.patch - Update to version 2.8.0 * completion and syntax check on keyval options, e.g. \includegraphics (graphicx!) * search and replace over several documents improved * improved parser for log files (better detection of filenames) * todo-style commands (e.g. \todo{}) are added to the list of todos * the keyboard modifier key for the context menu (spellcheck suppression) is configurable via texstudio.ini "Editor/ContextMenuKeyboardModifiers" * improved auto-hide toolbars feature in embedded viewer * users can overwrite the default language definitions and add own ones * makeglossaries support * allow quoted filenames in include-like commands to support filenames and directories containing spaces * updated LaTeX reference manual * several bugfixes - Update to version 2.7.0 * added Edit -> Text Operations (To Lowercase / To Uppercase / To Titlecase) * added list of recent sessions * speedup of saving for large documents * added recognition in filetree for import subimport importfrom and subimportfrom (Thanks to Steven Vandekerckhove) * added button to stop a running compilation * the dictionary search path can now contain of multiple directories * Dictionaries in the OpenOffice/LibreOffice Extension format (*.oxt) can now be imported * Updated the latex reference manual to to a recent version * new option for maximum image tooltip width * new option "Reference commands in context menu" * new options for additional search paths in editor logic * new option for automatic encoding detection: make latex and character based detection selectable separately * new options for pdf highlight color and duration * find dialog: search in all loaded documents i.e. also in hidden * improved synchonization PDF -> source * support "% !BIB = biber" syntax for compatibility with TeXShop and TeXWorks * added several new cwl files * several bugfixes - Set correct documentation location * texstudio-correct-doc-location.patch Wed Jun 12 14:01:31 UTC 2013 - jsundermeyer@sf.net - release (2.6.0) Fri Mar 29 14:01:31 UTC 2013 - jsundermeyer@sf.net - fix potential crash (2.5.2) - bug fixes (2.5.2) - spec file cleanup, fixed some RPMlint warnings - update to version 2.5.1 - update to version 2.5 - update to version 2.4 - update to version 2.3 - initial release of version 2.2 OBS-URL: https://build.opensuse.org/request/show/832943 OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=45 --- texstudio-3.0.0.tar.gz | 3 --- texstudio-3.0.1.tar.gz | 3 +++ texstudio.changes | 18 +++++++++++++----- texstudio.spec | 2 +- 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 texstudio-3.0.0.tar.gz create mode 100644 texstudio-3.0.1.tar.gz diff --git a/texstudio-3.0.0.tar.gz b/texstudio-3.0.0.tar.gz deleted file mode 100644 index 6d4a7aa..0000000 --- a/texstudio-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1f704f84b2007621c5f8ec7fd3b4cf96693f98fd25724ee8fe9c3dccdc7ab2a -size 36129478 diff --git a/texstudio-3.0.1.tar.gz b/texstudio-3.0.1.tar.gz new file mode 100644 index 0000000..ac657ae --- /dev/null +++ b/texstudio-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2a7d266fecdfa3ea4a454fd66833a54590e610f880c6a97644cdcfc2116191 +size 36144393 diff --git a/texstudio.changes b/texstudio.changes index f997a15..809c2af 100644 --- a/texstudio.changes +++ b/texstudio.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 08 08:46:27 UTC 2020 - Markus Ebner +- Update to version 3.0.1 + * fix glitch in modern style (#1238, triangle missing) + * fix equation preview (#1234) + * fix commands with quotes (#1225 & #1169) + * fix syntax marker in darkmode (#1224) + ------------------------------------------------------------------- Wed Aug 26 18:36:41 UTC 2020 - Dmitry Roshchin @@ -8,34 +16,34 @@ Wed Aug 26 18:36:41 UTC 2020 - Dmitry Roshchin * better dark-mode support ------------------------------------------------------------------- -Thu Jan 23 13:18:25 UTC 2020 - info@ebner-markus.de +Thu Jan 23 13:18:25 UTC 2020 - Markus Ebner - Update to version 2.12.22 * fixes garbled symbols in OSX * fixes crash when changing magic language comment and pdf search path handling. * last release supporting Qt4 ------------------------------------------------------------------- -Wed Jan 15 14:40:13 UTC 2020 - info@ebner-markus.de +Wed Jan 15 14:40:13 UTC 2020 - Markus Ebner - Update to version 2.12.20 * fixes a problem with replacing when search highlight is activated ------------------------------------------------------------------- -Wed Jan 8 11:57:25 UTC 2020 - info@ebner-markus.de +Wed Jan 8 11:57:25 UTC 2020 - Markus Ebner - Update to version 2.12.18 * mainly a bug fix release * better support of regexp in search ------------------------------------------------------------------- -Wed May 20 09:49:21 UTC 2019 - info@ebner-markus.de +Wed May 20 09:49:21 UTC 2019 - Markus Ebner - Update to version 2.12.16 * mainly a bug fix release. * most notable change is flickerfree update of pdf ------------------------------------------------------------------- -Wed May 15 10:21:00 UTC 2019 - info@ebner-markus.de +Wed May 15 10:21:00 UTC 2019 - Markus Ebner - Update to version 2.12.14 * fix bug that not all available GUI languages are shown diff --git a/texstudio.spec b/texstudio.spec index 07c018f..73a5767 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -17,7 +17,7 @@ Name: texstudio -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: LaTeX Editor License: GPL-2.0-only AND GPL-3.0-only AND Apache-2.0 AND MPL-1.1