Skip to content

Commit

Permalink
Merge pull request #707 from wvhn/develop
Browse files Browse the repository at this point in the history
prepare release v3.2.1
  • Loading branch information
wvhn authored Feb 14, 2022
2 parents 340852c + d22e5f9 commit 8b8a11e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
### Improvements
- docu for image displaying widgets improved (multimedia.widget, basic.print)
- basic.windows takes 'closed', 'tilted' and 'open' as arguments, as frequently used in fhem. example3.graphic widgets also updated.
- status.activelist: id can be omitted even if more than one status.activelist is on a page

### Updated Libraries

Expand All @@ -28,6 +27,7 @@
- new smarthomeng.js driver did not work if a port was provided in the URL
- device.uzsutable did not run on iOS9 devices (even after general uzsu fix)
- offline driver stopped working on large number of items (php request overflow)
- status.activelist did not work correctly if more than one status.activelist was on a page

### Known Bugs
- if item contains a stringified number (e.g. with leading zero). widget.set converts it back to numeric format - so basic.print can not print it as text
Expand Down
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

[![Join the chat at https://gitter.im/sVISU/Lobby](https://badges.gitter.im/sVISU/Lobby.svg)](https://gitter.im/sVISU/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Warning ! The current version in this develop branch is experimental and should not be used in productive environments!
Use version v3.2.0 from the master branch instead.


## DESCRIPTION
smartVISU is a framework to create a visualisation for a knx-installation with simple html-pages.
To read and write group-telegrams special tags are used.
Expand Down Expand Up @@ -38,7 +34,7 @@ SEE: [smartvisu.de](http://www.smartvisu.de)
sudo chown smarthome:www-data smartvisu
chmod g+rws smartvisu/
cd smartvisu
git clone git://github.com/Martin-Gleiss/smartvisu.git .
git clone https://github.com/Martin-Gleiss/smartvisu.git .
* Afterwards set the rights for the temp folder and some system configuration and data files:
Expand Down
2 changes: 1 addition & 1 deletion version-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
define ('config_version', '3.2'); // deprecated as from v3.0
define ('config_version_major', '3');
define ('config_version_minor', '2');
define ('config_version_revision', 'a');
define ('config_version_revision', '1');
?>

0 comments on commit 8b8a11e

Please sign in to comment.