Skip to content

Commit

Permalink
Version 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Dec 30, 2024
1 parent 931dada commit 017a7c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog - Standalone web app & API

### 3.1.7 (2024-12-30)

#### Standalone web app

- Test if server is OK
- ModeAPI in computed() mode
- Switch to stand-alone mode if no server found
- Group information pages
- Add changelog page

### 3.1.6 (2024-12-24)

#### Standalone web app
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "classement",
"description": "This application aims to manage ranking list by groups of elements in the form of images or texts.",
"version": "3.1.6",
"version": "3.1.7",
"license": "GPL-3.0-or-later",
"author": {
"name": "Zéfling",
Expand Down Expand Up @@ -66,7 +66,7 @@
"buffer": "^6.0.3",
"coloration-lib": "^0.2.0",
"marked": "^15.0.3",
"ng-select2-component": "^17.0.0",
"ng-select2-component": "^17.1.0",
"ngx-image-cropper": "^9.0.0",
"ngx-markdown": "^19.0.0",
"ngx-moveable": "^0.50.0",
Expand Down

0 comments on commit 017a7c9

Please sign in to comment.