mirror of
https://github.com/sussy-code/docs.git
synced 2026-01-11 20:10:19 +00:00
Merge pull request #7 from movie-web/updated-backend
Backend v1.2.0 and client v1.4.1
This commit is contained in:
commit
dadd381643
3 changed files with 24 additions and 1 deletions
|
|
@ -2,6 +2,12 @@
|
|||
title: 'Changelog'
|
||||
---
|
||||
|
||||
# Version 4.1.1
|
||||
- Fixed bug where settings toggles sometimes weren't usuable
|
||||
- Fixed bug where captions were permanently enabled
|
||||
- Fixed some missing translations
|
||||
- Translation improvements: arabic, french, nepali, chinese
|
||||
|
||||
# Version 4.1.0
|
||||
- Added new translations: arabic, chinese, latvian, thai, nepali, dutch
|
||||
- Translation improvements: turkish, hebrew
|
||||
|
|
|
|||
|
|
@ -52,7 +52,12 @@ This overwrites the setting at `server.cors`.
|
|||
Example: `false`
|
||||
|
||||
### `server.trustProxy`
|
||||
Should the server trust reverse proxy headers? This is used for ratelimiting
|
||||
Should the server trust reverse proxy headers? This is used to identify users for ratelimiting
|
||||
|
||||
Example: `false`
|
||||
|
||||
### `server.trustCloudflare`
|
||||
Should the server trust cloudflare IP headers? This is used to identify users for ratelimiting
|
||||
|
||||
Example: `false`
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,18 @@
|
|||
---
|
||||
title: 'Changelog'
|
||||
---
|
||||
|
||||
# Version 1.2.0
|
||||
|
||||
Bugfixes and optimization.
|
||||
|
||||
For this update, you will need to run migrations.
|
||||
|
||||
- Added option to trust cloudflare IP headers for ratelimits
|
||||
- Removed unused table
|
||||
- Optimized prometheus metrics, should make less indexes
|
||||
|
||||
|
||||
# Version 1.1.5
|
||||
|
||||
Initial version of the backend.
|
||||
|
|
|
|||
Loading…
Reference in a new issue