Skip to content

Commit

Permalink
geändert: README.md
Browse files Browse the repository at this point in the history
	geändert:       eslint.config.mjs
	geändert:       lib/web.js
	geändert:       main.js
	geändert:       www/js/functions.min.js
	geändert:       www/style/style.css
  • Loading branch information
SKB-CGN committed Dec 10, 2024
1 parent a531b2d commit c15f407
Show file tree
Hide file tree
Showing 6 changed files with 2,268 additions and 1,988 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@ It provides an animated energyflow for all elements, you add. This could be: pho
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
- ![](https://placehold.co/15x15/A1D343/A1D343.png) FIX: Requested override value was not updated inside configuration, if state still has the same value
- ![](https://placehold.co/15x15/00B5DD/00B5DD.png) Added: Dependency Eslint 9.x for ioBroker code-check and performance

### 0.5.1-alpha.11 (2024-11-12)
- ![](https://placehold.co/15x15/A1D343/A1D343.png) FIX: Overrides were not correctly applied (#272)
- ![](https://placehold.co/15x15/A1D343/A1D343.png) FIX: Timestamp of the last change was timestamp of the last update (#279)
- ![](https://placehold.co/15x15/A1D343/A1D343.png) FIX: Font-size could not be changed
- ![](https://placehold.co/15x15/00B5DD/00B5DD.png) Added: Improved UI
- ![](https://placehold.co/15x15/00B5DD/00B5DD.png) Added: Information Icon on the live-view, to inform the user about any errors that have occured
- ![](https://placehold.co/15x15/00B5DD/00B5DD.png) Added: Responsive Design for Adapter-Admin area added to meet new requirements
- ![](https://placehold.co/15x15/00B5DD/00B5DD.png) Added: Added: last change timestamp to datasource elements. Corresponds to fix (#279)
- ![](https://placehold.co/15x15/00B5DD/00B5DD.png) Added: last change timestamp to datasource elements. Corresponds to fix (#279)

### 0.5.1-alpha.10 (2024-10-24)
- ![](https://placehold.co/15x15/A1D343/A1D343.png) FIX: Applied fill color of element could not be removed or set to transparent
Expand Down
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export default [
'admin/words.js',
'admin/admin.d.ts',
'**/adapter-config.d.ts',
'lib/dictionary.js',
'www/**/*.js',
],
},
{
Expand All @@ -26,6 +28,7 @@ export default [
// not block buiuld process.
rules: {
// 'jsdoc/require-jsdoc': 'off',
"no-prototype-builtins": "off"
},
},
];
Loading

0 comments on commit c15f407

Please sign in to comment.