-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REL: 0.9.6 release: ContactDB: Annotation improvements
- Loading branch information
1 parent
5994cb2
commit 20f4bca
Showing
3 changed files
with
69 additions
and
1 deletion.
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,30 @@ | ||
intelmq-fody (0.9.6-1) stable; urgency=medium | ||
|
||
* ContactDB: | ||
* in edit mode, make label column smaller | ||
so there's more space for the long values | ||
based on user-feedback | ||
* contacts: add missing form-control class to inputs | ||
of FQDN, National CERT and Network input fields | ||
* ContactDB OrgAnnotation: | ||
* annotations: use normal font size | ||
based on user-feedback, the font size should not be small but the | ||
default one | ||
* OrgAnnotations: Improve Expiry date for inhibitions | ||
* in view mode, make the container red if expired | ||
* in view mode display the expiry date, inside the block | ||
* in edit mode display the expiry date form below the inhibition form | ||
* in edit mode display hide the tag form (value == 'inhibition') | ||
* use days instead of months for relative dates | ||
* vertically align expiry trash icon | ||
* relativedate: set never if expires is empty | ||
* layout of tag/expiry form | ||
make them the same layout as all other forms with a col-4/8 layout | ||
and one line per input object | ||
* revert yar.lock to 0.9.4 version, because that didn't work with the production build | ||
|
||
-- Sebastian Wagner <[email protected]> Wed, 14 Aug 2024 14:39:54 +0200 | ||
|
||
intelmq-fody (0.9.5-1) stable; urgency=medium | ||
|
||
* Tag expiry date | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "fody", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "A single page web appliction for intelmq-cb-mailgen setups.", | ||
"author": "Bernhard E. Reiter <[email protected]>", | ||
"repository": "https://github.com/Intevation/intelmq-fody", | ||
|