Skip to content

Commit

Permalink
Bump to version 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Jan 1, 2024
1 parent 18eb86b commit 79a0be2
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright: 2011-2023 - GlobaLeaks
Copyright: 2011-2024 - GlobaLeaks

License: https://github.com/globaleaks/GlobaLeaks/blob/main/LICENSE

Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions backend/globaleaks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions client/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
globaleaks (4.13.22+nmu1) stable; urgency=medium

* New stable release

-- GlobaLeaks software signing key <info@globaleaks.org> Mon, 01 Jan 2024 12:00:07 +0100

globaleaks (4.13.22) stable; urgency=medium

* New stable release
Expand Down
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 79a0be2

Please sign in to comment.