Skip to content

Commit f9b1a6d

Browse files
committed
chore: changelog
[skip ci] Signed-off-by: Vitor Mattos <[email protected]>
1 parent 38513f4 commit f9b1a6d

File tree

4 files changed

+46
-20
lines changed

4 files changed

+46
-20
lines changed

CHANGELOG.md

Lines changed: 42 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,32 @@ Types of changes:
1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
2121

22+
## 11.3.1 - 2025-09-01
23+
### Changes
24+
- Update translations
25+
- Bump dependencies
26+
- chore: add log to track McFly [#5355](https://github.com/LibreSign/libresign/pull/5355)
27+
- Docs/add GitHub codespaces steps to pr template [#5361](https://github.com/LibreSign/libresign/pull/5361)
28+
- chore: convert the date object to json [#5367](https://github.com/LibreSign/libresign/pull/5367)
29+
- chore: Improvements at response from API when generate root certificate [#5375](https://github.com/LibreSign/libresign/pull/5375)
30+
31+
### Fixes
32+
- fix: remove condition that restricts LibreSign tab to LibreSign files [#5374](https://github.com/LibreSign/libresign/pull/5374)
33+
- fix: open file at app files [#5372](https://github.com/LibreSign/libresign/pull/5372)
34+
35+
## 10.9.1 - 2025-09-01
36+
### Changes
37+
- Update translations
38+
- Bump dependencies
39+
- chore: add log to track McFly [#5354](https://github.com/LibreSign/libresign/pull/5354)
40+
- Docs/add GitHub codespaces steps to pr template [#5360](https://github.com/LibreSign/libresign/pull/5360)
41+
- chore: convert the date object to json [#5366](https://github.com/LibreSign/libresign/pull/5366)
42+
- chore: Improvements at response from API when generate root certificate [#5376](https://github.com/LibreSign/libresign/pull/5376)
43+
44+
### Fixes
45+
- fix: remove condition that restricts LibreSign tab to LibreSign files [#5373](https://github.com/LibreSign/libresign/pull/5373)
46+
- fix: open file at app files [#5371](https://github.com/LibreSign/libresign/pull/5371)
47+
2248
## 11.3.0 - 2025-08-21
2349
### Features
2450
- feat:button open file by [#5240](https://github.com/LibreSign/libresign/pull/5240)
@@ -27,22 +53,22 @@ Types of changes:
2753
- Update translations
2854
- Bump dependencies
2955
- chore: cover the sign method using pkcs7 engine [#5235](https://github.com/LibreSign/libresign/pull/5235)
30-
- chore: cover the sign method using pkcs7 engine by [#5235](https://github.com/LibreSign/libresign/pull/5235)
31-
- chore: Replace getById by getFirstNodeById by [#5244](https://github.com/LibreSign/libresign/pull/5244)
32-
- chore: update behat by [#5255](https://github.com/LibreSign/libresign/pull/5255)
33-
- chore: update workflows by [#5282](https://github.com/LibreSign/libresign/pull/5282)
34-
- chore: remove unecessary check if node exists by [#5339](https://github.com/LibreSign/libresign/pull/5339)
35-
- refactor: replace deprecated PHPUnit returnValue() with willReturn() by [#5247](https://github.com/LibreSign/libresign/pull/5247)
36-
- Replace deprecated PHPUnit methods by [#5301](https://github.com/LibreSign/libresign/pull/5301)
37-
38-
### Fixes
39-
- fix: indent using taps by [#5228](https://github.com/LibreSign/libresign/pull/5228)
40-
- fix: remove duplicated step by [#5233](https://github.com/LibreSign/libresign/pull/5233)
41-
- fix: store the date that the file was signed by [#5279](https://github.com/LibreSign/libresign/pull/5279)
42-
- fix: email token with camel case email by [#5310](https://github.com/LibreSign/libresign/pull/5310)
43-
- fix: configure check with poppler by [#5318](https://github.com/LibreSign/libresign/pull/5318)
44-
- fix: always return the owner of the file to be signed by [#5325](https://github.com/LibreSign/libresign/pull/5325)
45-
- fix: prevent show add signers early by [#5334](https://github.com/LibreSign/libresign/pull/5334)
56+
- chore: cover the sign method using pkcs7 engine [#5235](https://github.com/LibreSign/libresign/pull/5235)
57+
- chore: Replace getById getFirstNodeById [#5244](https://github.com/LibreSign/libresign/pull/5244)
58+
- chore: update behat [#5255](https://github.com/LibreSign/libresign/pull/5255)
59+
- chore: update workflows [#5282](https://github.com/LibreSign/libresign/pull/5282)
60+
- chore: remove unecessary check if node exists [#5339](https://github.com/LibreSign/libresign/pull/5339)
61+
- refactor: replace deprecated PHPUnit returnValue() with willReturn() [#5247](https://github.com/LibreSign/libresign/pull/5247)
62+
- Replace deprecated PHPUnit methods [#5301](https://github.com/LibreSign/libresign/pull/5301)
63+
64+
### Fixes
65+
- fix: indent using taps [#5228](https://github.com/LibreSign/libresign/pull/5228)
66+
- fix: remove duplicated step [#5233](https://github.com/LibreSign/libresign/pull/5233)
67+
- fix: store the date that the file was signed [#5279](https://github.com/LibreSign/libresign/pull/5279)
68+
- fix: email token with camel case email [#5310](https://github.com/LibreSign/libresign/pull/5310)
69+
- fix: configure check with poppler [#5318](https://github.com/LibreSign/libresign/pull/5318)
70+
- fix: always return the owner of the file to be signed [#5325](https://github.com/LibreSign/libresign/pull/5325)
71+
- fix: prevent show add signers early [#5334](https://github.com/LibreSign/libresign/pull/5334)
4672

4773
## 10.9.0 - 2025-08-21
4874
### Features

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

0 commit comments

Comments
 (0)