Skip to content

Commit ae46065

Browse files
committed
chore(build): release v0.27.1
1 parent d796c16 commit ae46065

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## v0.27.1 (2026-01-07)
4+
5+
[compare changes](https://github.com/aatrooox/zotepad/compare/v0.27.0...v0.27.1)
6+
7+
### 🏡 Chore
8+
9+
- 尝试处理安卓键盘弹出问题; 优化一些样式 ([d796c16](https://github.com/aatrooox/zotepad/commit/d796c16))
10+
11+
312
## v0.27.0 (2026-01-07)
413

514
[compare changes](https://github.com/aatrooox/zotepad/compare/v0.26.2...v0.27.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zotepad",
33
"type": "module",
4-
"version": "0.27.0",
4+
"version": "0.27.1",
55
"private": true,
66
"author": {
77
"name": "aatrooox",

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 = "zotepad"
3-
version = "0.27.0"
3+
version = "0.27.1"
44
description = "zotepad - A template for fast development of desktop applications using Tauri and Nuxt.js"
55
authors = [ "aatrox" ]
66
license = "MIT"

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": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "zotepad",
4-
"version": "0.27.0",
4+
"version": "0.27.1",
55
"identifier": "com.zzaoclub.zotepad",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)