Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable29] Feat/changelog #2873

Merged
merged 7 commits into from
Apr 24, 2024
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
1 change: 0 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
patreon: libresign
github: libresign
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 9.0.0
### ✨Big changes to a new moment
* 📝 Allow you to sign documents without creating an account
* 🔒 Create root certificate with OpenSSL
* 📜 Possibility to send and sign with your own certificate
* 🛠️ Simplified setup

## 8.0.0
### Big changes to a new moment
* Allow you to sign documents without creating an account
* Create root certificate with OpenSSL
* Possibility to send and sign with your own certificate
* Removed dependency on Imagemagick to read PDF
### Big changes to a new moment
* 📝 Allow you to sign documents without creating an account
* 🔒 Create root certificate with OpenSSL
* 📜 Possibility to send and sign with your own certificate
* 🛠️ Simplified setup

## 7.1.1 - 2023-04-12
### Changed
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ appstore-local: clean
LICENSE \
$(appstore_sign_dir)/$(app_name)
rm $(appstore_sign_dir)/$(app_name)/vendor/endroid/qr-code/assets/*
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
28 changes: 23 additions & 5 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,42 @@
<summary>✍️ Libre digital signature app for Nextcloud</summary>
<description><![CDATA[**This is a libre digital PDF signature app for Nextcloud**

* ✍️ Sign PDF documents using digital signature
* ✍️ **Sign PDF** documents using digital certificates
* 🔄 **Hybrid signatures**: You can choose between personal or system-generated digital certificates
* 👥 **Multiple signers**: Request signature on a document for as many people as you need
* 📸 **QR Code**: Document validation by QR Code
* 🔒 **Privacy**: Fully self-hosted document signer
* 📲 **Connect to your software**: Easily integrate [LibreSign](https://libresign.coop) into your service with our full-fledged
* 🙋 **Get involved**! We have lots of stuff planned like more question types, collaboration on [LibreSign](https://libresign.coop)

]]>
</description>
<version>9.0.0-rc2</version>
🌍 Help us translate this application on [Transifex](https://app.transifex.com/nextcloud/nextcloud/libresign/)

If you enjoy this app and want to help maintain its development or want enterprise support, please contact us:

[https://libresign.coop](https://libresign.coop)

## Donation

Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform people and businesses through cooperativism.

* [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>9.0.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
<documentation>
<admin>https://github.com/LibreSign/libresign/blob/master/README.md</admin>
</documentation>
<category>files</category>
<category>office</category>
<category>security</category>
<category>tools</category>
<website>https://github.com/LibreSign/libresign</website>
<discussion>https://t.me/libresign</discussion>
<bugs>https://github.com/LibreSign/libresign/issues</bugs>
<repository type="git">https://github.com/LibreSign/libresign</repository>
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/LibreSign.png?v=9.0.0-rc2</screenshot>
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/screenshot/request-signature.png</screenshot>
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/screenshot/presentation.gif</screenshot>
<dependencies>
<lib>openssl</lib>
<nextcloud min-version="29" max-version="29"/>
Expand Down
Binary file added img/screenshot/presentation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/screenshot/request-signature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.