Skip to content

Commit

Permalink
release and release note
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zwart committed Jun 22, 2024
1 parent d054343 commit f452612
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
26 changes: 17 additions & 9 deletions RELEASE_NOTES.MD
Original file line number Diff line number Diff line change
@@ -1,43 +1,51 @@
# Client develop
# Release notes

# Client 07/05/2024 1.5.16
## Client develop

## Client 07/05/2024 1.5.17

Fixes

- Fix: replaced "Emergency Stop" terminology with "Quick Stop"

## Client 07/05/2024 1.5.16

Fixes

- Bugfix: could not resume print job after pausing.
- Bugfix: printer control dialog was empty after opening the second time, now it will load again.

# Client 22/04/2024 1.5.15
## Client 22/04/2024 1.5.15

Fixes

- fix: current MonsterPi version would be hidden on the Software Upgrade page.

# Client 18/04/2024 1.5.14
## Client 18/04/2024 1.5.14

Fixes

- fix: ZIP download would be corrupt sometimes. Ensure file downloaded as ArrayBuffer (instead of blob) and written as text/plain instead of text.

# Client 18/04/2024 1.5.13
## Client 18/04/2024 1.5.13

Features:

- Printer Create/Update: add URL and apiKey validation with feedback. When wanted force save can be used in case of failures.

# Client 18/04/2024 1.5.12
## Client 18/04/2024 1.5.12

Fixes:

- Settings: software upgrade page for client upgrades would not calculate ability to upgrade correctly (again). Now fixed.

# Client 18/04/2024 1.5.11
## Client 18/04/2024 1.5.11

Fixes:

- Settings: pre-upload file cleaning settings could not be saved and no message was shown. Now both those things are fixed.

# Client 16/04/2024 1.5.10
## Client 16/04/2024 1.5.10

Features:

Expand All @@ -49,7 +57,7 @@ Changes:
- Settings: The settings toolbars have been refactored: consistent icon, simpler titles and dark color
- Settings: The settings navigation has been re-ordered and given separations

# Client 13/04/2024 1.5.9
## Client 13/04/2024 1.5.9

Features:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fdm-monster/client",
"version": "1.5.16",
"version": "1.5.17",
"author": "David Zwart",
"license": "AGPL-3.0-or-later",
"repository": {
Expand Down

0 comments on commit f452612

Please sign in to comment.