Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ Types of changes:

## 5.1.1 - 2022-05-05

# Fixed
## 5.1.1 - 2022-05-05

### Fixed
- Replaced more usages of TCPDI by LibreSignCLI

## 5.1.0 - 2022-04-26

# Added
### Added
- Command to install LibreSign cli

## 5.0.0 - 2022-04-25

# Added and updated
### Added and updated
- Support to visual signatures
- upload signature image
- handmade signature
Expand All @@ -44,13 +46,13 @@ Types of changes:

## 2.4.3 - 2021-07-14

# Changed
### Changed
- Update translations
- API message changes, thanks to, thanks to @rakekniven and @Valdnet

## 2.4.2 - 2021-07-08

# Added
### Added
- List of documents
- User profile
- Filter files
Expand All @@ -75,7 +77,7 @@ Types of changes:
- Button that takes you to the validation page on all `.signed` and `.signed` files
- Button to validate document in Sidebar into App on menu files.

# Changed
### Changed
- Bump max Nextcloud version to 23
- Increment of coverage on backend code
- Bug fixes and refactorings resulting from increased coverage
Expand All @@ -86,11 +88,11 @@ Types of changes:
- After signing the document, it will update the app files
- Changed wizard to split user creation and pfx creation

# Removed
### Removed
- Removed dsv folder
- Removed docs folder

# Fixed
### Fixed
- Rendering files tab in Nextcloud 20 and 21
- Invalid method name when validating if a file signature has already been requested
- Tests autoload
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

]]>
</description>
<version>5.1.2</version>
<version>5.1.3</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">Libre Code</author>
<documentation>
Expand Down
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": "5.1.2",
"version": "5.1.3",
"license": "agpl",
"private": true,
"scripts": {
Expand Down