Skip to content

Commit 818c82b

Browse files
committed
feat: Improve Midnight theme and bump version to 0.9.7
1 parent a5a4f21 commit 818c82b

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. This projec
55
## 0.9.7
66
- Performance improvements for UI
77
- Improve Navigation Header and Sidebar
8+
- Improve Midnight theme
89

910
## 0.9.6
1011
- Fix issue where linux users are not able to navigate into disk analytics page

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pachtop",
33
"private": true,
4-
"version": "0.9.6",
4+
"version": "0.9.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "0.9.6"
3+
version = "0.9.7"
44
description = "Cross-platform (Linux, WIndows, MacOS) Desktop GUI system monitor"
55
authors = ["Pacholo Amit"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "pachtop",
11-
"version": "0.9.6"
11+
"version": "0.9.7"
1212
},
1313
"tauri": {
1414
"systemTray": {

0 commit comments

Comments
 (0)