|
2 | 2 |
|
3 | 3 | All notable changes to LocalGPT are documented in this file. |
4 | 4 |
|
5 | | -## [Unreleased] |
| 5 | +## [0.2.0] - 2026-02-14 |
6 | 6 |
|
7 | | -No unreleased changes. |
| 7 | +A milestone release introducing LocalGPT Gen for 3D scene generation, XDG Base Directory compliance, Docker Compose support, and workspace restructuring. |
| 8 | + |
| 9 | +### Added |
| 10 | + |
| 11 | +- **LocalGPT Gen** — a new `localgpt-gen` subcrate for AI-driven 3D scene generation (Phase 1+2). ([55aa127](https://github.com/localgpt-app/localgpt/commit/55aa127)) |
| 12 | +- **Secure Docker Compose setup** for running LocalGPT in containers. ([#2](https://github.com/localgpt-app/localgpt/pull/2)) |
| 13 | +- **XDG Base Directory layout** for all paths, following platform conventions on Linux, macOS, and Windows. ([#18](https://github.com/localgpt-app/localgpt/issues/18)) |
| 14 | +- **Local server config guidance** for OpenAI-compatible server setups. ([#25](https://github.com/localgpt-app/localgpt/pull/25)) |
| 15 | +- Security section added to README covering sandbox, signed policy, and injection defenses. |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +- Extracted `localgpt-gen` into its own workspace member and bumped to v0.2.0. |
| 20 | +- Replaced OpenClaw auto-migration with a detection notice (no longer silently migrates config). |
| 21 | +- Configured cargo-release for joint crates.io publishing. |
| 22 | + |
| 23 | +### Fixed |
| 24 | + |
| 25 | +- Added glibc compatibility shim for `ort-sys` on glibc < 2.38 (fixes builds on older Linux distros). |
| 26 | + |
| 27 | +### Contributors |
| 28 | + |
| 29 | +Thanks to **[@ttulttul](https://github.com/ttulttul)** (Ken Simpson) for the secure Docker Compose setup, and **[@cnaples79](https://github.com/cnaples79)** (Chase Naples) for documenting local server configuration! |
8 | 30 |
|
9 | 31 | ## [0.1.3] - 2026-02-12 |
10 | 32 |
|
@@ -92,7 +114,8 @@ Initial release of LocalGPT — a local-only AI assistant with persistent markdo |
92 | 114 | - **Zero-config startup** defaulting to `claude-cli/opus`. |
93 | 115 | - **Auto-migration** from OpenClaw config if present. |
94 | 116 |
|
95 | | -[Unreleased]: https://github.com/localgpt-app/localgpt/compare/v0.1.3...HEAD |
| 117 | +[Unreleased]: https://github.com/localgpt-app/localgpt/compare/v0.2.0...HEAD |
| 118 | +[0.2.0]: https://github.com/localgpt-app/localgpt/compare/v0.1.3...v0.2.0 |
96 | 119 | [0.1.3]: https://github.com/localgpt-app/localgpt/compare/v0.1.2...v0.1.3 |
97 | 120 | [0.1.2]: https://github.com/localgpt-app/localgpt/compare/v0.1.1...v0.1.2 |
98 | 121 | [0.1.1]: https://github.com/localgpt-app/localgpt/compare/v0.1.0...v0.1.1 |
|
0 commit comments