docs: 📝 1.0.3 changelog
This commit is contained in:
parent
e35b38302d
commit
53baf51a99
2 changed files with 20 additions and 2 deletions
21
CHANGELOG.md
21
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue