From 20f4bcaa1346a2dbf50ca5dbc1be3bf2306590f3 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 14 Aug 2024 13:44:06 +0200 Subject: [PATCH] REL: 0.9.6 release: ContactDB: Annotation improvements --- NEWS.md | 41 +++++++++++++++++++++++++++++++++++++++++ debian/changelog | 27 +++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 69 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 1c50f63..285598f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,44 @@ +## 0.9.5 to 0.9.6 (ContactDB: Annotation improvements) + + * 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 + +## 0.9.4 to 0.9.5 (ContactDB: Annotation expiry) + + * ContactDB OrgAnnotation: + Add expiry input field, with quick selector + Show expiry date for annotations + add clear button + do not load the annotation hints when not logged in + placeholder tag: use current format "Whitelist:" + * re-resolve packages with yarn + * login: open dashboard to deliver a clean interface + If the user accesses a sub-page, the frontend already tried to retrieve data from the backend without authentication, leading to errors. + Clean the frontend, so the user sees a clean interface and the frontend loads the necessary data when switching to the requested page + * Documentation + add screenshots to readme + doc: how to run tests + ## 0.9.3 to 0.9.4 * Added login and authorized requests. diff --git a/debian/changelog b/debian/changelog index 7bdbeda..253e357 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 14 Aug 2024 14:39:54 +0200 + intelmq-fody (0.9.5-1) stable; urgency=medium * Tag expiry date diff --git a/package.json b/package.json index eb9de40..3733f68 100644 --- a/package.json +++ b/package.json @@ -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 ", "repository": "https://github.com/Intevation/intelmq-fody",