Skip to content

Commit

Permalink
Updates for RC 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-zatloukal-tfs committed Oct 20, 2021
1 parent 5b5efca commit 74df265
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ Forked from [gurayyarar/SnipCommand](https://github.com/gurayyarar/SnipCommand)

## Releases

* [rotten77 / SnipCommand 0.1.4](https://github.com/rotten77/SnipCommand/releases/tag/v0.1.4)
* New: Limit the contents of a code block displayed in the commands list (File > Preferences > Settings > Line clamp)
* New: Show/hide command code block in the commands list (File > Preferences > Settings > Show command)
* New: Order commands by title (File > Preferences > Settings > Order by)

* [rotten77 / SnipCommand 0.1.3](https://github.com/rotten77/SnipCommand/releases/tag/v0.1.3)
* New: Autoclose (File > Preferences > Settings)
* New: Autoclose (File > Preferences > Settings > Auto close)

* [rotten77 / SnipCommand 0.1.2](https://github.com/rotten77/SnipCommand/releases/tag/v0.1.2)
* New: Autocopy settings (File > Preferences > Settings)
* New: Autocopy settings (File > Preferences > Settings > On Click Action)
* Fix: Long string breaks design


Expand Down
12 changes: 10 additions & 2 deletions documentation/CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# CHANGELOGS

### v0.1.4
**October 20, 2021**

- New: Limit the contents of a code block displayed in the commands list (File > Preferences > Settings > Line clamp)
- New: Show/hide command code block in the commands list (File > Preferences > Settings > Show command)
- New: Order commands by title (File > Preferences > Settings > Order by)


### v0.1.3
**October 7, 2021**

- New: Autoclose (File > Preferences >Settings)
- New: Autoclose (File > Preferences > Settings > Auto close)


### v0.1.2
**October 5, 2021**

- New: Autocopy settings (File > Preferences >Settings)
- New: Autocopy settings (File > Preferences > Settings > On Click Action)
- Fix: Long string breaks design


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snipcommand",
"version": "0.1.4dev002",
"version": "0.1.4",
"description": "A free and open source command snippets manager for organize and copy fast.",
"private": true,
"main": "public/electron.js",
Expand Down

0 comments on commit 74df265

Please sign in to comment.