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

CHANGELOG.md - github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8bc70dd43de09e706940626ed09980a9204bf77c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Changelog
All notable changes to this project will be documented in this file.

## 6.4.0 – 2022-10-18
### Changed
- Compatibility with Nextcloud 25
- Drop support for Nextcloud 24 and older

## 6.3.1 – 2022-06-14
### Fixed
- Don't send emails to disabled users
  [#480](https://github.com/nextcloud/announcementcenter/pull/480)

## 6.3.0 – 2022-05-16
### Added
- Add option to directly send emails for announcements (by [mejo-](https://github.com/mejo-))
  [#467](https://github.com/nextcloud/announcementcenter/pull/467)

## 6.2.0 – 2022-04-27
### Fixed
- Compatibility with Nextcloud 24

## 6.1.1 – 2021-11-09
### Fixed
- Compatibility with Nextcloud 23

## 6.0.0 – 2021-09-22
### Fixed
- Fix missing notifications when posting multiple restricted notifications in a short time
  [#395](https://github.com/nextcloud/announcementcenter/pull/395)
- Fix "Route does not exist" log spam when accessing the dashboard
  [#392](https://github.com/nextcloud/announcementcenter/pull/392)
- Compatibility with Nextcloud 22

## 5.0.1 – 2021-09-22
### Fixed
- Fix missing notifications when posting multiple restricted notifications in a short time
  [#396](https://github.com/nextcloud/announcementcenter/pull/396)
- Fix "Route does not exist" log spam when accessing the dashboard
  [#393](https://github.com/nextcloud/announcementcenter/pull/393)

## 4.0.2 – 2021-09-22
### Fixed
- Fix missing notifications when posting multiple restricted notifications in a short time
  [#397](https://github.com/nextcloud/announcementcenter/pull/397)

## 5.0.0 – 2021-02-23
### Added
- Rewrite the frontend in Vue.JS after a design review
  [#218](https://github.com/nextcloud/announcementcenter/pull/218)

### Fixed
- Make the database schema compatible with clusters by adding a primary key
  [#293](https://github.com/nextcloud/announcementcenter/pull/293)
- Compatibility with Nextcloud 21

## 4.0.1 – 2021-01-29
### Fixed
- Fix dashboard when user_status app is disabled
  [#279](https://github.com/nextcloud/announcementcenter/pull/279)

## 4.0.0 – 2020-08-31
### Added
- Add a dashboard widget
  [#209](https://github.com/nextcloud/announcementcenter/pull/209)

## 3.9.1 – 2020-08-31
### Added
- Make emails clickable
  [#206](https://github.com/nextcloud/announcementcenter/pull/206)
  
### Fixed
- Compatibility with Nextcloud 20

## 3.8.1 – 2020-06-03
### Fixed
- Don't send notifications and activities to users unable to read the announcement

## 3.8.0 – 2020-04-08
### Fixed
- Compatibility with Nextcloud 19

## 3.7.0 – 2020-01-17
### Fixed
- Compatibility with Nextcloud 18

## 3.6.1 – 2019-10-04
### Fixed
- Remove JS warnings for loading all libraries
  [#169](https://github.com/nextcloud/announcementcenter/pull/169)

## 3.6.0 – 2019-08-26
### Fixed
- Compatibility with Nextcloud 17

## 3.5.1 – 2019-05-07
### Fixed
- Fix deleting announcements
  [#150](https://github.com/nextcloud/announcementcenter/pull/150)

## 3.5.0 – 2019-04-04
### Fixed
- Compatibility with Nextcloud 16

## 3.4.1 – 2019-01-17
### Added
- Markdown support for announcements
  [#132](https://github.com/nextcloud/announcementcenter/pull/132)

### Fixed
- Correctly reset the group selection after sending an announcement
  [#137](https://github.com/nextcloud/announcementcenter/pull/137)
- Better support for dark-theme
  [#134](https://github.com/nextcloud/announcementcenter/pull/134)
  [#138](https://github.com/nextcloud/announcementcenter/pull/138)
- Prevent HTML rendering in notifications
  [#131](https://github.com/nextcloud/announcementcenter/pull/131)

## 3.4.0 – 2018-11-16
### Added
- Support mentions and clickable links in comments
  [#121](https://github.com/nextcloud/announcementcenter/pull/121)

### Fixed
- Compatibility with Nextcloud 15

## 3.3.1 – 2018-10-11
### Fixed
- Add the announcement subject to the activity emails
  [#118](https://github.com/nextcloud/announcementcenter/pull/118)

## 3.3.0 – 2018-08-06
### Fixed
- Compatibility for Nextcloud 14

## 3.2.1 – 2018-02-12
### Fixed
- Fix layout of announcements
  [#94](https://github.com/nextcloud/announcementcenter/pull/94)