Skip to content

Releases: nextcloud/announcementcenter

v7.0.1

02 Oct 19:17
v7.0.1
4f2913b
Compare
Choose a tag to compare

Added

  • Add CLI command to remove notifications from an announcement

Fixed

  • Fix "Invalid date" when scheduling an announcement
  • Move scheduling and deletion into … menu

What's Changed

  • chore(deps-dev): Bump psalm/phar from 5.25.0 to 5.26.1 by @dependabot in #837
  • chore(deps): Bump dompurify from 3.1.2 to 3.1.6 by @dependabot in #838
  • chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1 by @dependabot in #843
  • chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.0.1 to 6.1.0 by @dependabot in #842
  • chore(deps): Bump @nextcloud/vue from 8.18.0 to 8.19.0 by @dependabot in #841
  • [main] Update nextcloud/ocp dependency by @nextcloud-command in #845
  • chore(deps-dev): Bump nextcloud/coding-standard from 1.2.3 to 1.3.1 by @dependabot in #844
  • fix invalid date bug for scheduled announcements by @mwinkens in #848
  • chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.1.0 to 6.1.1 by @dependabot in #849
  • Move scheduling and deletion into ... menu by @mwinkens in #847
  • Add CLI command to remove notifications from an announcement by @mwinkens in #840

Full Changelog: v7.0.0...v7.0.1

v7.0.0

12 Sep 13:25
v7.0.0
1364ca6
Compare
Choose a tag to compare

Added

  • Compatibility with Nextcloud 30
  • Added CLI commands to list, announce and remove announcements
  • Added option to schedule announcements
  • Added option to automatically delete announcements

Changed

  • Updated dependencies
  • Removed Nextcloud 26 and Nextcloud 27

What's Changed

New Contributors

Full Changelog: v6.8.1...v7.0.0

v6.8.1

21 Mar 10:40
v6.8.1
0c685ae
Compare
Choose a tag to compare

Fixed

  • Fix searching for groups in the compose form #774

What's Changed

Full Changelog: v6.8.0...v6.8.1

v6.8.0

08 Mar 15:31
v6.8.0
6e0610c
Compare
Choose a tag to compare

6.8.0 – 2024-03-08

Added

  • Compatibility with Nextcloud 29
  • Update translations
  • Update dependencies

What's Changed

Full Changelog: v6.7.0...v6.8.0

v6.7.0

10 Nov 05:36
v6.7.0
d6db0d2
Compare
Choose a tag to compare

Added

  • Compatibility with Nextcloud 28
  • Removed Nextcloud 25

Changed

  • Updated some dependencies

v6.6.2

17 Aug 15:57
v6.6.2
ec2f821
Compare
Choose a tag to compare

Fixed

  • Don't load JS assets on all pages
    #689
  • Migrate admin settings to Vue so they are accessible
    #648

v6.6.1

16 May 20:02
9d53c94
Compare
Choose a tag to compare

Fixed

  • Activity emails still send although the announcement is emailed #576

v6.6.0

15 May 11:43
9b8f59c
Compare
Choose a tag to compare

Added

  • Compatibility with Nextcloud 27

Changed

  • Migrate RichText component from @nextcloud/vue-richtext to @nextcloud/vue
  • Updated some dependencies

v6.5.1

01 Mar 09:04
cc06a78
Compare
Choose a tag to compare

Changed

  • Updated some dependencies

Fixed

  • Fix broken group selection with @nextcloud/vue update #607

What's Changed

Full Changelog: v6.5.0...v6.5.1

v6.5.0

16 Feb 20:58
5eee8d1
Compare
Choose a tag to compare

✅ Added

  • Compatibility with Nextcloud 26

🛠️ Changed

  • Updated and migrated some dependencies

🐞 Fixed

  • Don't load comment sidebar when the active announcement doesn't allow comments #576
  • Log announcement creation and deletion #571
  • Skip users without a valid email address #551