mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Changelog
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
76b992d093
commit
9f88f3bffe
3 changed files with 9 additions and 2 deletions
|
|
@ -13,6 +13,13 @@ Types of changes:
|
|||
- *Security* in case of vulnerabilities.
|
||||
|
||||
<!-- changelog-linker -->
|
||||
## 4.2.0 - 2022-10-23
|
||||
### Changed
|
||||
* Easy setup without necessity to run commands in server
|
||||
* Updated translations
|
||||
* Bump JSignPdf
|
||||
* Prevent delete signed file when original file was deleted
|
||||
|
||||
## 4.1.3 - 2022-08-04
|
||||
### Fixed
|
||||
- General adjusts and updates
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
]]>
|
||||
</description>
|
||||
<version>4.1.3</version>
|
||||
<version>4.2.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@librecode.coop" homepage="https://librecode.coop">Libre Code</author>
|
||||
<documentation>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "libresign",
|
||||
"description": "A app for signing documents",
|
||||
"version": "4.1.3",
|
||||
"version": "4.2.0",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue