|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.1.0-alpha.13] - 2024-12-13 |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Update app detail when needed ✔️ |
| 10 | +- Check for app-changes every 15 secs ✔️ |
| 11 | +- Use proper type for AppTtl ✔️ |
| 12 | +- Handle missing domains in yaml files correctly, print an error message if the settings file couldnt be read ✔️ |
| 13 | +- Update rust crate serde to v1.0.216 (#129) ✔️ |
| 14 | +- Update url dependency to prevent dependabot alert #8 ✔️ |
| 15 | +- Increase default ttl to 7 days ✔️ |
| 16 | +- Update rust crate init-tracing-opentelemetry to v0.24.2 ✔️ |
| 17 | + |
| 18 | +### Dependencies |
| 19 | + |
| 20 | +- Update dependency daisyui to v4.12.22 (#132) ✔️ |
| 21 | +- Update dependency @sveltejs/kit to v2.11.1 ✔️ |
| 22 | +- Update dependency daisyui to v4.12.21 (#131) ✔️ |
| 23 | +- Update dependency @sveltejs/kit to v2.10.1 ✔️ |
| 24 | + |
| 25 | +### Features |
| 26 | + |
| 27 | +- Try to adopt basic_auth data when available ✔️ |
| 28 | +- Rename app:migrate to app:adopt ✔️ |
| 29 | +- Show version string in footer ✔️ |
| 30 | +- Add support for multiple domains and settings in UI ✔️ |
| 31 | +- Reenable dark theme ✔️ |
| 32 | +- Support multiple domains for a service (fixes #126) ✔️ |
| 33 | +- Export env-vars to settings when migrating an app ✔️ |
| 34 | + |
5 | 35 | ## [0.1.0-alpha.12] - 2024-12-10 |
6 | 36 |
|
7 | 37 | ### Bug Fixes |
8 | 38 |
|
9 | 39 | - Fix frontend build ✔️ |
10 | 40 | - Update rust crate chrono to v0.4.39 (#118) ✔️ |
| 41 | +- Update dependency @iconify/svelte to v4.1.0 ✔️ |
11 | 42 | - Update rust crate tokio-stream to v0.1.17 (#115) ✔️ |
12 | 43 | - Update rust crate clap to v4.5.23 (#114) ✔️ |
13 | 44 | - Update rust crate clap to v4.5.22 (#112) ✔️ |
|
0 commit comments