Skip to content

Releases: mahmud1/SettingsManagerUI

v0.6.0

26 Jan 18:36
ce403f7
Compare
Choose a tag to compare

Release Note: SettingsManagerUI 0.6.0

Release Date: January 26, 2025

What's New:

1- Enhance code readability and maintainability: Add linting with pylint.
2- Improve test data: add various options to test.json.
3- Fix small bugs

Full Changelog: GitHub Compare v0.5.0...v0.6.0

v0.5.0

20 Jan 18:24
9e2880e
Compare
Choose a tag to compare

Release Note: SettingsManagerUI 0.5.0

Release Date: January 20, 2025

What's New:

1- UI Enhancements: Implemented different coloring for advanced rows to improve UI clarity.
2- Customize color: Added customized options for color type.
3- Removed support for json5: Ensure consistent and strict JSON format for configuration files.
4- Enhance code readability and maintainability: Introduced linting with flake8 and pycodestyle.

Full Changelog: GitHub Compare v0.4.1...v0.5.0

v0.4.1

06 Jan 22:01
bac59ff
Compare
Choose a tag to compare

Release Note: SettingsManagerUI 0.4.1
Release Date: January 6, 2025

What's New:

  1. Fix Bug: Return to current tab when advanced checkbox toggled.

Full Changelog: GitHub Compare v0.4.0...v0.4.1

v0.4.0

06 Jan 19:08
5ce849d
Compare
Choose a tag to compare

Release Note: SettingsManagerUI 0.4.0
Release Date: January 6, 2025

What's New:

  1. Add checkbox to hide advanced settings

Full Changelog: GitHub Compare v0.3.0...v0.4.0

v0.3.0

03 Jan 22:08
13e0e07
Compare
Choose a tag to compare

Release Note: SettingsManagerUI 0.3.0
Release Date: January 3, 2025

What's New:

  1. Reset to Default Support fo items with "auto" key

Full Changelog: GitHub Compare v0.2.0...v0.3.0

v0.2.0

31 Dec 19:09
Compare
Choose a tag to compare

Release Note: SettingsManagerUI 0.2.0
Release Date: December 31 2024

What's New:

  1. Range Support for Numeric Parameters: Accept valid range for integer and float parameters in JSON file.
  2. Bug Fix: Addressed some minor bugs.

Full Changelog: GitHub Compare v0.1.0...v0.2.0

Initial Release

29 Dec 21:44
Compare
Choose a tag to compare

Release Note: SettingsManagerUI 0.1.0
Release Date: December 29, 2024

The initial release of SettingsManagerUI!

Key Features:

  1. JSON config file: Read and write settings to a JSON file.
  2. Widget for Parameter Modification: Launch an interactive widget to update parameters in JSON file.