Skip to content

Commit 15c02a5

Browse files
authored
Merge pull request #3658 from LibreSign/backport/3656/stable29
[stable29] chore: changelog
2 parents fec11c2 + a127021 commit 15c02a5

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,27 @@ Types of changes:
1313
- *Security* in case of vulnerabilities.
1414

1515
<!-- changelog-linker -->
16+
## 9.3.1 - 2024-09-10
17+
### Fixes
18+
* fix: check linux distro when get java path [3654](https://github.com/LibreSign/libresign/pull/3654)
19+
20+
## 9.3.0 - 2024-09-10
21+
### New feature
22+
* Support to GitHub codespace and devcontainers
23+
* Add filter by status to listing at API side [3603](https://github.com/LibreSign/libresign/pull/3603)
24+
25+
### Changes
26+
* chore: Test signature proccess [3581](https://github.com/LibreSign/libresign/pull/3581)
27+
* chore: add unit tests [3504](https://github.com/LibreSign/libresign/pull/3504)
28+
29+
### Fixes
30+
* fix: prevent error when resync sequence of other apps [3606](https://github.com/LibreSign/libresign/pull/3606)
31+
* fix: internal route [3626](https://github.com/LibreSign/libresign/pull/3626)
32+
* fix: js linter warning [3577](https://github.com/LibreSign/libresign/pull/3577)
33+
* fix: draw width [3546](https://github.com/LibreSign/libresign/pull/3546)
34+
* fix: handle error when is invalid password [3484](https://github.com/LibreSign/libresign/pull/3484)
35+
* fix: prevent js error when disabled for user [3487](https://github.com/LibreSign/libresign/pull/3487)
36+
* fix: git safe directory [3451](https://github.com/LibreSign/libresign/pull/3451)
1637

1738
## 9.2.3 - 2024-07-24
1839
### New feature

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
2525
2626
* [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign)
2727
]]></description>
28-
<version>9.3.0</version>
28+
<version>9.3.1</version>
2929
<licence>agpl</licence>
3030
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
3131
<documentation>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libresign",
33
"description": "A app for signing documents",
4-
"version": "9.2.3",
4+
"version": "9.3.1",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)