Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
- Link the README version badge to release
  • Loading branch information
peterhs73 committed Mar 24, 2021
1 parent dd355ab commit c55441c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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 button 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.
- 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 is selected across the boards
- Fix issue where after drop item no longer editable
- 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 press btn and consistent across the application
- 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

## [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
- Change the default background-color
- Change the board buttons, the 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 setup files to include non-python file in the installation
- Fix the wrong package name on `setup.py` (smh)
- Fix package namespace issue in `setup.py`

### Added
- Add more information on readme
- Add more information on the README
- Add save logging
- Add shadow to tile board
- Add button tool tip
- Add button tooltip
- Add `MANIFEST.in` for packaging

## [0.1.0] - 2021-02-07
Expand All @@ -60,4 +60,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change interface from `QMainWindow` to command-line + `QWidget`

### Fixed
- Fix code formating
- Fix code formating
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# xBan project [![Current Version](https://img.shields.io/badge/version-0.2.1-green.svg)](https://github.com/peterhs73/xBan) [![](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/) [![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
# xBan project [![Current Version](https://img.shields.io/badge/version-0.2.1-green.svg)](https://github.com/peterhs73/xBan/releases) [![](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/) [![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)

xBan offers completely offline kanban work-flow. It allows edits, drag and drop tiles and boards, and saves as yaml format. All operations are done locally. xBan can also convert valid dictionary formatted yaml file into a kanban board.
xBan offers a completely offline kanban work-flow. It allows edits, drag and drop tiles and boards, and saves as yaml format. All operations are done locally. xBan can also convert valid dictionary formatted yaml file into a kanban board.

![xBan GUI](https://media.giphy.com/media/4IAFWoA2C6HKPNb4xg/giphy.gif)

Expand All @@ -26,7 +26,7 @@ Clone xBan to local:

git clone https://github.com/peterhs73/xBan.git

Under the xBan directory run installation in edit mode:
Under the xBan directory, run installation in edit mode:

pip install -e .

Expand All @@ -37,7 +37,7 @@ Run the tests:

## Features

A xBan project consists of a title section, a description section and individual board. Each board has a title and its own tiles. Selected features:
A xBan project consists of a title section, a description section and an individual board. Each board has a title and its own tiles. Selected features:

- Drag and drop tiles and boards
- Add/delete tiles and boards
Expand Down

0 comments on commit c55441c

Please sign in to comment.