Forgot to update the debian changelog.
This commit is contained in:
parent
5e7dbb8fa6
commit
273d5539ec
1 changed files with 29 additions and 0 deletions
|
@ -1,3 +1,32 @@
|
|||
logarithmplotter (0.3.0) stable; urgency=medium
|
||||
|
||||
* Fully ported to PySide6 (Qt6).
|
||||
|
||||
* New: Customizable color schemes for expressions.
|
||||
* New, rewamped and improved picked location overlay settings:
|
||||
* It's now possible to disable picking x or y when setting a location.
|
||||
* Properties which are related to positioning (X, Y, Label's X position) can now be set using the picker.
|
||||
* Visual redesign that enhances readability of settings.
|
||||
* There is now a button to hide picker settings.
|
||||
|
||||
* Changed: Greet screen settings are now scrollable.
|
||||
* Changed: Changelog is now freezed to current version.
|
||||
|
||||
* Fixed bug: Cursors in expression are now easier to see.
|
||||
* Fixed bug: Symbols in LaTeX rendered Texts cause the LaTeX renderer to crash.
|
||||
* Fixed bug: Underscores in distribution names are automatically removed if the name is modified.
|
||||
* Fixed bug: Autocomplete categories now properly respect theme colors.
|
||||
* Fixed bug: Functions in expressions (like indexOf, map...) now properly send errors when the arguments are of the wrong type or count.
|
||||
* Fixed bug: Executable Objects called (like functions, bode magnitures, phases...) now send an error if provided with no arguments.
|
||||
* Fixed bug: Function calls with no argument no longer make LogarithmPlotter crash under certain circumstances.
|
||||
* Fixed bug: Thank you dialog's lists are no longer draggable.
|
||||
|
||||
* Internal change: Disabled auto detect of visual theme if the `QT_QUICK_CONTROLS_STYLE` environment variable is set.
|
||||
* Internal change: (macOS, Windows, Flatpak) Drastically reducing installer sizes (more than halved).
|
||||
* Internal change: (Launchpad/Ubuntu) Using custom built packages of PySide6, meaning smaller installation and distro dependency.
|
||||
|
||||
-- Ad5001 <mail@ad5001.eu> Fri, 27 May 2023 17:00:00 +0100
|
||||
|
||||
logarithmplotter (0.3.0) stable; urgency=medium
|
||||
|
||||
* New: Completely revamped expression editor:
|
||||
|
|
Loading…
Reference in a new issue