polls/CHANGELOG.md

189 строки
4.2 KiB
Markdown
Исходник Обычный вид История

# Changelog
All notable changes to this project will be documented in this file.
2017-10-09 21:48:29 +03:00
2019-02-03 21:21:00 +03:00
## [0.10.0] - [tbd]
### Added
- main list page
- rewrite as a vue app
- improved UI
- ability to clone any poll and shift date options
- design updates to vote page
- some more UI enhancements
- Maybe option for a poll is configurable
## [0.9.5] - 2018-12-22
### Fixed
- #457 - update to 0.9.4 failed for postgres database
- #454 - Update to 0.9.3 failed for postgresql database
## [0.9.4] - 2018-12-18
### Fixed
- #453 - Polls upgrade leads to NotNullConstraintViolationException
- #454 - Update to 0.9.3 failed for postgresql database
- #455 - Fix color variable name in list.scss
## [0.9.3] - 2018-12-18
### Fixed
- Fix minor problem with migration
2018-12-11 22:16:58 +03:00
## [0.9.1] - 2018-12-11
2018-02-01 11:59:09 +03:00
### Added
2018-09-15 11:50:39 +03:00
- create/edit page
- rewrite as a vue app
- improved UI
- introduced new NC date time picker from vue-nextcloud
2018-11-10 20:44:21 +03:00
- introduced multiselect from vue-nextcloud
2018-12-11 22:16:58 +03:00
- added option to allow "maybe" vote
2018-11-02 21:41:54 +03:00
2018-09-15 11:50:39 +03:00
- vote page
- made polls table scrollable
- show new vote options after voting
2018-11-02 21:41:54 +03:00
- open sidebar by default on wide screens
2018-11-10 20:44:21 +03:00
- Users in the admin group should be able to edit polls (#386)
2018-11-02 21:41:54 +03:00
2018-02-01 11:59:09 +03:00
### Changed
2018-12-11 22:16:58 +03:00
- Compatibility to NC 14 and 15
2018-09-15 11:50:39 +03:00
- Introduced vue
- Changing database theme
- Polls is a Nextcloud only app now. If you wish to proceed developing the ownCloud version, make a fork from the `stable-0.8` branch.
2018-02-01 11:59:09 +03:00
### Fixed
2018-09-15 23:41:37 +03:00
- 'Edit poll' did not work from poll's details view (#294)
2018-09-15 11:50:39 +03:00
- Bug which makes voting impossible after edit
2018-09-15 23:41:37 +03:00
- Write escapes option texts to db (#341)
2018-11-10 20:44:21 +03:00
- display user's display name instead of user name (#402)
- support for asynchronus operations (#371)
2018-09-15 11:50:39 +03:00
- ... a lot more minor bugs
See https://github.com/nextcloud/polls/milestone/9?closed=1 for all changes and additions.
2018-11-02 21:41:54 +03:00
2018-08-30 20:26:03 +03:00
## [0.8.3] - 2018-08-30
### Added
### Changed
### Fixed
- Display own participation in polls in list view
2018-08-25 21:14:11 +03:00
## [0.8.2] - 2018-08-25
2018-02-01 11:59:34 +03:00
2018-08-30 20:26:03 +03:00
### Added
- Compatibility to NC 14 #360
2018-02-01 11:59:34 +03:00
### Changed
### Fixed
- 'Edit poll' did not work from poll's details view #294
2018-08-30 20:26:03 +03:00
- Reload of public polls with ownCloud 10 #344 #340 #283 #96
2018-02-01 11:58:32 +03:00
2018-02-01 11:59:09 +03:00
## [0.8.1] - 2018-01-19
2017-11-10 01:33:39 +03:00
### Added
- Unit tests
- App favicon
- More languages
### Changed
- New vote page design (responsive)
2018-01-14 16:26:45 +03:00
- New comment design
2017-11-10 01:33:39 +03:00
- A lot of clean up
2018-01-14 16:26:45 +03:00
- removing header elements for public polls
2017-11-10 01:33:39 +03:00
### Fixed
- Linebreak bug
2018-01-14 16:26:45 +03:00
- Time picker bug (update to version 2.5.14, https://github.com/xdan/datetimepicker)
- Server error, if poll does not exist
- Several CSS fixes for NC 11 and oC 10
2017-11-10 01:33:39 +03:00
## [0.8.0] - 2017-10-13
### Changed
- Big UI overhaul
- Removed oC branding from email strings
- Removed unnecessary files
- A lot of code rework
### Fixed
- Fix date display in IE and Safari (NaN)
- Translations
## [0.7.3] - 2017-07-16
2017-10-09 21:48:29 +03:00
### Added
- French translations
- Nextcloud 12 compatibility
### Changed
- Removed some deprecated methods
- Hide usernames in extended anonymous polls
## [0.7.2] - 2016-10-27
2017-10-09 21:48:29 +03:00
### Added
- Search for users / groups in "Select..." access type (similar to sharing dialog) (thanks @scroom)
- Bump OC version to 9.1
- Anonymous comments / polls
- Allow comments for unregistered / not logged in users
### Fixed
- Correctly store text votes (thanks @jaeger-sb @joergmschulz)
- Preselection on edit poll page
- Current selected access type is now clickable
- Remove unused share manager
## [0.7.1] - 2016-06-05
2017-10-09 21:48:29 +03:00
### Added
- New UI (thanks @mcorteel)
- Search for users / groups (thanks @bodo1987)
### Fixed
- Several bug fixes
- Use correct timezone for date polls
- Link to poll
- Only display users / groups the user is member of (except admin) (thanks @bodo1987)
## [0.7.0] - 2016-03-18
2017-10-09 21:48:29 +03:00
### Added
- Show user avatars
- Toggle all switch
- Show login screen before error
### Fixed
- Not set expire would lead to 2.1.1970 as expire date
- Invalid characters in url hash
- Empty description in edit
- Many text poll fixes
- Notification checkbox fixes
- Blank page fixes on empty votes
## [0.6.9.1] - 2016-02-21
2017-10-09 21:48:29 +03:00
### Fixed
- Replaced placeholder images
- Minor fixes, including external votes
## [0.6.9] - 2016-02-20
2017-10-09 21:48:29 +03:00
### Added
- Edit polls
### Changed
- New minimal version set to 8.1
### Fixed
- Replaced deprecated methods
- Switched from raw php to controller
- Fixed several bugs
- Edit poll access
- Vote page layout