mirror of
https://example.com
synced 2024-11-23 09:36:38 +09:00
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
|
# 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
|
## [1.0.0] - 2023-07-19
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
# changelog header
|
# changelog header
|
||||||
header = """
|
header = """
|
||||||
# Changelog\n
|
# Changelog\n
|
||||||
All changes from v13.0.0 onwards, for a list of differences read FIREFISH.md\n
|
|
||||||
"""
|
"""
|
||||||
# template for the changelog body
|
# template for the changelog body
|
||||||
# https://tera.netlify.app/docs/#introduction
|
# https://tera.netlify.app/docs/#introduction
|
||||||
|
|
Loading…
Reference in a new issue