Skip to content

Commit

Permalink
chore: release v1.5.1
Browse files Browse the repository at this point in the history
* (bluefox) Changed License: it is now MIT, and the license check was removed
  • Loading branch information
GermanBluefox committed Nov 6, 2023
1 parent 4263c84 commit 42b35b5
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Notice that these settings are valid only for reconnection and not for the first
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.5.1 (2023-11-06)
* (bluefox) Changed License: it is now MIT, and the license check was removed

### 1.4.16 (2023-01-27)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "vis",
"version": "1.5.0",
"version": "1.5.1",
"news": {
"1.5.1": {
"en": "Changed License: it is now MIT, and the license check was removed",
"de": "Änderung der Lizenz: es ist jetzt MIT, und die Lizenzprüfung wurde entfernt",
"ru": "Изменена лицензия: сейчас MIT, и проверка лицензии была удалена",
"pt": "Licença alterada: é agora MIT, e a verificação da licença foi removida",
"nl": "Veranderde License, het is nu MIT en de rijbewijs is verwijderd",
"fr": "Licence modifiée: il est maintenant MIT, et le contrôle de licence a été supprimé",
"it": "Licenza modificata: è ora MIT e il controllo della licenza è stato rimosso",
"es": "Licencia modificada: ahora es MIT, y el cheque de licencia fue eliminado",
"pl": "Changed License: obecnie MIT, a kontrola licencji została usunięta",
"uk": "Змінена ліцензія: тепер MIT, а також зняття ліцензії",
"zh-cn": "修改的许可证:现在是投资条约,被取消许可证检查。"
},
"1.4.16": {
"en": "Corrected connection with \"only port\" URLs",
"de": "Korrigierte Verbindung mit \"nur Port\" URLs",
Expand Down
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.0",
"version": "1.5.1",
"author": {
"name": "bluefox",
"email": "[email protected]"
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.0
# vis Version 1.5.1
# 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.0 -->
<!-- vis Version 1.5.1 -->

<!--
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.0 -->
<!-- vis Version 1.5.1 -->

<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 @@ -277,7 +277,7 @@ var FORBIDDEN_CHARS = /[^._\-/ :!#$%&()+=@^{}|~]+/g; // from https://github.com/
// 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.0',
version: '1.5.1',
requiredServerVersion: '0.0.0',

storageKeyViews: 'visViews',
Expand Down

0 comments on commit 42b35b5

Please sign in to comment.