Skip to content

Commit

Permalink
chore: change metadata for v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Orphoros committed Sep 12, 2024
1 parent 2a59cae commit 64be846
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.0.15] - TBA
## [0.0.15] - 2024-09-12

### Added

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</div>

<p align="middle">
<img src="./img/statusify_v0.0.13_macos_darktheme.png" width="40%" />
<img src="./img/statusify_v0.0.13_macos_lighttheme.png" width="40%" />
<img src="./img/statusify_v0.0.15_macos_darktheme.png" width="40%" />
<img src="./img/statusify_v0.0.15_macos_lighttheme.png" width="40%" />
</p>

## About
Expand Down Expand Up @@ -128,6 +128,8 @@ If Statusify is not working as expected, you can locate the log files in the fol
- macOS: `~/Library/Logs/com.orphoros.statusify/`
- Linux: `~/.config/com.orphoros.statusify/logs`

The log level is set to *debug* by default. This can be changed in the `launch.conf` file by setting the `logLevel` to "*off*", "*trace*", "*debug*", "*info*", "*warn*", or "*error*".

### Developer's guide

<details><summary>1. Setup the project</summary>
Expand Down
Binary file removed img/statusify_v0.0.13_macos_darktheme.png
Binary file not shown.
Binary file removed img/statusify_v0.0.13_macos_lighttheme.png
Binary file not shown.
Binary file added img/statusify_v0.0.15_macos_darktheme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/statusify_v0.0.15_macos_lighttheme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "statusify",
"private": true,
"version": "0.0.14",
"version": "0.0.15",
"author": {
"name": "Orphoros",
"email": "contact@orphoros.com"
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 = "statusify"
version = "0.0.14"
version = "0.0.15"
description = "Discord rich presence configurator"
authors = ["Orphoros <contact@orphoros.com>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Statusify",
"version": "0.0.14"
"version": "0.0.15"
},
"tauri": {
"allowlist": {
Expand Down
14 changes: 7 additions & 7 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": "0.0.14",
"notes": "Hotfix for a bug that caused the locales to not load properly on some systems.",
"pub_date": "2024-08-04T10:10:00.000Z",
"version": "0.0.15",
"notes": "New window control design",
"pub_date": "2024-09-12T10:10:00.000Z",
"platforms": {
"darwin-x86_64": {
"signature": "signature-string",
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.14/Statusify-update.darwin-x86_64.tar.gz"
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.15/Statusify-update.darwin-x86_64.tar.gz"
},
"darwin-aarch64": {
"signature": "signature-string",
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.14/Statusify-update.darwin-aarch64.tar.gz"
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.15/Statusify-update.darwin-aarch64.tar.gz"
},
"linux-x86_64": {
"signature": "signature-string",
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.14/Statusify-update.linux-x86_64.tar.gz"
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.15/Statusify-update.linux-x86_64.tar.gz"
},
"windows-x86_64": {
"signature": "signature-string",
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.14/Statusify-update.windows-x86_64.zip"
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.15/Statusify-update.windows-x86_64.zip"
}
}
}

0 comments on commit 64be846

Please sign in to comment.