Skip to content

Commit

Permalink
Merge pull request #3241 from LibreSign/backport/3239/stable28
Browse files Browse the repository at this point in the history
[stable28] Fix/pack new release
  • Loading branch information
vitormattos authored Jun 28, 2024
2 parents 108ebc3 + a7c33e5 commit 15b24b0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 8.1.2 - 2024-06-28
### Fixes
* fix: Internal error when signing [#3238](github.com/libresign/libresign/pull/3238)

## 8.1.1 - 2024-06-26
### Changed
- Disable sign button when is loading [#3224](https://github.com/libresign/libresign/pull/3224)
- Bump dependencies

### Fixes
- signing dependencies at deploy to Nextcloud app store [#3233](https://github.com/libresign/libresign/pull/3233)
- Make possible use multiple signatures of same signer [#3228](https://github.com/libresign/libresign/pull/3228)
- neutralize deleted users [#3221](https://github.com/libresign/libresign/pull/3221)

## 8.1.0 - 2024-06-24
### New feature
* Clean old setup binaries
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ appstore:
$(appstore_sign_dir)/$(app_name)
rm $(appstore_sign_dir)/$(app_name)/vendor/endroid/qr-code/assets/*
find $(appstore_sign_dir)/$(app_name)/vendor/mpdf/mpdf/ttfonts -type f -not -name 'DejaVuSerifCondensed.ttf' -delete
find $(appstore_sign_dir)/$(app_name)/vendor/mpdf/mpdf/data/ -type f -delete
rm -rf $(appstore_sign_dir)/$(app_name)/img/screenshot/
mkdir -p $(appstore_sign_dir)/$(app_name)/tests/fixtures
cp tests/fixtures/small_valid.pdf $(appstore_sign_dir)/$(app_name)/tests/fixtures
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.1.1</version>
<version>8.1.2</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.1.1",
"version": "8.1.2",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 15b24b0

Please sign in to comment.