Skip to content

Commit 8b9f3f1

Browse files
author
hashpanda
committed
chore(app): release v0.4.3
1 parent d4fec9b commit 8b9f3f1

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
### Features
11+
12+
- **(monitor)** Add opencode provider
13+
- **(app)** Add periodic update check and update indicator dot
14+
15+
## [0.4.2] - 2026-04-08
16+
1017
### Bug Fixes
1118

1219
- **(app)** Optimize leaderboard empty state text when LAN discovery is enabled
@@ -21,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2128

2229
### Miscellaneous
2330

31+
- Delete
32+
- **(app)** Release v0.4.2
2433
- **(app)** Sync Cargo.lock version to 0.4.1
2534

2635
### Refactor

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aibubu",
33
"private": true,
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/app/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 = "aibubu"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "AI 步步 - AI 开发工具活跃度桌宠"
55
authors = [""]
66
edition = "2021"

packages/app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
33
"productName": "AIbubu",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"identifier": "com.aibubu.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)