diff --git a/AUTHORS b/AUTHORS index 0ae57e5b39..99bb042984 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -Copyright: 2011-2023 - GlobaLeaks +Copyright: 2011-2024 - GlobaLeaks License: https://github.com/globaleaks/GlobaLeaks/blob/main/LICENSE diff --git a/CHANGELOG b/CHANGELOG index 8740b7b560..dbfa049ece 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,24 @@ +Changes in version 4.14.0 + Implement masking and redaction features (#3420, #3429) + Register report update when the report is opened (#3918) + Implement functionality enabling a recipient to operate on behalf of a whistleblower + Add analyst user role and initial implementation of statistics panel + Extend recipient list UI adding number of recipients for each report + Added possibility to export the report list in form of CSV + Redirect to hostname only when the HTTPS certificate is configured and enabled + Make it possible to localize privacy and whistleblowing policies urls + Enable showdown simplifiedAutoLink option + Simplify interface for enabling and disabling email notifications + Enable recipients connected to contexts to list every report + Implement data retention policies on closed statuses + Introduces a proviledge to restrict who can re-open management of reports + Remove custodian user role enabler + Count whistleblowers accesses + Correct CSR download function + Bump npm dependencies to latest versions + Update translations + [doc] Update documentation images + Changes in version 4.13.22 Deprecate file upload preview based on data uri The feature will be reimplemented soon based on the diff --git a/backend/globaleaks/__init__.py b/backend/globaleaks/__init__.py index 11378bd551..68dcc45cdf 100644 --- a/backend/globaleaks/__init__.py +++ b/backend/globaleaks/__init__.py @@ -6,8 +6,8 @@ __author__ = 'GlobaLeaks' __email__ = 'info@globaleaks.org' -__copyright__ = '2011-2023 - GlobaLeaks' -__version__ = '4.13.22' +__copyright__ = '2011-2024 - GlobaLeaks' +__version__ = '4.14.0' __license__ = 'AGPL-3.0' DATABASE_VERSION = 67 diff --git a/client/npm-shrinkwrap.json b/client/npm-shrinkwrap.json index 39f4c6627a..4680e102c4 100644 --- a/client/npm-shrinkwrap.json +++ b/client/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "GlobaLeaks", - "version": "4.13.22", + "version": "4.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "GlobaLeaks", - "version": "4.13.22", + "version": "4.14.0", "license": "AGPL-3.0", "dependencies": { "@flowjs/flow.js": "2.14.1", diff --git a/client/package.json b/client/package.json index 9880c14c64..c42f1cfb38 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "GlobaLeaks", "description": "GlobaLeaks - Free and Open-Source Whistleblowing Software", - "version": "4.13.22", + "version": "4.14.0", "license": "AGPL-3.0", "author": "GlobaLeaks", "repository": { diff --git a/debian/changelog b/debian/changelog index 37fbd01b92..7dca0a17fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +globaleaks (4.13.22+nmu1) stable; urgency=medium + + * New stable release + + -- GlobaLeaks software signing key Mon, 01 Jan 2024 12:00:07 +0100 + globaleaks (4.13.22) stable; urgency=medium * New stable release diff --git a/publiccode.yml b/publiccode.yml index e0a00e5e3c..313804044d 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -1,11 +1,11 @@ name: GlobaLeaks -releaseDate: '2023-12-14' +releaseDate: '2024-01-01' publiccodeYmlVersion: '0.2' url: 'https://github.com/globaleaks/GlobaLeaks' landingURL: 'https://www.globaleaks.org/' roadmap: "https://docs.globaleaks.org/en/main/roadmap/" logo: brand/assets/globaleaks-icon-color.svg -softwareVersion: 4.13.22 +softwareVersion: 4.14.0 softwareType: standalone/web developmentStatus: stable platforms: