mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
chore: changelog
Signed-off-by: Vitor Mattos <vitor@php.rio> [skip ci]
This commit is contained in:
parent
0cb95a8aac
commit
929360f9f7
4 changed files with 17 additions and 4 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -13,6 +13,19 @@ Types of changes:
|
|||
- *Security* in case of vulnerabilities.
|
||||
|
||||
<!-- changelog-linker -->
|
||||
## 8.3.2 - 2024-09-14
|
||||
### Fixes
|
||||
* fix: ajust condition to filter file list [3700](https://github.com/LibreSign/libresign/pull/3700)
|
||||
* fix: prevent warning when check if array has key [3690](https://github.com/LibreSign/libresign/pull/3690)
|
||||
* fix: prevent duplicate text [3687](https://github.com/LibreSign/libresign/pull/3687)
|
||||
* fix: notification parameters need to be string [3681](https://github.com/LibreSign/libresign/pull/3681)
|
||||
|
||||
### Changes
|
||||
* chore: adjust filter condition [3703](https://github.com/LibreSign/libresign/pull/3703)
|
||||
* chore: validation setup improvement [3695](https://github.com/LibreSign/libresign/pull/3695)
|
||||
* bump dependencies
|
||||
* Update translations
|
||||
|
||||
## 8.3.1 - 2024-09-10
|
||||
### Fixes
|
||||
* fix: check linux distro when get java path [3653](https://github.com/LibreSign/libresign/pull/3653)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
|
|||
|
||||
* [Donate with GitHub Sponsor: ](https://github.com/sponsors/libresign)
|
||||
]]></description>
|
||||
<version>8.3.1</version>
|
||||
<version>8.3.2</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
|
||||
<documentation>
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "libresign",
|
||||
"version": "8.3.1",
|
||||
"version": "8.3.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "libresign",
|
||||
"version": "8.3.1",
|
||||
"version": "8.3.2",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@fontsource/dancing-script": "^5.1.0",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "libresign",
|
||||
"description": "A app for signing documents",
|
||||
"version": "8.3.1",
|
||||
"version": "8.3.2",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue