Skip to content

Commit

Permalink
Merge pull request #3448 from LibreSign/backport/3446/stable28
Browse files Browse the repository at this point in the history
[stable28] chore: changelog
  • Loading branch information
vitormattos authored Jul 24, 2024
2 parents ef64be7 + 59b7998 commit 96824cb
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 8.2.4 - 2024-07-24
### New feature
* feat: implement support to devcontainer [3397](https://github.com/LibreSign/libresign/pull/3397)
* feat: implement endpoint to disable hate limit [3393](https://github.com/LibreSign/libresign/pull/3393)

### Changes
* chore: add tsconfig by @Any97Cris [3444](https://github.com/LibreSign/libresign/pull/3444)
* chore: remove unecessary string [3420](https://github.com/LibreSign/libresign/pull/3420)
* chore: remove unecessary var [3413](https://github.com/LibreSign/libresign/pull/3413)
* chore: prevent error when try to delete user that haven't uid [3391](https://github.com/LibreSign/libresign/pull/3391)
* chore: replace way to identify Alpine Linux [3389](https://github.com/LibreSign/libresign/pull/3389)

### Fixes
* fix: imporve validation [3437](https://github.com/LibreSign/libresign/pull/3437)
* fix: cfsslUri is optional value [3439](https://github.com/LibreSign/libresign/pull/3439)
* fix: run test in separated proccess [3441](https://github.com/LibreSign/libresign/pull/3441)
* fix: name of button after generate OpenSSL certificate [3429](https://github.com/LibreSign/libresign/pull/3429)
* fix: prevent error when use relative path [3417](https://github.com/LibreSign/libresign/pull/3417)
* fix: set linux distro before validate downloaded files [3415](https://github.com/LibreSign/libresign/pull/3415)
* fix: check if certificate was generated [3407](https://github.com/LibreSign/libresign/pull/3407)
* fix: resynchronize database sequences [3401](https://github.com/LibreSign/libresign/pull/3401)
* fix: use linux distro when build [3366](https://github.com/LibreSign/libresign/pull/3366)
* fix: Java setup [3361](https://github.com/LibreSign/libresign/pull/3361)
* fix: setup at alpine [3353](https://github.com/LibreSign/libresign/pull/3353)

## 8.2.3 - 2024-07-12
### Fixes
* fix: use linux distro when build [3366]https://github.com/LibreSign/libresign/pull/3366
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
* [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)
]]></description>
<version>8.2.3</version>
<version>8.2.4</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "8.2.3",
"version": "8.2.4",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 96824cb

Please sign in to comment.