Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-04-11 18:08:06 +0300
committerdartcafe <github@dartcafe.de>2020-04-11 18:08:06 +0300
commit0c9954f119210addcf59592dcd19fa57cd5c051a (patch)
tree0abf5863a6243af4bc0dd56d0e6141c5702cba26
parentdeb482e28b3f9fc160d22aa0980313570f55f84d (diff)
Updated changelog and version for beta21.4.1
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4255600..fd430871 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [1.4.0] - tbd
+## [1.4.1] - tbd
+ - add description to invitation mail #895
+ - fixed safari bugs #770
+ - added configuraton to hide the poll result #265
+ - poll title to window title #318
+ - updated timepicker and changed layout #889, #826
+
+## [1.4.0] beta1
- Delete a poll completly #801
- Alignment in poll list #828
- Anonymous poll not saved #829
@@ -21,7 +28,7 @@ All notable changes to this project will be documented in this file.
- fix double loading of poll list #870
- allow creating of option sequences for date polls #649
- permanently delete polls #823
- - fix some design / UX improvements #841, #848, #884
+ - fix some design / UX improvements #841, #848, #884,
## [1.3.0] - 2020-02-16
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2d65387e..b06c5682 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Polls</name>
<summary>A polls app, similar to doodle/dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
- <version>1.4.0</version>
+ <version>1.4.1</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
diff --git a/package.json b/package.json
index 183518bc..42b3c7f2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "1.4.0",
+ "version": "1.4.1",
"authors": [
{
"name": "Vinzenz Rosenkranz",