Skip to content

Commit

Permalink
version 5.8.3-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Aug 21, 2024
1 parent 40475b6 commit c000b0d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## List of changes in AccessMod

- 5.8.3-alpha.3 [ 2024-07-26 – 2024-08-21 ]
-#442 : timeout in progress bars are not supported anymore
-Update main dockerfile
- 5.8.3-alpha.2 [2024-07-23 – 2024-07-26]
- Fix failing tests and add more tests for referral network graph output. Add format settings for replay mode: e.g., gpgk, tif, instead of shapefile and HFa img.
- Solved label translation for dynamic layers, no data, etc.
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accessmod-desktop",
"version": "5.8.3-alpha.2",
"version": "5.8.3-alpha.3",
"description": "AccessMod Desktop : manage accessmod docker images, data and versions.",
"main": "./out/main/index.js",
"author": "accessmod.org",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "accessmod",
"description": "AccessMod build script",
"version": "5.8.3-alpha.2",
"version": "5.8.3-alpha.3",
"type": "module",
"scripts": {
"version": "node version.js",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.8.3-alpha.2
5.8.3-alpha.3

0 comments on commit c000b0d

Please sign in to comment.