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",
"version": "2026.9.7",
"version": "2026.9.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gitty",
"version": "2026.9.7",
"version": "2026.9.8",
"dependencies": {
"@lucide/svelte": "^1.21.0",
"@tailwindcss/vite": "^4.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitty",
"version": "2026.9.7",
"version": "2026.9.8",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Gitty",
"version": "2026.9.7",
"version": "2026.9.8",
"identifier": "com.gitty",
"build": {
"beforeDevCommand": "npm run prepare:lfs && npm run dev",