Skip to content

Commit

Permalink
release: v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Aug 18, 2024
1 parent 962ebb4 commit 965e19f
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
15 changes: 15 additions & 0 deletions changelog/en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## [0.12.0] - 2024-08-18

### Added

- Add hex input to the color picker component
- Add [third-party application integration](https://shion.app/guide/api)
- Add `Extension` built-in [Dandanplay Service](https://shion.app/guide/extension)

### Changed

- `Moment` **Rewrite**, provide export to markdown function ⚠️
- Change database transaction implementation
- Adjust `Timeline` display and behavior
- Adjust pull history display

## [0.11.23] - 2024-08-05

### Changed
Expand Down
15 changes: 15 additions & 0 deletions changelog/zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## [0.12.0] - 2024-08-18

### 新增

- 取色器组件添加hex输入
- 添加[第三方应用接入](https://shion.app/zh/guide/api)
- 添加`扩展`内置[弹弹play服务](https://shion.app/zh/guide/extension)

### 变更

- `瞬间`**重做**,提供导出为markdown功能⚠️
- 更改数据库事务实现
- 调整`时间线`展示和行为
- 调整拉取历史记录显示

## [0.11.23] - 2024-08-05

### 变更
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shion",
"type": "module",
"version": "0.12.0-beta.1",
"version": "0.12.0",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
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 = "shion"
version = "0.11.0"
version = "0.12.0"
authors = ["hanaTsuk1"]
license = "GPL-3.0-only"
repository = "https://github.com/shion-app/shion"
Expand Down

0 comments on commit 965e19f

Please sign in to comment.