Releases: nextcloud/deck
Releases · nextcloud/deck
v1.1.0-beta2
- #1545 Expose boards as calendars @juliushaertl
- #2252 Fix double slash in the deck activity links @baraksoa
- #2269 No need to add url-loader twice @juliushaertl
- #2270 Fix empty content view to align with other widgets @juliushaertl
- #2275 Wait for services to be registered before performing further setup that requires services @juliushaertl
- #2278 Fix wrong SQL queries @Chartman123
- #2279 L10n:add translation to card placeholder @mjanssens
- #2282 Duedate picker fixes @juliushaertl
- #2283 Do not handle exceptions from page controller in the ExceptionMiddleware @juliushaertl
- #2298 Use absolute URLs for the search @nickvergessen
v1.1.0-beta1
- #1853 Archive all cards from stack @jakobroehrl
- #1865 Add stack button on empty board @jakobroehrl
- #1926 New filter: unassigned cards @jakobroehrl
- #1934 Card dashboard @jakobroehrl
- #2035 Attach files in description @jakobroehrl
- #2047 Show card details in modal @jakobroehrl
- #2115 Dashboard panel @juliushaertl
- #2123 Fix control tooltip @jakobroehrl
- #2144 Fix nextcloud if install with dev dependencies @matchish
- #2157 Build/webpack shared config @juliushaertl
- #2158 Fix description in dark mode @juliushaertl
- #2169 Bump webpack-merge from 5.0.9 to 5.1.0 @dependabot
- #2170 Add lastModified date to boards API documentation @stefan-niedermann
- #2188 CardBadges: Count checkboxes started with "+ [ ]" @joreiff
- #2200 Unified search implementation @juliushaertl
- #2206 Fix read-only sidebar (fixes #2033) @juliushaertl
- #2208 Fix design, dark mode and keyboard navigation of the board list @juliushaertl
- #2210 Fix an incorrect/misleading message in lib/Service/BoardService.php @jordanbancino
- #2211 Update incorrect field in API documentation (docs/API.md) @jordanbancino
- #2243 Various smaller styling fixes @juliushaertl
- #2244 Toggle filter on clicking card labels @juliushaertl
v1.0.5
- #2116 Fix navigation layout issues @juliushaertl
- #2118 Use proper parameter when handling attachments @juliushaertl
v1.0.4
Fixed
- #2062 Fix saving card description after toggling checkboxes @juliushaertl
- #2065 Adding CSS rule for Markdown Blockquotes @reox
- #2059 Fix fetching attachments on card change @juliushaertl
- #2060 Use mixing for relative date in card sidebar @juliushaertl
v0.8.3
Fixed
- Bump dependencies
v1.0.3
Fixed
- #2019 Remove old global css rule @juliushaertl
- #2020 Fix navigation issue with leftover nodes @juliushaertl
- #2021 Fix description issues @juliushaertl
- #2022 Fix replyto issues with the comments API @juliushaertl
- #2027 Allow to unassign current user from card @juliushaertl
- #2029 Fix wording : stack -> list @cloud2018
- #2032 Force order by id as second sorting key @juliushaertl
- #2045 Improve label styling @juliushaertl
- #2010 User documentation fixes @Nyco
- #1998 Add Checklist explaination to the doc @4rnoP
1.0.2 - 2020-06-03
Fixed
- #1774 Remove deprecated global API calls
- #1918 Save compact mode on localstorage @jakobroehrl
- #1919 Show sidebar after card creation @jakobroehrl
- #1924 Boards ordered in main page @jakobroehrl
- #1925 Fix generated fronted urls
- #1944 Move navigation to @nextcloud/vue components
- #1945 Fix datetime picker
- #1946 Fix translations
- #1976 Delete boards that users own once they are deleted
- #1977 Redirect from previously used routes to the current ones
v1.0.1
Fixed
- Removes debug filter output
- Labels are now sorted
- Stack title doesn't break up
- Fix move card modal
- Sort boards in navigation
- Fixes the attachment modal
- Handle deleted boards better
- User can only clone a board on canManage permissions
- Fix modal imports
- Show menu in compact mode
- Added a filter reset button
- Add hover effect to board list
- New filter icon
- Improve hovering response in board
- Enable linkify in description renderer @icewind1991
- Enhance board selector
- Fix issue if card description might be null
- Revert markdown styles from old frontend
- Do not scroll cards into view
- Fix reodering performance
Deck 1.0
Added
- Completly rewritten frontend
- Better maintainability
- Various small fixes
- Unified user interface with Nextcloud
- Separate comment and activity timelines
- Add ability to reply to comments #1537
- Filter cards on board #1507 @jakobroehrl
- Add cards to projects #1294 @jakobroehrl
- Move cards to other boards #1242 @jakobroehrl
- Clone boards with existing stacks and labels #1221 @jakobroehrl
- Upload multiple files at once and in parallel
A huge thangs goes to our awesome community that put enourmous effort into the frontend migration:
Special thanks for contributing huge parts of the Vue.js migration:
@jakobroehrl @weeman1337 @nicolad
Testers/reporters:
@cloud2018 @putt1ck @bpcurse
Android app team for helping to improve our REST API:
@desperateCoder @stefan-niedermann
v1.0.0-beta2
- deck#1705 Permissions added on board cloning @jakobroehrl
- deck#1706 Changed names @jakobroehrl
- deck#1707 Archived cards adjustments @jakobroehrl
- deck#1708 Fixed cards getting added in archive view and closes #1682 @ishantgupta777
- deck#1713 Fixed tooltip bug and closes #1679 @ishantgupta777
- deck#1724 Board delete confirmation @ishantgupta777
- deck#1725 Remove duplicate action button @juliushaertl
- deck#1726 Fix searching for sharees @juliushaertl
- deck#1727 Properly sort cards if order is the same @juliushaertl
- deck#1728 Fix frontend urls @juliushaertl
- deck#1731 Use separate preview for description and allow toggling checkboxes @juliushaertl
- deck#1732 Make settings menu more usable @juliushaertl
- deck#1733 Let labels/assignedUsers have sane default values in the store @juliushaertl
- deck#1734 Hide comments tab if comments app is disabled @juliushaertl
- deck#1735 Use absolute urls for activity @juliushaertl
- deck#1737 Fix checkmark regex to apply for lists only @juliushaertl