Skip to content

Commit 5c8b37b

Browse files
authored
Merge pull request #4988 from LibreSign/backport/4986/stable30
[stable30] chore: changelog
2 parents 69d4d94 + e389e5d commit 5c8b37b

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,33 @@ Types of changes:
1818

1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
21+
## 10.8.0 - 2025-05-20
22+
### Features
23+
- feat: adding new activity configuration [#4984](https://github.com/LibreSign/libresign/pull/4984)
24+
- feat: manage certificate policy [#4969](https://github.com/LibreSign/libresign/pull/4969)
25+
- feat: add administration settings to settings menu [#4967](https://github.com/LibreSign/libresign/pull/4967)
26+
27+
### Changes
28+
- Update translations
29+
- Bump dependencies
30+
- chore: move strings to constants [#4977](https://github.com/LibreSign/libresign/pull/4977)
31+
- chore: valdiate password before send to sign [#4965](https://github.com/LibreSign/libresign/pull/4965)
32+
- chore: text improvement [#4960](https://github.com/LibreSign/libresign/pull/4960)
33+
- chore: change save signed file logic [#4945](https://github.com/LibreSign/libresign/pull/4945)
34+
- chore: improve error message [#4942](https://github.com/LibreSign/libresign/pull/4942)
35+
- chore: improve feedback of configure check [#4915](https://github.com/LibreSign/libresign/pull/4915)
36+
- chore: reduce configure check time [#4878](https://github.com/LibreSign/libresign/pull/4878)
37+
- chore: remove unecessary else [#4870](https://github.com/LibreSign/libresign/pull/4870)
38+
39+
## Fixes
40+
- fix: allow to sign without account [#4982](https://github.com/LibreSign/libresign/pull/4982)
41+
- fix: prevent merge when haven't a signature [#4974](https://github.com/LibreSign/libresign/pull/4974)
42+
- fix: css at validation page [#4953](https://github.com/LibreSign/libresign/pull/4953)
43+
- fix: send fileSrc to PDF Editor [#4950](https://github.com/LibreSign/libresign/pull/4950)
44+
- fix: test identify method [#4930](https://github.com/LibreSign/libresign/pull/4930)
45+
- fix: order signers by id [#4928](https://github.com/LibreSign/libresign/pull/4928)
46+
- fix: main license file [#4868](https://github.com/LibreSign/libresign/pull/4868)
47+
2148
## 10.7.2 - 2025-04-14
2249
### Changes
2350
- Update translations

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.7.2</version>
28+
<version>10.8.0</version>
2929
<licence>agpl</licence>
3030
<author mail="contact@librecode.coop" 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.7.2",
4+
"version": "10.8.0",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)