diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d132a1f..ada130af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,15 @@ This file documents any relevant changes done to ViUR Vi since version 2.0.0. -## 2.1.0 +## 2.1 -Released: outstanding +Released: Nov 2, 2017 ### Major changes -- Made [ViUR logics](https://github.com/viur-framework/logics) permanently available in Vi for dynamic user mask behaviors by providing test expressions that influence bone readonly/visibility. Check out [README in logics](https://github.com/viur-framework/logics/blob/master/README.md) for more information. +- Made [ViUR logics](https://github.com/viur-framework/logics) permanently available as a Beta feature. Logics can be used for dynamic mask behaviors by providing test expressions that influence bone readonly/visibility states. Check out the [README in ViUR/logics](https://github.com/viur-framework/logics/blob/master/README.md) for more information and examples. - Generally refactored all supported bones to provide a consistent API (``bone.serializeForPost()``, ``bone.serializeForDocument()``, and much more) -- Extended bones and modules to context-features, which allow to pass context-dependent parameters through to filters, query and add/edit actions and modify application behavor this way. +- Extended bones and modules to context-features, which allow to pass context-dependent parameters through to filters, query and add/edit actions and modify application behavior this way. - Revised login process that allows to display custom masks (e.g. password changing dialog) within the login process. ### Minor changes @@ -19,9 +19,10 @@ Released: outstanding - Full-screen view mode by clicking on the Vi-Logo - vi-custom.js file included to allow JavaScript customizations - ``utils.formatString()`` improved to expand selectOneBone and selectMultiBone entries into their values +- Clicking the Vi-Logo (or project logo) in the upper-left corner toggles the Pane-bar visibility on the left. - New README.md and CHANGELOG.md -## 2.0.0 +## 2.0 Released: Dec 22, 2016 diff --git a/README.md b/README.md index 455975a2..17e01b09 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## About -"Vi" (pronounced as "whee!") is an acronym for *visual interface*. It is a platform-independent HTML5-web-app that is written in Python and must be compiled into JavaScript using the [PyJS](https://github.com/pyjs/pyjs) transpiler. +*Vi* (pronounced as "whee!") is an acronym for *visual interface*. It is a platform-independent HTML5-web-app that is written in Python and must be compiled into JavaScript using the [PyJS](https://github.com/pyjs/pyjs) transpiler. It was tested and runs well with the latest versions of Chrome (Chromium), Firefox and Safari. Microsoft Edge and Internet Explorer >= 9 should also run it suitable as well. diff --git a/config.py b/config.py index f340e3dc..d9c3d6de 100644 --- a/config.py +++ b/config.py @@ -8,7 +8,7 @@ "vi.version": (2, 1, 0), # Appendix to version - "vi.version.appendix": "devel", + "vi.version.appendix": "", # Which access rights are required to open the Vi? "vi.access.rights": ["admin", "root"], diff --git a/html5 b/html5 index 54ed1c4c..9fde70e0 160000 --- a/html5 +++ b/html5 @@ -1 +1 @@ -Subproject commit 54ed1c4cd323f96118151d31dde13b9f42c7785c +Subproject commit 9fde70e0fd22d715baf146d7453e86488c761f0a