Skip to content

Commit

Permalink
Updated changelog and bumped version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Dec 20, 2022
1 parent d9cc236 commit ae2dec8
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ 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).

## [Unreleased]
## [1.3.1]

### Fixed

- Fixed a bug where VRChat accounts without 2FA enabled could not log in properly.
- Fixed a bug where the status bar would still a VRChat user name after logging out.
- A bug where VRChat accounts without 2FA enabled could not log in properly.
- A bug where the status bar would still a VRChat user name after logging out.

### Changed

- Made the update check run every week after application start, in case Oyasumi is left running for a long time.
- Made the update check rerun every 10 minutes until at least one update check has succeeded, in case Oyasumi is started while offline.
- Update check to run every week after application start, in case Oyasumi is left running for a long time.
- Update check to rerun every 10 minutes until at least one check has succeeded, in case Oyasumi is started while offline.

## [1.3.0]

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.3.0",
"version": "1.3.1",
"author": "Raphiiko",
"license": "MIT",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions src-elevated-sidecar/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-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.3.0"
version = "1.3.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.3.0"
version = "1.3.1"
authors = ["Raphiiko"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions 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 = "oyasumi"
version = "1.3.0"
version = "1.3.1"
description = ""
authors = ["Raphiiko"]
license = "MIT"
Expand Down
6 changes: 3 additions & 3 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.3.0"
"version": "1.3.1"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -108,7 +108,7 @@
"center": true,
"theme": "Dark",
"transparent": true,
"userAgent": "Oyasumi/1.3.0 (https://github.com/Raphiiko/Oyasumi)"
"userAgent": "Oyasumi/1.3.1 (https://github.com/Raphiiko/Oyasumi)"
},
{
"width": 500,
Expand All @@ -120,7 +120,7 @@
"center": true,
"theme": "Dark",
"transparent": true,
"userAgent": "Oyasumi/1.3.0 (https://github.com/Raphiiko/Oyasumi)"
"userAgent": "Oyasumi/1.3.1 (https://github.com/Raphiiko/Oyasumi)"
}
]
}
Expand Down

0 comments on commit ae2dec8

Please sign in to comment.