Add a CHANGELOG.md
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
parent
b4b549ae84
commit
bab9c83f88
1 changed files with 28 additions and 0 deletions
28
CHANGELOG.md
Normal file
28
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
# Changelog
|
||||||
|
Anything noteworthy will be documented here (to the best of our ability, anyway)
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Support for building with [Task](https://taskfile.dev)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Do not use the Funkwhale CI, instead use our own.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
* Support for Docker usage in production
|
||||||
|
* Stale files that stuck from the Funkwhale project
|
||||||
|
|
||||||
|
## 1.4.1+1.0.0
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Instance generation script in the likes of `mix pleroma.instance gen`
|
||||||
|
* Service supervision configurations for `dinit`
|
||||||
|
* Support for installing without virtual environments
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Update dependency `dj-rest-auth` to version 7.0.0
|
||||||
|
* Update dependency `django-allauth` to version 0.60.0
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Setuptools was unable to proceed past `dj-rest-auth`, due to its usage of `convert_path`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue