Skip to content

Commit

Permalink
Add animated screenshot how-to
Browse files Browse the repository at this point in the history
  • Loading branch information
garubi committed Jan 10, 2024
1 parent ae9d070 commit 4e3298f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 1.0.1 (2024-01-10)
- Added animated screenshot how-to

# 1.0.0 (2024-01-09)
- First working release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ A web-based editor to configure [Push Push](https://github.com/garubi/push-push)

Use it at (https://garubi.github.io/push-push-editor/)

![A screenshot of the editor](screenshot.png)
![A screenshot of the editor](animated-preview.gif)
Binary file added animated-preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added animated-preview.stg
Binary file not shown.
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ <h2>
</p>
<h2>How to use this editor</h2>
<p>
(<a href="https://github.com/garubi/push-push-editor" target="_blank" rel="noreferrer">On the project homepage you can see a short how-to animation. Click here to open it in a new tab</a>)
<ol>
<li><b>Connect</b> your Push Push to the computer with the USB cable</li>
<li><a href="#"><b>Open this web page</b> (or reload it)</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/js/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var editor_version = '1.0.0';
var editor_version = '1.0.1';

var PP_MIDI_MANUF_ID_1 = 0x37;
var PP_MIDI_MANUF_ID_2 = 0x72;
Expand Down

0 comments on commit 4e3298f

Please sign in to comment.