Merge pull request #77 from nextcloud/release-0.1.2

Bump version to 0.1.2
This commit is contained in:
Julius Härtl
2017-03-27 20:29:31 +02:00
committed by GitHub
2 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,17 @@
## 0.1.2
### Added
- Add translations
### Fixed
- Fix issues with Acl checks
- Always select first color fixes
- Add active class to appmenu
- Use server select2 styles
- Remove debug logging and unused function
- Fix issue while sorting cards
- Improve logging of exceptions
- Fixed SQL statements without prefixes
## 0.1.1 ## 0.1.1
### Fixed ### Fixed
- Various styling improvements - Various styling improvements

View File

@@ -16,7 +16,7 @@
💥 This is still alpha software: it may not be stable enough for production! 💥 This is still alpha software: it may not be stable enough for production!
</description> </description>
<version>0.1.1</version> <version>0.1.2</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<namespace>Deck</namespace> <namespace>Deck</namespace>