Skip to content

Commit 73bf4e3

Browse files
committed
1.0.1
Signed-off-by: Julien Veyssier <[email protected]>
1 parent c04d352 commit 73bf4e3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## 1.0.1 – 2022-11-08
10+
### Changed
11+
- sort channels by last post date, use most recent as default selection
12+
- update npm pkgs
13+
- switch to @nextcloud/vue dashboard components
14+
15+
### Fixed
16+
- gracefully catch error when creating a share link with a password that does not respect NC's password policy
17+
- fix selected radio elements border color
18+
- fix api controller methods being restricted to admin users
19+
- avoid deselecting channel when selecting the selected one
20+
921
## 1.0.0 – 2022-09-09
1022
### Added
1123
* the app

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<summary>Integration of Mattermost</summary>
66
<description><![CDATA[Mattermost integration provides a dashboard widget displaying your most important notifications
77
and a unified search provider for messages. It also lets you send files to Mattermost from Nextcloud Files.]]></description>
8-
<version>1.0.0</version>
8+
<version>1.0.1</version>
99
<licence>agpl</licence>
1010
<author>Julien Veyssier</author>
1111
<namespace>Mattermost</namespace>

0 commit comments

Comments
 (0)