diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a379d42d..cf5500ce3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog -All changes from v13.0.0 onwards, for a list of differences read FIREFISH.md +## [1.0.3] - 2023-07-21 + +### Bug Fixes + +- Fix: :bento: fix old favicon + +- Fix: :bento: asset versioning, screenshots + +- Fix: :adhesive_bandage: version manifest assets based on instance version + + +### Refactor + +- Refactor: :recycle: create drive file endpoint + +Adjusts ratelimit to 250 files every 10 minutes, fixes error text, fixes reused variable name. + +- Refactor: sticky-container class + +- Refactor: :recycle: new git repo ## [1.0.0] - 2023-07-19 diff --git a/cliff.toml b/cliff.toml index 986ce68f20..8a1e7b1002 100644 --- a/cliff.toml +++ b/cliff.toml @@ -4,7 +4,6 @@ # changelog header header = """ # Changelog\n -All changes from v13.0.0 onwards, for a list of differences read FIREFISH.md\n """ # template for the changelog body # https://tera.netlify.app/docs/#introduction