forked from pool/texstudio
4867ca21d0
* fix background colors for AI chat interface in dark mode * configuration is directly saved after accepting changes * allow custom url for chatgpt server OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=81
662 lines
27 KiB
Plaintext
662 lines
27 KiB
Plaintext
-------------------------------------------------------------------
|
||
Thu Sep 12 10:57:59 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
||
|
||
- Update to 4.8.2
|
||
* fix background colors for AI chat interface in dark mode
|
||
* configuration is directly saved after accepting changes
|
||
* allow custom url for chatgpt server
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jul 11 14:11:16 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
||
|
||
- Update to 4.8.1
|
||
* allow hiding of sidepanel docks via view/show
|
||
* reduce number on visible dock on OSX due to qt osx style weakness
|
||
* fix raised dock after hiding/showing sidepanel
|
||
gh#texstudio-org/texstudio#3653
|
||
* fallback to simple syntax highligting when tooltip background differs from
|
||
general background gh#texstudio-org/texstudio#3644
|
||
* fix structure view context on sections gh#texstudio-org/texstudio#3642
|
||
* fix black background on comboxes with windows11 style (qt6.7.1)
|
||
|
||
- Update to 4.8.0
|
||
* AI chat assistant added
|
||
* use moveable/splitable docks for sidepanel
|
||
* extended search can now also search in all files in one folder
|
||
* add basic syntax highlighting for latex3 code
|
||
* fix handling CJK characters in pdf on OSX gh#texstudio-org/texstudio#3558
|
||
* fix rare crash gh#texstudio-org/texstudio#3556
|
||
* reload hidden docs when user chooses to discard changes
|
||
gh#texstudio-org/texstudio#3550
|
||
|
||
- Update to 4.7.3
|
||
* First line of macro editor no longer uses macro type, use buttons to set
|
||
type. Macro format changes slightly.
|
||
For details s. gh#texstudio-org/texstudio#3458
|
||
* add export of all macros in Edit Macros dialog
|
||
gh#texstudio-org/texstudio#3451
|
||
* macro editor now executes normal and environment macros in addition to
|
||
script macros gh#texstudio-org/texstudio#3444
|
||
* macro editor with better button arrangement gh#texstudio-org/texstudio#3451
|
||
* copy data from all issues in the messages pane (log) to clipboard
|
||
gh#texstudio-org/texstudio#3487
|
||
* insert graphics wizard opens position details without changing position or
|
||
size of ui elements located above position details
|
||
gh#texstudio-org/texstudio#3509
|
||
* improved Package Help dialog
|
||
gh#texstudio-org/texstudio#3478, gh#texstudio-org/texstudio#3497
|
||
* fix missing connection error message when browsing macro repository
|
||
gh#texstudio-org/texstudio#3448
|
||
* fix switching (by clicking) between documents
|
||
gh#texstudio-org/texstudio#3473
|
||
* fix “Show all open documents in this tree” gh#texstudio-org/texstudio#3476
|
||
* fix handling a new file created from the context menu
|
||
gh#texstudio-org/texstudio#3471
|
||
* small fixes
|
||
|
||
- Update to 4.7.2
|
||
* remove something (alt+del) handles matching delimiters
|
||
* fix detecting parent/child documents when autoloading is disabled
|
||
gh#texstudio-org/texstudio#3411
|
||
* fix completion of user constructs like a_b gh#texstudio-org/texstudio#3403
|
||
* fix navigating in subfiles gh#texstudio-org/texstudio#3404
|
||
* fix duplicate shortcut in ‘Additional Shortcut’ column is not removed
|
||
gh#texstudio-org/texstudio#3408
|
||
* fix wrong cursor, scaling, settings in pdf viewer when switching window
|
||
mode gh#texstudio-org/texstudio#3426 gh#texstudio-org/texstudio#3428 …
|
||
|
||
- Update to 4.7.1
|
||
* fix highlighting of %TODO comments after loading a file
|
||
gh#texstudio-org/texstudio#3398
|
||
* fix missing document height update when copy wrapped single lines
|
||
gh#texstudio-org/texstudio#3396
|
||
|
||
- Update to 4.7.0
|
||
* remove auto inserted closing parenthesis if the opening one is removed
|
||
via backspace
|
||
* optimize internal parsing
|
||
* TeXdoc dialog now shows (optionally all) packages as a searchable list.
|
||
A new button opens the CTAN package documentation online.
|
||
(gh#texstudio-org/texstudio#3259, gh#texstudio-org/texstudio#3270, …)
|
||
* fix inputting accented characters on OSX
|
||
* handle keyval with spaces better gh#texstudio-org/texstudio#3362
|
||
* save some memory by reading thesaurus database only when needed the
|
||
first time
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 04 09:42:29 UTC 2023 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- 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 <dmitry_r@opensuse.org>
|
||
|
||
- Update to version 4.5.2
|
||
* bugfix release
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 22 13:31:38 UTC 2023 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- 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 <dmitry_r@opensuse.org>
|
||
|
||
- Update to version 4.4.1
|
||
* bugfix release
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 25 18:30:04 UTC 2022 - Dmitry Roshchin <dmitry_r@opensuse.org>
|
||
|
||
- Use cmake build system
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Nov 19 21:26:54 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||
- Update to version 4.4.0
|
||
* new icon theme Colibri (by geolta)
|
||
* modernized manual
|
||
* faster removing of multiple lines
|
||
* end multi cursor mode with esc
|
||
* **no** win/qt5 build
|
||
* switch to CMAKE build system (qmake deprecated)
|
||
* hide/filter configuration completer list
|
||
* bug fixes
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Aug 27 00:02:18 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||
- Update to version 4.3.1
|
||
* fix loading files various times if relative path is used for \include (#2533)
|
||
* fix custom verbatim highlighting (#2528)
|
||
* fix label highlighting (#2512)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Aug 22 09:18:54 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||
- Update to version 4.3.0
|
||
* show most used command at first place in completer
|
||
* more cwls
|
||
* get position into clipboard in pdf on ctrl+shift+click (#2623)
|
||
* copy/paste table content into table/matrix wizard
|
||
* move to next/previous word now stops at every delimiter (no skip over several brackets) #2311
|
||
* build qt6/win for win10+
|
||
* small bug fixes
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Apr 17 12:23:44 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||
- Update to version 4.2.3
|
||
* fix unable to save under special circumstances (#2124)
|
||
* fix stuck to save unsaved document (only in explicit root mode and with a new unsaved document,#2153)
|
||
* xindex engine added
|
||
* fix math highlighting in keyvals (#2138)
|
||
* add context menu in embbeded pdf viewer to invert pdf colors
|
||
* remember window state (maximized/normal) of config dialog
|
||
* fix (and speed-up) miktex package detection
|
||
* fix handling apostrophed words better in spellchecker (#2179)
|
||
* regular expression in extended search behave the same as in normal search
|
||
* more cwls
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 15 12:14:44 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||
- Update to version 4.2.2
|
||
* more cwls
|
||
* fix crash, #2094, #2084, #2109
|
||
* use picture highlighting for tikz env and similar
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jan 30 17:19:25 UTC 2022 - Avinesh Kumar <avinesh.kumar@suse.com>
|
||
|
||
- Update to version 4.2.1
|
||
* fix placeholder issues
|
||
* fix handling mirrored placeolder, like in issue #2063
|
||
* handle NewDocumentsCommand better for completer
|
||
* enable "open in explorer" again
|
||
* fix building for poppler >=22.x
|
||
* more cwls
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jan 22 10:53:38 UTC 2022 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- Update to version 4.2.0
|
||
* more cwls
|
||
* fix key handling for some special keyboard set-ups (#2011)
|
||
* fix user menu handling
|
||
* filter available dictionaries in status/language selection
|
||
* change placeHolder behavior: autoremove when content in placeholder
|
||
is changed, don't use placeholder for cutBuffer
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 29 01:28:47 UTC 2021 - Fusion Future <qydwhotmail@gmail.com>
|
||
|
||
- Update to version 4.1.2
|
||
* allow resizing the different sections in the symbol widget
|
||
* fix automatic session restore on OSX/Qt6
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Nov 25 13:02:06 UTC 2021 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- Update to version 4.1.2
|
||
* allow resizing the different sections in the symbol widget
|
||
* fix automatic session restore on OSX/Qt6
|
||
- Update to version 4.1.1
|
||
* fix weird OSX issue that cursor keys were not working
|
||
* allow maximise config dialog
|
||
- Update to version 4.1.0
|
||
* change session format to json in order to circumvent OSX/Qt6 issue
|
||
* fix input box for chinese (#1896)
|
||
* fix update of pdf fit to text width (#1935)
|
||
* make edview accessible from js
|
||
- Update to version 4.0.4
|
||
* use QT6.2.1 on OSX, fix crash when checking for updates, fix restoring last session
|
||
* better pdf font substitution on windows (#1812)
|
||
* fix placing cursor for large fonts (#1908)
|
||
* more cwls
|
||
- Update to version 4.0.3
|
||
* fix linewidth calculation in Qt6
|
||
* fix crash on load/new doc (under unknown,system specific circumstances)
|
||
* remove placeholder quicker
|
||
* more cwls
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 22 17:14:41 UTC 2021 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- Update to version 4.0.2
|
||
* fix structure view (inlcudes and cursor marking, #1828)
|
||
* fix completer tooltip on bibids (#1835)
|
||
* OSX: fix "slanted" cursor (#1836)
|
||
* more cwls
|
||
- Update to version 4.0.1
|
||
* add more cwls
|
||
* fix pdfviewer page display
|
||
* build OSX with QT6.2, fix special charcters entry (alt+n + n , etc.) (#1770)
|
||
* activate crash handler on win again
|
||
* fix strcuture detection for included files
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 28 07:36:11 UTC 2021 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- Update to version 4.0.0
|
||
* adapt to Qt6/poppler-qt6
|
||
* OSX/win build provided with Qt6
|
||
* remodel structure handling in order to avoid (rare) crashes
|
||
* more and updated completion word lists thanks to mbertucci47
|
||
* handle text (e.g. \text{text}) in mathenv as text with spell checking
|
||
* performance improvement for large files with large number of labels and/or large number of includes
|
||
* fix that search options are persistant
|
||
* automatic structure scrolling can be turned off (#1742)
|
||
* some bug fixes
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 17 01:53:33 UTC 2021 - Fusion Future <qydwhotmail@gmail.com>
|
||
|
||
- Disable crash handler on s390x to fix build error
|
||
- Update to version 3.1.2
|
||
* completed global TOC (background color coded, can be adjusted in config)
|
||
* fontawesome5 symbol pane
|
||
* another dark theme style (Orion Dark)
|
||
* slightly modernised windows installer
|
||
* smaller windows binaries
|
||
* fix menu changes by user
|
||
* fix root document detection when symbolic links of symbolic links are involved (#1505)
|
||
* fix disabled parentheses autocompletion after certain completer actions (#1347)
|
||
* results from styleparser gets immediately updated
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 22 19:07:22 UTC 2021 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- 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 <info@ebner-markus.de>
|
||
|
||
- 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 <dmueller@suse.com>
|
||
|
||
- update to 3.0.4:
|
||
- fix crash when deleting all elements of a build chain (#1415)
|
||
- fix RTL presentation when zoomed (#1404)
|
||
- fix pdf toolbar size setting
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 29 15:03:23 UTC 2020 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- Update to version 3.0.3
|
||
* iOS bugfixes
|
||
- Update to version 3.0.2
|
||
* handle \tabularnewline correctly (#1373)
|
||
* fix text insertion on selected text (#1359Պ)
|
||
* changed behaviour for cut buffer and Ctrl+e (insert env)(#1342)
|
||
* texdoc added as selectable command
|
||
* win build now uses 64 bit and can handle larger documents
|
||
* larger number of default dictionaries added
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 08 08:46:27 UTC 2020 - Markus Ebner <info@ebner-markus.de>
|
||
- 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 <dmitry_r@opensuse.org>
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 23 13:18:25 UTC 2020 - Markus Ebner <info@ebner-markus.de>
|
||
- 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 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- Update to version 2.12.20
|
||
* fixes a problem with replacing when search highlight is activated
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 8 11:57:25 UTC 2020 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- 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 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- 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 - Markus Ebner <info@ebner-markus.de>
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 16 06:54:57 UTC 2018 - mpluskal@suse.com
|
||
|
||
- Use source url
|
||
- Drop conditionals for older distros, they fail to build anyways
|
||
- Use spec-cleaner to modernise spec file
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jul 15 11:57:43 UTC 2018 - enzokiel@kabelmail.de
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 4 15:35:35 UTC 2018 - stefan.bruens@rwth-aachen.de
|
||
|
||
- Unbreak build on Leap 42.x, make_jobs is only provided by macros.qt5
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 3 13:37:25 UTC 2018 - stefan.bruens@rwth-aachen.de
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 22 19:25:53 UTC 2017 - dmitry_r@opensuse.org
|
||
|
||
- Update to version 2.12.6
|
||
* Minor changes
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Feb 06 22:08:00 UTC 2017 - opensuse@kulawiak.de
|
||
|
||
- 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)
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Oct 30 10:56:12 UTC 2016 - opensuse@kulawiak.de
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jun 5 12:58:07 UTC 2016 - dmitry_r@opensuse.org
|
||
|
||
- Set minimal required memory for building: 2500 Mb
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jun 4 17:19:47 UTC 2016 - dmitry_r@opensuse.org
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 9 14:19:04 UTC 2016 - mail@bernhard-voelker.de
|
||
|
||
- Update to version 2.10.8:
|
||
* bugfix release, see included CHANGELOG.txt for details
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 13 17:01:54 UTC 2016 - mail@bernhard-voelker.de
|
||
|
||
- Update to version 2.10.6
|
||
* bugfix release, see included CHANGELOG.txt for details
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 26 21:59:42 UTC 2015 - lorddarthfener@gmail.com
|
||
|
||
- Update to version 2.10.4
|
||
* bugfix release, see included CHANGELOG.txt for details
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Sep 20 00:11:48 UTC 2015 - lorddarthfener@gmail.com
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 30 18:39:07 UTC 2015 - dmitry_r@opensuse.org
|
||
|
||
- Update to version 2.9.4
|
||
* bugfix release, see included CHANGELOG.txt for details
|
||
- Build with Qt5 for openSUSE > 13.2
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Mar 14 17:37:04 UTC 2015 - dmitry_r@opensuse.org
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 26 10:58:38 UTC 2015 - dmitry_r@opensuse.org
|
||
|
||
- Update to version 2.8.8, mostly bugfixes, see CHANGELOG.txt
|
||
- Drop texstudio-correct-doc-location.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jun 20 12:48:53 UTC 2014 - dmitry_r@opensuse.org
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 4 05:49:58 UTC 2014 - dmitry_r@opensuse.org
|
||
|
||
- 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)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 5 14:01:31 UTC 2012 - jsundermeyer@sf.net
|
||
|
||
- bug fixes (2.5.2)
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Dec 1 14:01:31 UTC 2012 - mailaender@opensuse.org
|
||
|
||
- spec file cleanup, fixed some RPMlint warnings
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 21 11:52:28 UTC 2012 - benito@benibela.de
|
||
|
||
- update to version 2.5.1
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 28 11:52:28 UTC 2012 - benito@benibela.de
|
||
|
||
- update to version 2.5
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 31 11:52:28 UTC 2012 - benito@benibela.de
|
||
|
||
- update to version 2.4
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 06 11:52:28 UTC 2012 - benito@benibela.de
|
||
|
||
- update to version 2.3
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jul 20 21:52:28 UTC 2011 - benito@benibela.de
|
||
|
||
- initial release of version 2.2
|