File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 1.2.0 (2024-02-12)
2
+ - New feature: import/export to file
3
+
1
4
# 1.1.0 (2024-01-30)
2
5
- Progressive Web App (PWA) version. The editor can now run completly offline and can be installed on your device from the browser address bar.
3
6
Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ A web-based editor to configure [Push Push](https://github.com/garubi/push-push)
3
3
4
4
Use it at (https://garubi.github.io/push-push-editor/ )
5
5
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.
Original file line number Diff line number Diff line change 1
- var editor_version = '1.1 .0' ;
1
+ var editor_version = '1.2 .0' ;
2
2
3
3
var PP_MIDI_MANUF_ID_1 = 0x37 ;
4
4
var PP_MIDI_MANUF_ID_2 = 0x72 ;
Original file line number Diff line number Diff line change 1
- const VERSION = "1.1 .0" ;
1
+ const VERSION = "1.2 .0" ;
2
2
const CACHE_NAME = `PushPushEditor-${ VERSION } ` ;
3
3
const PRE_CACHED_RESOURCES = [
4
4
"index.html" ,
You can’t perform that action at this time.
0 commit comments