Compare commits

..
2 Commits
Author SHA1 Message Date
Christoph 6f55cf8ba1 Update version to 2026.9.8 2026-09-18 20:52:27 +02:00
Christoph 62c75dd2fa Merge pull request 'Add selective line restoration, file-history annotation, and sidebar section menu' (#52) from UI-UX into main
publish / Build and publish Ubuntu AppImage (release) Successful in 9m42s
publish / Build and publish Windows installer (release) Successful in 10m15s
publish / Build and publish AUR packages (release) Successful in 20m37s
2026-09-18 18:48:06 +00:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "gitty", "name": "gitty",
"version": "2026.9.7", "version": "2026.9.8",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "gitty", "name": "gitty",
"version": "2026.9.7", "version": "2026.9.8",
"dependencies": { "dependencies": {
"@lucide/svelte": "^1.21.0", "@lucide/svelte": "^1.21.0",
"@tailwindcss/vite": "^4.3.1", "@tailwindcss/vite": "^4.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "gitty", "name": "gitty",
"version": "2026.9.7", "version": "2026.9.8",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Gitty", "productName": "Gitty",
"version": "2026.9.7", "version": "2026.9.8",
"identifier": "com.gitty", "identifier": "com.gitty",
"build": { "build": {
"beforeDevCommand": "npm run prepare:lfs && npm run dev", "beforeDevCommand": "npm run prepare:lfs && npm run dev",