Skip to content

Commit 261c183

Browse files
committed
chore: release v0.16.0
1 parent 50e71ea commit 261c183

5 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/statusline-marketplace.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- 50e71ea: Add StatuslineView and marketplace support
8+
9+
- StatuslineView for editing Claude Code statusline configuration
10+
- Marketplace directory with statusline templates
11+
- Enhanced MarkdownRenderer with new capabilities
12+
313
## 0.15.0
414

515
### Minor 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.15.0",
4+
"version": "0.16.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.15.0"
3+
version = "0.16.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

0 commit comments

Comments
 (0)