auto-detect date format (DD/MM vs MM/DD) in CSV imports

This commit is contained in:
2026-02-21 16:56:27 +02:00
parent 33001cda8d
commit c20d20ea6c
6 changed files with 90 additions and 20 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -5743,7 +5743,7 @@ dependencies = [
[[package]]
name = "zeroclock"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"chrono",
"env_logger",

View File

@@ -1,6 +1,6 @@
[package]
name = "zeroclock"
version = "1.0.1"
version = "1.0.2"
description = "A local time tracking app with invoicing"
authors = ["you"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ZeroClock",
"version": "1.0.1",
"version": "1.0.2",
"identifier": "com.localtimetracker.app",
"build": {
"beforeDevCommand": "npm run dev",