forked from certat/intelmq-webinput-csv
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3b7201
commit c6a3d33
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
intelmq-webinput-csv (1.0.1-1) stable; urgency=medium | ||
|
||
* template name validation on name change | ||
* backend: verbose error message for empty template in preview | ||
* client: improve default column field names | ||
* client: template deletion safety question | ||
* client+backend: live feedback template syntax check | ||
* frontend, mailgen: optimize UI components placement | ||
* frontend: disable classification fields in dryrun | ||
|
||
-- Sebastian Wagner <[email protected]> Thu, 10 Aug 2023 09:07:27 +0200 | ||
|
||
intelmq-webinput-csv (1.0.0-1) stable; urgency=medium | ||
|
||
* Design and usability updates. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SPDX-FileCopyrightText: 2017-2018 nic.at GmbH <[email protected]>, 2022-2023 Bundesamt für Sicherheit in der Informationstechnik | ||
# SPDX-License-Identifier: AGPL-3.0-or-later | ||
__version_info__ = (1, 0, 0) | ||
__version_info__ = (1, 0, 1) | ||
__version__ = '.'.join(map(str, __version_info__)) |