Accepting request 1204629 from network
- update to 4.24.2: * Updated URLs to application-related web pages to point to new locations. * Added support for a new credit event type when credit is being charged for the recovering of a deleted message. This build requires libdatovka-0.7.0. * Added optional date-based message search restrictions. * Added sender and recipient data-box IDs into generated correspondence overviews. * Fixed sending e-gov requests that have been mistakenly sent as high-volume messages. * Fixed date sorting in found messages list. * Added new CLI commands 'export-msg', 'export-msgs', 'import-msg' and 'import-msgs' allowing exporting and importing data from local databases. * Using same PDF format to export envelope and delivery info as in mobile application * Added four configurable tool bars into main window. * Top tool bars can be shown/hidden by the user. * Message list filter field in the main window is by default hidden and located below the message list. * Updated 'create new message' icon. * Always updating envelope for VoDZ messages when synchronising accounts. This should fix problems when attempting to download VoDZ messages using a message list that has been generated in old versions without VoDZ support. * Showing a warning label in create message dialogue when source text of PDF attachment has been modified after being attached or when not being attached at all. * Rewritten code for generating account, owner and user overviews. The code is now shared with the mobile application. * Increased default download timeout limit to 15 minutes because of VoDZ messages. * New message signature detail icon. OBS-URL: https://build.opensuse.org/request/show/1204629 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/datovka?expand=0&rev=46
This commit is contained in:
commit
6f1c9b355c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1be14aee689418d68f5f1cf3fc4d2440490370d8d514d6850f0ec7e0c32a76a
|
||||
size 3196460
|
@ -1 +0,0 @@
|
||||
e1be14aee689418d68f5f1cf3fc4d2440490370d8d514d6850f0ec7e0c32a76a
|
3
datovka-4.24.2.tar.xz
Normal file
3
datovka-4.24.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3556853c5703d6eff2784649d453d5b546b52918bd66157c79082b98df027d38
|
||||
size 3474324
|
1
datovka-4.24.2.tar.xz.sha256
Normal file
1
datovka-4.24.2.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
||||
3556853c5703d6eff2784649d453d5b546b52918bd66157c79082b98df027d38
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 05:42:23 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
- update to 4.24.2:
|
||||
* Updated URLs to application-related web pages to point to new locations.
|
||||
* Added support for a new credit event type when credit is being charged for
|
||||
the recovering of a deleted message. This build requires libdatovka-0.7.0.
|
||||
* Added optional date-based message search restrictions.
|
||||
* Added sender and recipient data-box IDs into generated correspondence
|
||||
overviews.
|
||||
* Fixed sending e-gov requests that have been mistakenly sent as high-volume
|
||||
messages.
|
||||
* Fixed date sorting in found messages list.
|
||||
* Added new CLI commands 'export-msg', 'export-msgs', 'import-msg' and
|
||||
'import-msgs' allowing exporting and importing data from local databases.
|
||||
* Using same PDF format to export envelope and delivery info as in mobile
|
||||
application
|
||||
* Added four configurable tool bars into main window.
|
||||
* Top tool bars can be shown/hidden by the user.
|
||||
* Message list filter field in the main window is by default hidden and
|
||||
located below the message list.
|
||||
* Updated 'create new message' icon.
|
||||
* Always updating envelope for VoDZ messages when synchronising accounts.
|
||||
This should fix problems when attempting to download VoDZ messages using
|
||||
a message list that has been generated in old versions without VoDZ support.
|
||||
* Showing a warning label in create message dialogue when source text of PDF
|
||||
attachment has been modified after being attached or when not being
|
||||
attached at all.
|
||||
* Rewritten code for generating account, owner and user overviews. The code is
|
||||
now shared with the mobile application.
|
||||
* Increased default download timeout limit to 15 minutes because of VoDZ
|
||||
messages.
|
||||
* New message signature detail icon.
|
||||
* CLI interface automatically detects whether to send a normal or a VoDZ
|
||||
message.
|
||||
* Fixed occasional crashes which may have occurred on backups.
|
||||
* Users are occasionally notified about a donation possibility.
|
||||
* Added new button icons the send message dialogue. Added 'Add Text' button
|
||||
into the send message dialogue. Renamed some buttons in the create account
|
||||
and the send message dialogue.
|
||||
* The application sends basic environment and configuration stats.
|
||||
* Updated support mail to datovka@labs.nic.cz.
|
||||
* Added tool tips for create account dialogue labels.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 24 18:03:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -26,14 +26,14 @@
|
||||
%define lrelease lrelease-qt5
|
||||
%endif
|
||||
Name: datovka
|
||||
Version: 4.23.6
|
||||
Version: 4.24.2
|
||||
Release: 0
|
||||
Summary: Library to access Czech eGov system "Datove schranky"
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://www.datovka.cz
|
||||
Source0: https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}.tar.xz
|
||||
Source1: https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}.tar.xz.sha256
|
||||
Source0: https://datovka.nic.cz/%{version}/%{name}-%{version}.tar.xz
|
||||
Source1: https://datovka.nic.cz/%{version}/%{name}-%{version}.tar.xz.sha256
|
||||
# PATCH-FIX-UPSTREAM: remove some issues with current .pro file
|
||||
Patch0: datovka-fix-pro.patch
|
||||
BuildRequires: openssl-devel
|
||||
|
Loading…
Reference in New Issue
Block a user