Skip to content

Commit 73d960f

Browse files
MarkShawn2020claude
andcommitted
chore: release v0.25.0
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent e5a9606 commit 73d960f

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.25.0
4+
5+
### Minor Changes
6+
7+
- MaaS registry management + events page + workspace consolidation
8+
9+
- Added MaaS (Model-as-a-Service) provider registry with 4 new Tauri commands (get/save/upsert/delete) for managing custom model providers persistently
10+
- New `/settings/maas` page with `MaasRegistryView` UI for adding/editing provider entries
11+
- New `/events` page
12+
- Extracted LLM provider presets to `LLM_PROVIDER_PRESETS` constant (DRY refactor)
13+
- Consolidated standalone Home view into `WorkspaceView`
14+
315
## 0.24.22
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lovcode",
33
"private": true,
4-
"version": "0.24.22",
4+
"version": "0.25.0",
55
"type": "module",
66
"packageManager": "pnpm@10.18.1",
77
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lovcode"
3-
version = "0.24.22"
3+
version = "0.25.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

0 commit comments

Comments
 (0)