Skip to content

Commit

Permalink
🔧 chore: bump version to 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: SimonShiki <[email protected]>
  • Loading branch information
SimonShiki committed Dec 31, 2024
1 parent f5dd3cd commit aee6fbb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<br />

### 项目仍处于早期开发阶段,测试版本遇到问题属于正常现象,欢迎提交 issue!
### 项目仍处于早期开发阶段,测试版本遇到问题属于正常现象,欢迎提交 issue

---

<div align='center'>
Expand All @@ -18,7 +19,7 @@
## ✨ 特性

- 🕶️ Fluent Design - 播放器全套设计尽可能遵循 Fluent Design 标准
- 👌 基础功能 - 音乐库分类,搜索,基本播放控制,后台播放,Windows 媒体集成
- 👌 基础功能 - 音乐库分类,搜索,基本播放控制,后台播放,Windows 媒体集成, 逐字歌词(LRC(SPL))
- 🏠 本地音乐播放 - 多文件夹扫描 + 内嵌歌词读取
- 🎵 多音源支持 - 网易云歌单展示 + 搜索, ~~WebDAV 自动同步~~开发中
- 🪶 轻量 - 可执行文件不超过 5M
Expand Down
Binary file modified images/screenshot-play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cicadas",
"private": true,
"version": "0.1.1",
"version": "0.2.0",
"type": "module",
"scripts": {
"prepare": "husky",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cicadas"
version = "0.1.1"
version = "0.2.0"
description = "Cicadas"
authors = ["Simon Shiki"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "cicadas",
"version": "0.1.1",
"version": "0.2.0",
"identifier": "com.simonshiki.cicadas",
"build": {
"beforeDevCommand": "yarn dev",
Expand Down

0 comments on commit aee6fbb

Please sign in to comment.