From 273d5539ec1e25768d0a2891b2050a5a719011f9 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sat, 27 May 2023 10:11:19 +0200 Subject: [PATCH] Forgot to update the debian changelog. --- linux/debian/changelog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/linux/debian/changelog b/linux/debian/changelog index f4e95a3..7daad8d 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -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 Fri, 27 May 2023 17:00:00 +0100 + logarithmplotter (0.3.0) stable; urgency=medium * New: Completely revamped expression editor: