Skip to content

Commit

Permalink
Update changlog and upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Feb 21, 2025
1 parent 0f5094d commit 3c63b5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions install/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ then run the database upgrade script, then restart Apache:
sudo python3 install/upgrade/database_upgrade.py
sudo service apache2 restart

### 8.10.0 to 8.10.1
A code base update (e.g. with git pull) and a webserver restart is sufficient.

### 8.9.0 to 8.10.0
8.10.0.sql is needed but will be taken care of by the database upgrade script.
Additional Python packages are needed:
Expand Down
5 changes: 3 additions & 2 deletions openatlas/views/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ def index_changelog() -> str:

# pylint: disable=too-many-lines
versions = {
'8.10.1': ['TBA', {
'8.10.1': ['2025-02-21', {
'fix': {
'2481': 'Line breaks missing when copying to annotation widget',
'2482': 'Tabs: missing translations'}}],
'2482': 'Tabs: missing translations',
'2488': 'Improved user input validation'}}],
'8.10.0': ['2025-02-14', {
'feature': {
'2417': 'Make count from tabs more visible',
Expand Down

0 comments on commit 3c63b5e

Please sign in to comment.