From d68e4f686c7e024a7f29c055f6900aff934c6d9f Mon Sep 17 00:00:00 2001 From: stefano Date: Mon, 12 Feb 2024 15:13:45 +0100 Subject: [PATCH] ver 1.2.0 release --- CHANGELOG.md | 3 +++ README.md | 4 +++- docs/js/app.js | 2 +- docs/service-worker.js | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c988d5..37fccaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 99dbc45..b9f0026 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +![An animated preview of the editor](/docs/images/animated-preview.gif) + +You can find detailed instruction on its use directly in the app. \ No newline at end of file diff --git a/docs/js/app.js b/docs/js/app.js index 4fb68a8..ab1e147 100644 --- a/docs/js/app.js +++ b/docs/js/app.js @@ -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; diff --git a/docs/service-worker.js b/docs/service-worker.js index 29cdc93..7eb06f4 100644 --- a/docs/service-worker.js +++ b/docs/service-worker.js @@ -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",