Skip to content

Commit dc0a986

Browse files
chore(release): 0.1.0 [skip ci]
# [0.1.0](v0.0.0...v0.1.0) (2026-04-27) ### Bug Fixes * center settings page in full viewport ([88565ea](88565ea)), closes [#root](https://github.com/offendingcommit/openconcho/issues/root) * **ci:** fold semantic-release into CI as post-check release job ([bfbc8c1](bfbc8c1)) * **ci:** use GITHUB_TOKEN instead of missing GH_TOKEN secret ([e446efe](e446efe)) * **desktop:** correct http capability url patterns for non-standard ports ([1d09547](1d09547)) * invert icon to white logo on indigo background ([a519745](a519745)) * regenerate Tauri icons with correct indigo background ([1f118d9](1f118d9)) * **release:** wire tauri-action to existing semantic-release GitHub release ([57f89bc](57f89bc)) * **web:** use esnext build target instead of safari13 ([8052a7d](8052a7d)) ### Features * apply brand colors to logo (indigo favicon, dark-bg Tauri icons) ([35e6c5d](35e6c5d)) * **ci:** multi-platform release matrix for macOS/Linux/Windows ([7379c35](7379c35)) * component library, markdown renderer, multi-workspace dashboard ([91c7891](91c7891)) * full shadcn/ui component system with consistent typography ([9a74182](9a74182)) * restructure as pnpm monorepo with Tauri desktop shell ([92c4dfd](92c4dfd)) * set OpenConcho logo as app icon for web and Tauri ([a07f5ab](a07f5ab)) * wire all remaining API endpoints ([45e0183](45e0183))
1 parent bfbc8c1 commit dc0a986

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [0.1.0](https://github.com/offendingcommit/openconcho/compare/v0.0.0...v0.1.0) (2026-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* center settings page in full viewport ([88565ea](https://github.com/offendingcommit/openconcho/commit/88565eaf1a90f9febaec04ffb48265d7b9f3dfd5)), closes [#root](https://github.com/offendingcommit/openconcho/issues/root)
7+
* **ci:** fold semantic-release into CI as post-check release job ([bfbc8c1](https://github.com/offendingcommit/openconcho/commit/bfbc8c11480ba80c941ed50a984ec98e6050b7dc))
8+
* **ci:** use GITHUB_TOKEN instead of missing GH_TOKEN secret ([e446efe](https://github.com/offendingcommit/openconcho/commit/e446efea04ed8ef9eae9170aa287aa6863c87bed))
9+
* **desktop:** correct http capability url patterns for non-standard ports ([1d09547](https://github.com/offendingcommit/openconcho/commit/1d09547990440183b7622263dd8083d0c32aba08))
10+
* invert icon to white logo on indigo background ([a519745](https://github.com/offendingcommit/openconcho/commit/a519745f201fc80f9b5ec5ae21b6e77e4b6a2156))
11+
* regenerate Tauri icons with correct indigo background ([1f118d9](https://github.com/offendingcommit/openconcho/commit/1f118d914f87459ff5b5513ca36216de7b56ebb0))
12+
* **release:** wire tauri-action to existing semantic-release GitHub release ([57f89bc](https://github.com/offendingcommit/openconcho/commit/57f89bc0cb54f2a8f8b3632e888a3786298abd17))
13+
* **web:** use esnext build target instead of safari13 ([8052a7d](https://github.com/offendingcommit/openconcho/commit/8052a7d27a6bf0d533feeb62536524d18fab4b58))
14+
15+
16+
### Features
17+
18+
* apply brand colors to logo (indigo favicon, dark-bg Tauri icons) ([35e6c5d](https://github.com/offendingcommit/openconcho/commit/35e6c5df4d317dd66b1df09d0ba330b530fbd460))
19+
* **ci:** multi-platform release matrix for macOS/Linux/Windows ([7379c35](https://github.com/offendingcommit/openconcho/commit/7379c35a6bb15367643ba27db3a3302331c5a122))
20+
* component library, markdown renderer, multi-workspace dashboard ([91c7891](https://github.com/offendingcommit/openconcho/commit/91c78915e51b5704f7b024ec70223c0f3a6c01be))
21+
* full shadcn/ui component system with consistent typography ([9a74182](https://github.com/offendingcommit/openconcho/commit/9a74182f97add5034b432e7f753048c6b223290d))
22+
* restructure as pnpm monorepo with Tauri desktop shell ([92c4dfd](https://github.com/offendingcommit/openconcho/commit/92c4dfd3dd032f7b9662b81007ccfacc20375d18))
23+
* set OpenConcho logo as app icon for web and Tauri ([a07f5ab](https://github.com/offendingcommit/openconcho/commit/a07f5abfc5dafa3cb81f103a6b467c6f63cb3381))
24+
* wire all remaining API endpoints ([45e0183](https://github.com/offendingcommit/openconcho/commit/45e01834398859d2eadcca1abe1eb213e3ff629d))
25+
126
# 1.0.0 (2026-04-27)
227

328

0 commit comments

Comments
 (0)