Skip to content

Commit 744a286

Browse files
docs: ✏️ 2.1.0
1 parent d8a6f21 commit 744a286

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## `2.1.0` (2023-10-17)
2+
3+
### Features
4+
- Add control panel
5+
- Auto check status
6+
- New tray menu
7+
- Sync with server_bee-backend 2.1.2
8+
9+
### Bug Fixes
10+
- Fix deadlock cause by multi window on windows
11+
- Fix not specified data path cause exception
12+
113
## `2.0.1` (2023-10-09)
214

315
### Features

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 = "server_milk"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
description = "A desktop program for iOS application named ServerBee"
55
authors = ["ZingerLittleBee"]
66
license = ""

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
"package": {
33
"productName": "ServerMilk",
4-
"version": "2.0.1"
4+
"version": "2.1.0"
55
},
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)