Skip to content

Commit

Permalink
### 0.6.0 (2017.01.02)
Browse files Browse the repository at this point in the history
* (bluefox) Support of admin3
  • Loading branch information
GermanBluefox committed Jan 2, 2018
1 parent 28c6e5d commit 4f07ad6
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 256 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
/.idea
/node_modules
/nbproject
/nbproject
admin/i18n
3 changes: 2 additions & 1 deletion .npmignore
@@ -1,4 +1,5 @@
Gruntfile.js
gulpfile.js
admin/i18n
tasks
node_modules
.idea
Expand Down
221 changes: 0 additions & 221 deletions Gruntfile.js

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 @@Author@@ <@@email@@>
Copyright (c) 2018 @@Author@@ <@@email@@>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 7 additions & 4 deletions README.md
Expand Up @@ -54,19 +54,22 @@ It includes both code running within iobroker and as vis widget. If you only pla

## Changelog

### 0.6.0 (2017.01.02)
* (bluefox) Support of admin3

### 0.5.0
(vegetto) include vis widget
* (vegetto) include vis widget

#### 0.4.0
### 0.4.0
* (bluefox) fix errors with grunt

#### 0.2.0
### 0.2.0
* (bluefox) initial release

## License
The MIT License (MIT)

Copyright (c) 2017 @@Author@@ <@@email@@>
Copyright (c) 2018 @@Author@@ <@@email@@>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion admin/index.html
@@ -1,5 +1,6 @@
<html>

<!-- This file is deprecated!!!!! Please use index_m.html -->
<!-- This file is required only for backward compatibility and will be deleted soon -->
<!-- these 4 files always have to be included -->
<link rel="stylesheet" type="text/css" href="../../lib/css/themes/jquery-ui/redmond/jquery-ui.min.css"/>
<script type="text/javascript" src="../../lib/js/jquery-1.11.1.min.js"></script>
Expand Down
21 changes: 12 additions & 9 deletions admin/words.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 37 additions & 4 deletions io-package.json
@@ -1,8 +1,18 @@
{
"common": {
"name": "template",
"version": "0.5.0",
"version": "0.6.0",
"news": {
"0.6.0": {
"en": "Support of admin3",
"de": "Unterstützung von admin3",
"ru": "Поддержка admin3",
"pt": "Suporte de admin3",
"nl": "Ondersteuning van admin3",
"fr": "Support de admin3",
"it": "Supporto di admin3",
"es": "Soporte de admin3"
},
"0.5.0": {
"en": "beta version",
"de": "Betaversion",
Expand All @@ -20,21 +30,43 @@
"nl": "Eerste release"
}
},
"title": "Javascript/Node.js based template adapter",
"title": {
"en": "Javascript/Node.js based template adapter",
"de": "Javascript / Node.js basierte Vorlagenadapter",
"ru": "Адаптер шаблонов на основе Javascript / Node.js",
"pt": "Adaptador de modelo baseado em Javascript / Node.js",
"nl": "Javascript / Node.js gebaseerde sjabloonadapter",
"fr": "Javascript / Node.js basé adaptateur de modèle",
"it": "Adattatore modello basato su Javascript / Node.js",
"es": "Adaptador de plantilla basado en JavaScript / Node.js"
},
"desc": {
"en": "ioBroker template Adapter",
"de": "ioBroker Template Adapter",
"ru": "ioBroker Template драйвер как образец",
"pt": "Modelo de adaptador para o ioBroker",
"fr": "ioBroker adaptateur modèle",
"nl": "ioBroker Template Adapter"
"nl": "ioBroker Template Adapter",
"it": "Adattatore modello ioBroker",
"es": "Adaptador de plantilla ioBroker"
},
"authors": [
"my Name <my@email.com>"
],
"docs": {
"en": "docs/en/admin.md",
"ru": "docs/ru/admin.md",
"de": "docs/de/admin.md",
"es": "docs/es/admin.md",
"it": "docs/it/admin.md",
"fr": "docs/fr/admin.md",
"nl": "docs/nl/admin.md",
"pt": "docs/pt/admin.md"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "template.png",
"materialize": true,
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.template/master/admin/template.png",
"keywords": ["template", "vis", "GUI", "graphical", "scada"],
Expand All @@ -45,7 +77,8 @@
},
"native": {
"test1": true,
"test2": 42
"test2": 42,
"mySelect": "auto"
},
"objects": [

Expand Down

0 comments on commit 4f07ad6

Please sign in to comment.