unify build, fix opening files when app is running

This commit is contained in:
2026-01-30 15:26:23 +01:00
parent 576e5819b2
commit b3cb95c7d3
15 changed files with 718 additions and 490 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rlogg"
version = "0.4.0"
version = "0.4.1"
edition = "2024"
authors = ["Stanislav Pastushenko <staspast1@gmail.com>"]
description = "A fast log file viewer with search, filtering, and highlighting capabilities"
@@ -19,6 +19,7 @@ serde_json = "1.0"
rayon = "1.10"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
interprocess = "1.2.1"
[profile.release]
debug = false
debug = false