Skip to content

Commit

Permalink
ver 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garubi committed Feb 12, 2024
1 parent f7d661b commit d68e4f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.2.0 (2024-02-12)
- New feature: import/export to file

# 1.1.0 (2024-01-30)
- Progressive Web App (PWA) version. The editor can now run completly offline and can be installed on your device from the browser address bar.

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ A web-based editor to configure [Push Push](https://github.com/garubi/push-push)

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

![An animated preview of the editor](/docs/images/animated-preview.gif)
![An animated preview of the editor](/docs/images/animated-preview.gif)

You can find detailed instruction on its use directly in the app.
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.1.0';
var editor_version = '1.2.0';

var PP_MIDI_MANUF_ID_1 = 0x37;
var PP_MIDI_MANUF_ID_2 = 0x72;
Expand Down
2 changes: 1 addition & 1 deletion docs/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = "1.1.0";
const VERSION = "1.2.0";
const CACHE_NAME = `PushPushEditor-${VERSION}`;
const PRE_CACHED_RESOURCES = [
"index.html",
Expand Down

0 comments on commit d68e4f6

Please sign in to comment.