Skip to content

Commit

Permalink
Merge branch 'release/1.5.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Mar 6, 2023
2 parents 0f9d50a + bc4ca9d commit 0656dfc
Show file tree
Hide file tree
Showing 8 changed files with 381 additions and 95 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.1]

### Fixed

- Added missing translations for Traditional and Simplified Chinese. (By [狐 Kon](https://github.com/XoF-eLtTiL))

## [1.5.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oyasumi",
"version": "1.5.0",
"version": "1.5.1",
"author": "Raphiiko",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src-elevated-sidecar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oyasumi-elevated-sidecar"
version = "1.5.0"
version = "1.5.1"
authors = ["Raphiiko"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oyasumi-shared"
version = "1.5.0"
version = "1.5.1"
authors = ["Raphiiko"]
edition = "2021"
license = "MIT"
Expand Down
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 = "oyasumi"
version = "1.5.0"
version = "1.5.1"
description = ""
authors = ["Raphiiko"]
license = "MIT"
Expand Down
8 changes: 4 additions & 4 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "Oyasumi",
"version": "1.5.0"
"version": "1.5.1"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -116,7 +116,7 @@
"center": true,
"theme": "Dark",
"transparent": true,
"userAgent": "Oyasumi/1.5.0 (https://github.com/Raphiiko/Oyasumi)"
"userAgent": "Oyasumi/1.5.1 (https://github.com/Raphiiko/Oyasumi)"
},
{
"width": 500,
Expand All @@ -128,8 +128,8 @@
"center": true,
"theme": "Dark",
"transparent": true,
"userAgent": "Oyasumi/1.5.0 (https://github.com/Raphiiko/Oyasumi)"
"userAgent": "Oyasumi/1.5.1 (https://github.com/Raphiiko/Oyasumi)"
}
]
}
}
}
256 changes: 198 additions & 58 deletions src/assets/i18n/cn.json

Large diffs are not rendered by default.

198 changes: 169 additions & 29 deletions src/assets/i18n/tw.json

Large diffs are not rendered by default.

0 comments on commit 0656dfc

Please sign in to comment.