feat: Adding color themes + .ignore files update

This commit is contained in:
gauvainboiche
2026-08-29 15:09:50 +02:00
parent 257e187964
commit 786b87270c
16 changed files with 419 additions and 169 deletions
+1 -1
View File
@@ -1616,7 +1616,7 @@ dependencies = [
[[package]]
name = "ketapk"
version = "0.16.0"
version = "0.18.0"
dependencies = [
"log",
"serde",
+2 -2
View File
@@ -1,8 +1,8 @@
[package]
name = "ketapk"
version = "0.16.0"
version = "0.18.0"
description = "KétaPK"
authors = ["Gauvain BOICHÉ", "Pr. Georges MION"]
authors = ["Pr. Georges MION", "Gauvain BOICHÉ"]
license = "Proprietary"
repository = ""
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ketapk",
"version": "0.16.0",
"version": "0.18.0",
"identifier": "com.ketapk.desktop",
"build": {
"beforeDevCommand": "",