-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
0.1.0 | ||
|
||
Initial release | ||
|
||
0.2.0 | ||
|
||
New features | ||
|
||
* UI scaling via `:set scale = <float>` | ||
* GIF export | ||
* New brush mode `multi`, for drawing on all frames at once | ||
* New brush mode `perfect`, for pixel-perfect drawing | ||
* New brush mode `xsym`, for x-axis symmetry drawing | ||
* New brush mode `ysym`, for y-axis symmetry drawing | ||
* New command `:f/remove` to remove frame | ||
* New command `:f/clone [<index>]` to clone frame | ||
* New command `:v/clear [<color>]` to clear a view | ||
* New command `:toggle <setting>` to toggle a setting on and off | ||
* New command `:help` | ||
* New setting `:set animation = on/off` to show/hide animations | ||
* Color under cursor is displayed in status bar | ||
* GLFW backend | ||
|
||
* [windows] Windows support | ||
|
||
Changes | ||
|
||
* Click on view to make it active | ||
* Better support for toggle-like key bindings | ||
* Default palette is included in binary | ||
* Default config is written to disk if not found | ||
* Much lower memory consumption for undo history | ||
|
||
* [macOS] Better retina support | ||
* [macOS] Quit with Command + Q |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters