Skip to content

Commit e1f2418

Browse files
authored
Merge pull request #8014 from nextcloud/release/1.18.0
release/1.18.0
2 parents fc3a4dc + 5df3296 commit e1f2418

4 files changed

Lines changed: 57 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,59 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 1.18.0
9+
### Added
10+
* card dependencies by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7939
11+
* automatic setting of done status by @miaulalala in https://github.com/nextcloud/deck/pull/7702
12+
* Federated board sharing by @grnd-alt in https://github.com/nextcloud/deck/pull/7330
13+
* Update filter to show cards where any of the selected users is assigned to by @theoholl in https://github.com/nextcloud/deck/pull/7624
14+
* A board can be pinned as default board by @ramteid in https://github.com/nextcloud/deck/pull/7675
15+
* Assign labels on federated boards by @grnd-alt in https://github.com/nextcloud/deck/pull/7684
16+
* Federation reorder by @grnd-alt in https://github.com/nextcloud/deck/pull/7712
17+
* Show creator and created date in card by @samin-z in https://github.com/nextcloud/deck/pull/7650
18+
* Live update card description by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7716
19+
* Add start date field to cards by @aparcar in https://github.com/nextcloud/deck/pull/7749
20+
* Assign users on federated boards by @grnd-alt in https://github.com/nextcloud/deck/pull/7703
21+
* Add color property to cards and implement color selection by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7787
22+
* Add deck to user migration by @samin-z in https://github.com/nextcloud/deck/pull/7870
23+
* Add Gantt chart view for boards by @aparcar in https://github.com/nextcloud/deck/pull/7812
24+
* Make card, ACL and board events webhook-compatible by @cbcoutinho in https://github.com/nextcloud/deck/pull/7910
25+
26+
### Fixed
27+
* fix: use unknownActivityException by @grnd-alt in https://github.com/nextcloud/deck/pull/7960
28+
* Migrate `comment.js` Vuex store to Pinia by @theoholl in https://github.com/nextcloud/deck/pull/7827
29+
* fix: avoid breaking card details modal when viewing attachment by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7978
30+
* fix: show avatars in selector by @grnd-alt in https://github.com/nextcloud/deck/pull/7921
31+
* fix: board notify-due by @samin-z in https://github.com/nextcloud/deck/pull/7990
32+
* fix: make upcoming view reachable again by @grnd-alt in https://github.com/nextcloud/deck/pull/7989
33+
* fix(lint): apply new nextcloud code style by @grnd-alt in https://github.com/nextcloud/deck/pull/8011
34+
* Submit changes to board color and name on enter key press by @theoholl in https://github.com/nextcloud/deck/pull/7640
35+
* Use strict comparison by @CarlSchwan in https://github.com/nextcloud/deck/pull/7546
36+
* Cast shareID to string by @grnd-alt in https://github.com/nextcloud/deck/pull/7594
37+
* Increase minimum card width by @grnd-alt in https://github.com/nextcloud/deck/pull/7590
38+
* Stop ignoring certain share rows by @salmart-dev in https://github.com/nextcloud/deck/pull/7603
39+
* Add null check for boardId in createSession by @solracsf in https://github.com/nextcloud/deck/pull/7660
40+
* Show unknown federated users in search by @grnd-alt in https://github.com/nextcloud/deck/pull/7683
41+
* Use positional placeholders in translations by @rakekniven in https://github.com/nextcloud/deck/pull/7664
42+
* Do not notify users about their own actions by @ramteid in https://github.com/nextcloud/deck/pull/7661
43+
* Handle null user case by @miaulalala in https://github.com/nextcloud/deck/pull/7705
44+
* Check cardId for attachment by @grnd-alt in https://github.com/nextcloud/deck/pull/7727
45+
* Keep done state when importing a board by @miaulalala in https://github.com/nextcloud/deck/pull/7735
46+
* Hide not required JSON fields for federation by @grnd-alt in https://github.com/nextcloud/deck/pull/7726
47+
* Correctly copy label and description when cloning cards by @solracsf in https://github.com/nextcloud/deck/pull/7714
48+
* Pass boardId to attachmentController by @grnd-alt in https://github.com/nextcloud/deck/pull/7708
49+
* Call findBoardId with int by @grnd-alt in https://github.com/nextcloud/deck/pull/7761
50+
* Prevent accidental text selection when dragging a card by @theoholl in https://github.com/nextcloud/deck/pull/7765
51+
* Adapt to stricter stylelint rules by @grnd-alt in https://github.com/nextcloud/deck/pull/7794
52+
* Set max comment retrieval limit to 200 by @grnd-alt in https://github.com/nextcloud/deck/pull/7788
53+
* Fix showing no due cards by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7797
54+
* Use correct controller attributes for federation endpoints by @grnd-alt in https://github.com/nextcloud/deck/pull/7816
55+
* Fix share and assign team issue by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7687
56+
* Use message source when updating a comment by @mejo- in https://github.com/nextcloud/deck/pull/7878
57+
* Use lighter probeCircles() in teams by @ArtificialOwl in https://github.com/nextcloud/deck/pull/7857
58+
* Allow updating replies in comments by @grnd-alt in https://github.com/nextcloud/deck/pull/7896
59+
* Register event listener for typed comment events by @miaulalala in https://github.com/nextcloud/deck/pull/7894
60+
861
## 1.18.0-beta.3
962
### Added
1063
* feat: add card dependencies by @luka-nextcloud in https://github.com/nextcloud/deck/pull/7939

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- 🚀 Get your project organized
2121

2222
</description>
23-
<version>1.18.0-beta.3</version>
23+
<version>1.18.0</version>
2424
<licence>agpl</licence>
2525
<author>Julius Härtl</author>
2626
<namespace>Deck</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deck",
33
"description": "",
4-
"version": "1.18.0-beta.3",
4+
"version": "1.18.0",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)