Skip to content

Commit 87ed032

Browse files
chore(release): 0.15.1 [skip ci]
## [0.15.1](v0.15.0...v0.15.1) (2026-03-23) ### Bug Fixes * add theme customization documentation and example CSS preset ([d970fc0](d970fc0))
1 parent d970fc0 commit 87ed032

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.15.1](https://github.com/flamacore/UniGit/compare/v0.15.0...v0.15.1) (2026-03-23)
2+
3+
### Bug Fixes
4+
5+
* add theme customization documentation and example CSS preset ([d970fc0](https://github.com/flamacore/UniGit/commit/d970fc099d4e924b4b2d6dd8d15791538ec7e555))
6+
17
## [0.15.0](https://github.com/flamacore/UniGit/compare/v0.14.1...v0.15.0) (2026-03-23)
28

39
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unigit",
33
"private": true,
4-
"version": "0.15.0",
4+
"version": "0.15.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host 0.0.0.0 --port 1420",

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 = "unigit"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
description = "A premium desktop Git client for game-development workflows."
55
authors = ["GitHub Copilot"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "UniGit",
4-
"version": "0.15.0",
4+
"version": "0.15.1",
55
"identifier": "com.unigit.desktop",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)