Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mashu3/tkface

v0.1.4

21 Oct 16:16

Choose a tag to compare

  • PathChooser improvements: Enhanced filter defaults and demo UI for better user experience
  • Tree view enhancements: Fixed expand button visibility for all directories in pathchooser tree
  • Exception handling: Replaced bare except clauses and try-except-pass blocks with proper exception handling

v0.1.3

19 Oct 14:19

Choose a tag to compare

UI Improvements

  • Improved the PathBrowser user experience with a new parent directory view, enabling easier navigation between folder levels.
  • Added visual highlighting of the current directory to help users identify their location more clearly.
  • Set “All files” as the default filter to make file browsing more intuitive and comprehensive.

Bug Fixes

  • Fixed missing expand/collapse buttons in the PathBrowser directory view.
  • Removed a redundant “..” directory entry to simplify navigation.
  • Improved test stability and reliability within PathBrowser, ensuring more consistent results across builds.

v0.1.2

12 Oct 09:57

Choose a tag to compare

  • Updated PathChooser design for better usability
  • Applied DPI scaling to radio buttons and checkboxes
  • Replaced insecure /tmp usage with tempfile in tests
  • Improved subprocess handling using shutil.which and absolute paths
  • Replaced os.startfile with subprocess.run for better security and cross-platform behavior

v0.1.1

22 Sep 13:33

Choose a tag to compare

Changes

  • Moved DatePicker, DateFrame, and DateEntry from the widget module to the dialog module.
  • Improved layout and styling of PathChooser.
  • Enhanced DPI handling across dialogs, widgets, and tests.
  • Expanded test coverage with new test files and significant additions to existing ones.
  • Updated README with CI/test status information.

v0.1.0

28 Aug 16:13

Choose a tag to compare

✨ New Features

  • Added PathChooser dialog for path selection
  • Added PathBrowser widget with demo and tests

🔧 Improvements

  • Improved DPI handling across dialogs, widgets, and tests
  • Updated language files (en.msg, ja.msg) for new components

v0.0.10

20 Aug 16:42

Choose a tag to compare

  • Added year selection mode to the calendar widget for quick year navigation.

v0.0.9

14 Aug 16:59

Choose a tag to compare

  • Fixed calendar display issues caused by incorrect DPI handling.
  • Corrected DPI scaling bug affecting widget layouts.
  • Improved code quality and formatting based on flake8 and pylint checks.

v0.0.8

11 Aug 13:58

Choose a tag to compare

  • Fixed a bug where unround did not work correctly on Windows 11.
  • Improved DPI adjustment handling on Windows.
  • Refactored and centralized the Windows OS detection logic for better maintainability.
  • Added a new sample demonstrating Windows-specific features.

v0.0.7

05 Aug 15:05

Choose a tag to compare

  • Refactored dateentry into widget/datepicker with integrated dateframe features
  • Updated naming and structure for clearer functionality
  • Revised README to match the latest specifications
  • Replaced screenshots to reflect updated UI

v0.0.6

04 Aug 13:42

Choose a tag to compare

  • Added support for setting Saturday as the start of the week
  • Fixed incorrect week number calculation under certain conditions
  • Improved calendar handling for custom week start configurations