From f5f7e3b2a3f6e835debc8b39b9956e95079533c4 Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:22:51 +0100 Subject: [PATCH] chore: remove CODEOWNERS, CHANGELOG (#204) --- .github/CODEOWNERS | 1 - CHANGELOG.md | 45 --------------------------------------------- 2 files changed, 46 deletions(-) delete mode 100644 .github/CODEOWNERS delete mode 100644 CHANGELOG.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index d95edc20..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @FriendsOfFlarum/maintainers diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index bcb8a2e2..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,45 +0,0 @@ -# 0.6.0-beta.3 - -### Fixed - -- New private discussions required approval -- 'Alert' notifications were not triggered -- Prevent private discussion started notifications from being delivered to the discussion author -- Flagged private discussions appeared in 'All discussions' - -### Added - -- Admins can now customize the icon used for Byobu discussion badges and post events -- Fully translatable email notification templates -- Flarum beta 15 support - -### Changed - -- Support for Flarum beta 14 dropped, minimum requirement is now beta 15 - -# 0.6.0-beta.2 - -### Fixed - -- Issue with profile private discussions erroring. - -# 0.6.0-beta.1 - -### Changed - -- Compatibility with Flarum beta 14. -- All events have been renamed. - -### Added - -- New link under "All discussions" for private discussions. -- New page for private discussions with dedicated create button. -- User setting for unified "All discussions" that includes private discussions. -- Compiling assets in master. -- User search no longer shows suspended users. - -### Removed - -- Private Discussions can't be made public anymore. -- Private Discussions no longer need tags. -- Removed "made public" event.