Add OnlyMedia Upload Filter to simplify restricting uploads to audio, image, and video types #562

Closed
norm wants to merge 2 commits from norm:only_media_filter into develop
Showing only changes of commit e05b73e4ed - Show all commits

View file

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added
- `OnlyMedia` Upload Filter to simplify restricting uploads to audio, image, and video types
## 2023.05 ## 2023.05
## Added ## Added