Skip to content

Releases: peterhs73/xBan

xban version 0.3.0

11 Aug 20:39
Compare
Choose a tag to compare

[0.3.0] - 2021-08-10

Changed

  • Change dependency from Qt5 to Qt6 (require PySide6)
  • Simplify command line interface, the command should be xban FILEPATH

Fixed

  • Fix incorrect test file

xBan version 0.2.1

24 Mar 18:32
Compare
Choose a tag to compare

Changelog

[0.2.1] - 2021-03-22

Added

  • Add the qmainwindow for the board widget
  • Add save button
  • Add statusbar that displays log message (currently saving event)
  • Add brown color

Fixed

  • Fix the menu button hovering issue: when the button is pressed, the unhover event is not triggered.
    The hovered color persists after the button clicks. This is resolved by modifying the button press
    event to change the background color in the button behavior. I think this is a bug in the qt end.
    The hover behavior is still defined in css style file since it is easier to identify different buttons.
  • Set a minimum width of the button.
  • Fix issue where multiple tiles are selected across the boards
  • Fix issue where after dropping item no longer editable

Changed

  • Use class object name for better child style sheet settings
  • Separate GUI to the mainwindow session and the board session for better readability
  • Simply color pull-down menu
  • Add background color when pressing btn and consistent across the application
  • Change color menu to match the context button size
  • Change color menu to reflect the proper color of the option

xBan version 0.2.0

09 Feb 12:56
Compare
Choose a tag to compare

CHANGELOG

[0.2.0] - 2021-02-08

Changed

  • Change command line message when files already exist
  • Change QListWidget editor to QTextEditor using delegates
  • Change default background color
  • Change the board buttons, delete button is now separate

Fixed

  • Fix the issue that the tile item is cropped
  • Fix the scrollbar color and padding
  • Fix the setup files to include non python file in installation
  • Fix the wrong package name on setup.py (smh)
  • Fix package namespace issue in setup.py

Added

  • Add more information on readme
  • Add save logging
  • Add shadow to tile board
  • Add button tool tip
  • Add MANIFEST.in for packaging