Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Bumped version number to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Nov 2, 2017
1 parent f5817e0 commit 0bc5595
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion html5
Submodule html5 updated 1 files
+1 −1 CHANGELOG.md

0 comments on commit 0bc5595

Please sign in to comment.