Skip to content

Commit d68e4f6

Browse files
committed
ver 1.2.0 release
1 parent f7d661b commit d68e4f6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.2.0 (2024-02-12)
2+
- New feature: import/export to file
3+
14
# 1.1.0 (2024-01-30)
25
- Progressive Web App (PWA) version. The editor can now run completly offline and can be installed on your device from the browser address bar.
36

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ A web-based editor to configure [Push Push](https://github.com/garubi/push-push)
33

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

6-
![An animated preview of the editor](/docs/images/animated-preview.gif)
6+
![An animated preview of the editor](/docs/images/animated-preview.gif)
7+
8+
You can find detailed instruction on its use directly in the app.

docs/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var editor_version = '1.1.0';
1+
var editor_version = '1.2.0';
22

33
var PP_MIDI_MANUF_ID_1 = 0x37;
44
var PP_MIDI_MANUF_ID_2 = 0x72;

docs/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION = "1.1.0";
1+
const VERSION = "1.2.0";
22
const CACHE_NAME = `PushPushEditor-${VERSION}`;
33
const PRE_CACHED_RESOURCES = [
44
"index.html",

0 commit comments

Comments
 (0)