Skip to content

Commit

Permalink
chore: release v1.5.6
Browse files Browse the repository at this point in the history
* (bluefox) Removed usage of `storage` and uses localStorage instead.
  • Loading branch information
GermanBluefox committed Apr 21, 2024
1 parent 4736fbc commit f501607
Show file tree
Hide file tree
Showing 7 changed files with 249 additions and 248 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Notice that these settings are valid only for reconnection and not for the first
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.5.6 (2024-04-21)
* (bluefox) Removed usage of `storage` and uses localStorage instead.

### 1.5.5 (2024-04-12)
Expand Down
485 changes: 243 additions & 242 deletions io-package.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.vis",
"description": "Graphical user interface for ioBroker.",
"version": "1.5.5",
"version": "1.5.6",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion www/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CACHE MANIFEST
#
# vis Version 1.5.5
# vis Version 1.5.6
# dev build 0


Expand Down
2 changes: 1 addition & 1 deletion www/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--html manifest="cache.manifest" xmlns="http://www.w3.org/1999/html"--><html>
<head>

<!-- vis Version 1.5.5 -->
<!-- vis Version 1.5.6 -->

<!--
Use FireFox or Chrome with --allow-file-access-from-files flag to test DashUI local.
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--html manifest="cache.manifest" xmlns="http://www.w3.org/1999/html"--><html>
<head>
<!-- vis Version 1.5.5 -->
<!-- vis Version 1.5.6 -->

<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down
2 changes: 1 addition & 1 deletion www/js/vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ var FORBIDDEN_CHARS = /[_\-/ :!#$%&()+=@^{}|~]+/g; // from https://github.com/io
// var FORBIDDEN_CHARS = /[^._\-/ :!#$%&()+=@^{}|~\p{Ll}\p{Lu}\p{Nd}]+/gu; // it must be like this, but old browsers does not support Unicode

var vis = {
version: '1.5.5',
version: '1.5.6',
requiredServerVersion: '0.0.0',

storageKeyViews: 'visViews',
Expand Down

0 comments on commit f501607

Please sign in to comment.