Skip to content

Commit 8dec8ca

Browse files
committed
chore: release 0.2.1
1 parent 6b70d36 commit 8dec8ca

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.2.1] - 2022-12-12
9+
10+
### Added
11+
12+
- i18n support for zh-Hans.
13+
- Telemetry for critical errors.
14+
15+
### Fixed
16+
17+
- Fix a bug that the app crashes on macOS version lower than 13.0.
18+
- Sometimes apply log can be covered by the navigation bar.
919

1020
## [0.2.0] - 2022-12-07
1121

@@ -19,5 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1929
- The CLI interface has been temporarily removed. It will be re-added in a future release.
2030
- The homebrew formula is abandoned because we are now a GUI application. A new cask might be added in the future.
2131

22-
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...HEAD
23-
[0.2.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.2.0
32+
[unreleased]: https://github.com/PhotonQuantum/tmexclude/compare/v0.2.1...HEAD
33+
[0.2.1]: https://github.com/PhotonQuantum/tmexclude/compare/v0.2.0...v0.2.1
34+
[0.2.0]: https://github.com/PhotonQuantum/tmexclude/releases/tag/v0.2.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tmexclude",
33
"source": "src/index.html",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"scripts": {
66
"dev": "parcel serve src/index.html -p 1420",
77
"build": "parcel build src/index.html",

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmexclude"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A Tauri App"
55
authors = ["LightQuantum <[email protected]>"]
66
license = ""

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "TimeMachine Exclude",
10-
"version": "0.2.0"
10+
"version": "0.2.1"
1111
},
1212
"tauri": {
1313
"allowlist": {

0 commit comments

Comments
 (0)