|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.1.0-alpha.29] - 2025-05-12 |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Remove trailing newlines from UI messages ✔️ |
| 10 | +- Fix: Change task output from stderr to stdout if it was targeted to |
| 11 | +stdout ❌ |
| 12 | +- Include file path in env file parse error message ✔️ |
| 13 | +- Fix environment variable precedence in app creation ✔️ |
| 14 | +- Update rust crate tempfile to v3.20.0 ✔️ |
| 15 | +- Support binary file handling in file reading ✔️ |
| 16 | +- Enhance error messages for root folder path resolution ✔️ |
| 17 | +- Update rust crate tempfile to v3.19.1 ✔️ |
| 18 | + |
| 19 | +### Dependencies |
| 20 | + |
| 21 | +- Update dependency typescript-eslint to v8.32.0 ✔️ |
| 22 | +- Update dependency globals to v16.1.0 ✔️ |
| 23 | +- Update rust dependencies auto-merge (patch) (#304) ✔️ |
| 24 | +- Update dependency eslint-config-prettier to v10.1.5 (#303) ✔️ |
| 25 | +- Update rust crate tower-http to v0.6.3 (#302) ✔️ |
| 26 | +- Update dependency eslint-config-prettier to v10.1.3 (#300) ✔️ |
| 27 | +- Update rust crate tokio to v1.45.0 ✔️ |
| 28 | +- Update rust crate axum to v0.8.4 (#297) ✔️ |
| 29 | +- Update rust crate axum to 0.8.0 ✔️ |
| 30 | +- Update traefik docker tag to v3.4 ✔️ |
| 31 | +- Update rust dependencies auto-merge (patch) ✔️ |
| 32 | +- Update dependency eslint to v9.26.0 ✔️ |
| 33 | +- Update npm dependencies auto-merge (patch) (#291) ✔️ |
| 34 | +- Update rust crate config to 0.15.0 ✔️ |
| 35 | +- Update dependency daisyui to v5 ✔️ |
| 36 | + |
| 37 | +### Documentation |
| 38 | + |
| 39 | +- Improve examples in AppData documentation ✔️ |
| 40 | + |
| 41 | +### Features |
| 42 | + |
| 43 | +- Enhance user interface with status line functionality ✔️ |
| 44 | +- Enhance status line with emoji indicators ✔️ |
| 45 | +- Embed frontend files into the executable ✔️ |
| 46 | + |
| 47 | +### Refactor |
| 48 | + |
| 49 | +- Modularize and reorganize file and parser utilities ✔️ |
| 50 | +- Implement custom debug for file structure ✔️ |
| 51 | +- Introduce StatusLine for better status tracking and UI feedback ✔️ |
| 52 | +- Streamline router setup for improved clarity ✔️ |
| 53 | +- Upgrade axum to 0.8.1 ✔️ |
| 54 | +- Improve builder pattern for configuration loading ✔️ |
| 55 | + |
5 | 56 | ## [0.1.0-alpha.28] - 2025-05-06 |
6 | 57 |
|
7 | 58 | ### Features |
|
0 commit comments