Skip to content

Commit

Permalink
Bump to version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Aug 24, 2024
1 parent 88bbc21 commit 5f8e6c7
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
[doc] Update documentation images

commit b3b0063c48cb77ccba487add127944ef0c3020e2
Author: Giovanni Pellerano <[email protected]>
Date: Wed Aug 21 14:33:21 2024 +0200
Changes in version 5.0.1
Avoid to send emails when handlers exceed execution threshold
Enable to use markdown in ToSs' labels
Correct login interface for admin in relation to simplified login
Revise interface showing files on related questions
Bump client dependencies to latest version
[ci] Revise tests and improve screenshots collection
[doc] Update documentation images

Changes in version 5.0.0
Implement full client rewrite on the base of Angular 18 and Bootstrap 5
Display report expiration date changes on report page (#4116)
Expand Down
2 changes: 1 addition & 1 deletion backend/globaleaks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = 'GlobaLeaks'
__email__ = '[email protected]'
__copyright__ = '2011-2024 - GlobaLeaks'
__version__ = '5.0.0'
__version__ = '5.0.1'
__license__ = 'AGPL-3.0'

DATABASE_VERSION = 68
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,6 +1,6 @@
{
"name": "globaleaks",
"version": "5.0.0",
"version": "5.0.1",
"scripts": {
"test": "npx cypress run && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser electron"
},
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 (5.0.1) stable; urgency=medium

* New stable release

-- GlobaLeaks software signing key <[email protected]> Sat, 24 Aug 2024 14:04:02 +0200

globaleaks (5.0.0) 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: '2024-08-18'
releaseDate: '2024-08-24'
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: 5.0.0
softwareVersion: 5.0.1
softwareType: standalone/web
developmentStatus: stable
platforms:
Expand Down

0 comments on commit 5f8e6c7

Please sign in to comment.