From 8d9dedf93cbc2f1f69ea4538039d2ebc8bddc437 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 9 Jul 2026 08:41:49 +0200 Subject: [PATCH 1/6] Update version to 0.200.5 --- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4989d5..5f81e1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitty", - "version": "0.200.4", + "version": "0.200.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gitty", - "version": "0.200.4", + "version": "0.200.5", "dependencies": { "@lucide/svelte": "^1.21.0", "@tailwindcss/vite": "^4.3.1", diff --git a/package.json b/package.json index 37e36d3..efe6165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitty", - "version": "0.200.4", + "version": "0.200.5", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fe0c158..b5b1841 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Gitty", - "version": "0.200.4", + "version": "0.200.5", "identifier": "com.gitty", "build": { "beforeDevCommand": "npm run dev", From 812027abcf00010ed01d12bb89648c7633dcfc33 Mon Sep 17 00:00:00 2001 From: Christoph <1+christoph@noreply.localhost> Date: Thu, 9 Jul 2026 07:07:43 +0000 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b13789..2986a4e 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ - +Gitty — A lightweight Git client \ No newline at end of file From c74db60daf8c2f67b307fa0e6070d555b02cd8e5 Mon Sep 17 00:00:00 2001 From: Christoph <1+christoph@noreply.localhost> Date: Thu, 9 Jul 2026 07:18:58 +0000 Subject: [PATCH 3/6] Update README.md --- README.md | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2986a4e..35ee708 100644 --- a/README.md +++ b/README.md @@ -1 +1,53 @@ -Gitty — A lightweight Git client \ No newline at end of file +
+ +Gitty Logo + +# 🐈 Gitty + +**A lightweight, modern Git client built with Tauri.** + +Fast, simple, and designed for developers who want a clean Git experience without unnecessary complexity. + +
+ +--- + +## ✨ Features + +- 🚀 Fast native performance +- 🌿 Branch management +- 📝 Commit history +- 🔄 Pull, Push & Fetch +- 🔀 Merge & Rebase +- 📦 Repository management +- 🎨 Modern and intuitive UI +- 🌙 Dark mode support + +--- + +## 📸 Preview + +> Screenshots coming soon. + +--- + +## 🛠️ Built With + +- **Tauri** +- **Rust** +- **Svelte** +- **Git2** + +--- + +## 🚧 Status + +Gitty is currently under active development. + +Contributions, feedback and feature requests are always welcome! + +--- + +## 📄 License + +MIT License \ No newline at end of file From cb5865094fa7923dba61bf822ce19df5ee75128a Mon Sep 17 00:00:00 2001 From: Christoph <1+christoph@noreply.localhost> Date: Thu, 9 Jul 2026 07:19:15 +0000 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ee708..43f792e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Gitty Logo -# 🐈 Gitty +# Gitty **A lightweight, modern Git client built with Tauri.** From db60f57544c235508e8e45823713bf200ef93311 Mon Sep 17 00:00:00 2001 From: Christoph <1+christoph@noreply.localhost> Date: Thu, 9 Jul 2026 07:19:59 +0000 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43f792e..4f8ac05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-Gitty Logo +Gitty Logo # Gitty From 840955615834d64f346c71ebcd09b69a9769e47b Mon Sep 17 00:00:00 2001 From: Christoph <1+christoph@noreply.localhost> Date: Thu, 9 Jul 2026 07:20:42 +0000 Subject: [PATCH 6/6] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4f8ac05..6accf3b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Fast, simple, and designed for developers who want a clean Git experience withou - 🔀 Merge & Rebase - 📦 Repository management - 🎨 Modern and intuitive UI -- 🌙 Dark mode support --- @@ -36,7 +35,6 @@ Fast, simple, and designed for developers who want a clean Git experience withou - **Tauri** - **Rust** - **Svelte** -- **Git2** ---