Skip to content

Commit 52ce6cc

Browse files
authored
Merge pull request #4146 from LibreSign/backport/4145/stable30
[stable30] chore: changelog
2 parents c9132ed + ad9d11d commit 52ce6cc

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,31 @@ Types of changes:
1717
- *Security* in case of vulnerabilities.
1818

1919
<!-- changelog-linker -->
20+
## 10.4.4 - 2024-12-13
21+
### Fixes
22+
* fix: load signature methods [4144](https://github.com/LibreSign/libresign/pull/4144)
23+
* fix: footer in pages with different sizes [4142](https://github.com/LibreSign/libresign/pull/4142)
24+
* fix: change error class [4136](https://github.com/LibreSign/libresign/pull/4136)
25+
* fix: consider filter status to toggle components [4102](https://github.com/LibreSign/libresign/pull/4102)
26+
* fix: block access to route when isn't allowed by admin [4096](https://github.com/LibreSign/libresign/pull/4096)
27+
28+
### Changes
29+
* Update translations
30+
* Bump dependencies
31+
* chore: clean code [4088](https://github.com/LibreSign/libresign/pull/4088)
32+
33+
## 9.7.4 - 2024-12-13
34+
### Fixes
35+
* fix: load signature methods [4143](https://github.com/LibreSign/libresign/pull/4143)
36+
* fix: footer in pages with different sizes [4141](https://github.com/LibreSign/libresign/pull/4141)
37+
* fix: consider filter status to toggle components [4101](https://github.com/LibreSign/libresign/pull/4101)
38+
* fix: block access to route when isn't allowed by admin [4095](https://github.com/LibreSign/libresign/pull/4095)
39+
40+
### Changes
41+
* Update translations
42+
* Bump dependencies
43+
* chore: clean code [4089](https://github.com/LibreSign/libresign/pull/4089)
44+
2045
## 10.4.3 - 2024-11-30
2146
### Fixes
2247
* fix: prevent error when using PostgreSQL [4082](https://github.com/LibreSign/libresign/pull/4082)

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>10.4.3</version>
28+
<version>10.4.4</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": "10.4.3",
4+
"version": "10.4.4",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)