Skip to content

Commit

Permalink
Merge branch 'main' into cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Nov 5, 2024
2 parents f36c8bf + 5e4e6e5 commit 0c6d4a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# CHANGELOG

## Unreleased
## [0.1.0](https://github.com/transcriptaze/VPD/releases/tag/v0.0.0)

### Added
1. Added trimpot, button, pushbutton and slider parts.
2. Added support for polar coordinates.
3. Added support for the (slightly idiosyncratic) DuckDuckGo browser.
4. Added (provisional) implementation of 'redo'.

### Updated
1. Implemented versioned structs so support future changes.
Expand Down
10 changes: 6 additions & 4 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,16 +249,18 @@ To save a project as a _.vpx_ file:
### <img width="24" src="doc/images/undo.png"> Undo
- Undoes the last command and displays it in the command entry panel.
- Undoes the last command and displays it in the command entry panel. **Please see note below in _redo_.**
### <img width="24" src="doc/images/undo.png"> Redo
- _Redo_ undoes the ost recent _Undo_ and displays the next command (if any).
The _redo_ implementation is fairly basic and mostly intended to help locate a recent point in the command stack
at which to start making changes. Executing any command other than another _undo or _redo_ clears the redo stack
so if you're intending to make a change deep in the command stack rather save and modify the current script.
The _redo_ implementation is fairly basic and executing any command other than another _undo or _redo_ **clears the redo stack**
i.e. save the script if you have recent changes you would rather not lose.
The _undo_/_redo_ implementation is mostly intended as a convenience to review recent commands - and for fixing simple mistakes.
More complex changes should rather be done by editing and then loading a VPX script.
### Macro keys
Expand Down

0 comments on commit 0c6d4a8

Please sign in to comment.