Skip to content

Commit 84ace54

Browse files
chore(release): 0.20.0 [skip ci]
## [0.20.0](v0.19.0...v0.20.0) (2026-05-07) ### Features * enhance branch management with user-specific filters and settings ([39486d7](39486d7))
1 parent 39486d7 commit 84ace54

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.20.0](https://github.com/flamacore/UniGit/compare/v0.19.0...v0.20.0) (2026-05-07)
2+
3+
### Features
4+
5+
* enhance branch management with user-specific filters and settings ([39486d7](https://github.com/flamacore/UniGit/commit/39486d7961c2713b2ac52b8dc5ad40b36b869404))
6+
17
## [0.19.0](https://github.com/flamacore/UniGit/compare/v0.18.0...v0.19.0) (2026-04-17)
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.19.0",
4+
"version": "0.20.0",
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.19.0"
3+
version = "0.20.0"
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.19.0",
4+
"version": "0.20.0",
55
"identifier": "com.unigit.desktop",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)