Statuszeile und filtern von aktiven Adressen #9

Merged
sroth merged 11 commits from statuszeile_und_filter into main 2025-04-30 20:04:44 +02:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 0ae2c7e559 - Show all commits

View File

@@ -1,5 +1,5 @@
Package: brovski-adressetiketten
Version: 0.6a
Version: 0.7a
Maintainer: Ovski
Architecture: all
Description: manage csv files for glables address labels

View File

@@ -18,7 +18,7 @@ class Application:
y_offset = 200
width = 1050
height = 700
VERSION = '0.6a'
VERSION = '0.7a'
title = f"Brovski Adress-Etiketten Verwaltung {VERSION}"
self.root = tk.Tk(className="BrovskiAdressEtiketten")

View File

@@ -35,7 +35,7 @@ class JSONConnector(Connector):
super().__init__()
self.config = config.Config()
self.json_path = self.config.get("json", "path")
self.json_file = os.path.join(self.json_path, "brovski-adress-etiketten-verwaltung.json")
self.json_file = os.path.join(self.json_path, "brovski-adress-etiketten-verwaltung-v7.json")
def get_all(self) -> list:
with open(self.json_file, "r") as f:

View File

@@ -1 +1 @@
0.6a
0.7a