Skip to content

Commit

Permalink
Update CHANGELOG and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra1f committed May 9, 2021
1 parent 6958c18 commit cec0821
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.


## [0.1.1] - 2021-05-10
### Added
- Shortcut to change stroke width ([@knulledge](https://github.com/knulledge)).
- Zoom value floating text.
- Favicon.
- Copy `save-textarea` button.

### Changed
- Modal close button.
- Zoom functions.
- Pinch functions.

### Fixed
- Erase tool not working when dragging too fast.


## [0.1.0] - 2021-04-27
- Initial release.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# TODO

- [ ] Change brush size shortcut (Space + Wheel)
- [ ] Improve text input
- [ ] Add some comments
- [ ] Draw arrow
Expand All @@ -13,6 +12,7 @@

#

- [x] Change brush size shortcut (Space + Wheel)
- [x] Rotate paths
- [x] Fix canvas focus problem when using shortcuts
- [x] Change selected item width and color
Expand Down

0 comments on commit cec0821

Please sign in to comment.