Final rewordings, postgres.ssl, dark/light icon + dir based titles.

This commit is contained in:
qtchaos
2024-01-02 04:13:28 +02:00
parent 927b23873f
commit f6de7b2240
21 changed files with 87 additions and 65 deletions

View File

@@ -4,21 +4,19 @@ title: 'Changelog'
# Version 1.2.0
Bugfixes and optimization.
::alert{type="warning"}
For this update, you will need to run migrations.
::
- Added option to trust cloudflare IP headers for ratelimits
- [Added option to trust Cloudflare IP headers for ratelimits](2.configuration.md#servertrustcloudflare)
- Removed unused table
- Optimized prometheus metrics, should make less indexes
# Version 1.1.5
Initial version of the backend.
- Prometheus metrics endpoint
- Account creation/deletion endpoints
- Endpoints for importing old account data
- Endpoints for syncing data
- Ratelimit system
- Captcha system
- [Ratelimit system](2.configuration.md#ratelimit)
- [Captcha system](2.configuration.md#captcha)