Skip to content

Commit 43463bc

Browse files
committed
docs: add CHANGELOG entry for v0.2.0 release
1 parent d3b2cc1 commit 43463bc

1 file changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,31 @@
22

33
All notable changes to LocalGPT are documented in this file.
44

5-
## [Unreleased]
5+
## [0.2.0] - 2026-02-14
66

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!
830

931
## [0.1.3] - 2026-02-12
1032

@@ -92,7 +114,8 @@ Initial release of LocalGPT — a local-only AI assistant with persistent markdo
92114
- **Zero-config startup** defaulting to `claude-cli/opus`.
93115
- **Auto-migration** from OpenClaw config if present.
94116

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
96119
[0.1.3]: https://github.com/localgpt-app/localgpt/compare/v0.1.2...v0.1.3
97120
[0.1.2]: https://github.com/localgpt-app/localgpt/compare/v0.1.1...v0.1.2
98121
[0.1.1]: https://github.com/localgpt-app/localgpt/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)