Accepting request 1239204 from network
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1239204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/datovka?expand=0&rev=47
This commit is contained in:
commit
17114cf2bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3556853c5703d6eff2784649d453d5b546b52918bd66157c79082b98df027d38
|
||||
size 3474324
|
@ -1 +0,0 @@
|
||||
3556853c5703d6eff2784649d453d5b546b52918bd66157c79082b98df027d38
|
3
datovka-4.25.0.tar.xz
Normal file
3
datovka-4.25.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9229de5ecdaf52f11d56c67bcfd300eddf581f202fceb40099a7cc1dcd8dea9
|
||||
size 3789772
|
1
datovka-4.25.0.tar.xz.sha256
Normal file
1
datovka-4.25.0.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
||||
c9229de5ecdaf52f11d56c67bcfd300eddf581f202fceb40099a7cc1dcd8dea9
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 08:54:55 UTC 2025 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
- update to 4.25.0
|
||||
* Added a dedicated session keeping thread. By default the thread keeps alive
|
||||
session using HOTP, TOTP a MEP login methods. Sessions failing to connect
|
||||
to ISDS are automatically closed.
|
||||
* Rewritten status bar connection status widget. By clicking on it a list of
|
||||
active sessions can be displayed. From here active sessions can be closed.
|
||||
* INI configuration file is only written when something related is modified in
|
||||
the application. It isn't automatically written when application exits.
|
||||
* INI configuration file is written in three stages. A copy is written then
|
||||
the original is removed and finally the copy replaces the original.
|
||||
* On application start-up when INI configuration is missing the application
|
||||
searches for a copy before creating a blank INI file.
|
||||
* Replaced old icons with a new SVG-based set of icons.
|
||||
* Fixed export format selection in correspondence overview dialogue when
|
||||
using Qt-6.
|
||||
* Fixed segmentation faults when running tests with Qt-6.
|
||||
* Records management communication timeout is managed by internal
|
||||
preferences. Its default value has been set to match the ISDS communication
|
||||
timeout.
|
||||
* Using dedicated redirection URL to access donation page.
|
||||
* Additional option 'sender' has been added to the --compose command-line
|
||||
parameter. It can be used to select the sender of the message. Data-box
|
||||
identifier of username can be used as the value.
|
||||
* In the send message dialogue the recipient list isn't automatically cleared
|
||||
when changing the sender. The user is asked whether to keep the recipients.
|
||||
* Added custom application themes a light and a dark one. Themes can be
|
||||
chosen in the preferences dialogue.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 05:42:23 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package datovka
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@
|
||||
%define lrelease lrelease-qt5
|
||||
%endif
|
||||
Name: datovka
|
||||
Version: 4.24.2
|
||||
Version: 4.25.0
|
||||
Release: 0
|
||||
Summary: Library to access Czech eGov system "Datove schranky"
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user