Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jana Peper <[email protected]>
  • Loading branch information
janepie committed Nov 15, 2024
1 parent 2b16cb6 commit 8dc24e9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.2 - 2024-11-15

### Added

- screenshots in app store
- krankerl file

## 1.0.1 - 2024-11-15

### Added
Expand Down
5 changes: 4 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
<name>Integration Documenso</name>
<summary>Sign files via Documenso Service.</summary>
<description>Sign files via Documenso Service.</description>
<version>1.0.1</version>
<version>1.0.2</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="">Jana Peper</author>
<namespace>Documenso</namespace>
<category>files</category>
<category>workflow</category>
<website>https://github.com/nextcloud/integration_documenso</website>
<bugs>https://github.com/nextcloud/integration_documenso</bugs>
<screenshot>https://github.com/nextcloud/integration_documenso/blob/main/img/screenshot_documenso_1.png?raw=true</screenshot>
<screenshot>https://github.com/nextcloud/integration_documenso/blob/main/img/screenshot_documenso_2.png?raw=true</screenshot>
<screenshot>https://github.com/nextcloud/integration_documenso/blob/main/img/screenshot_documenso_3.png?raw=true</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="31"/>
</dependencies>
Expand Down
6 changes: 6 additions & 0 deletions krankerl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[package]
before_cmds = [
"composer install --no-dev -a",
"npm ci",
"npm run build",
]

0 comments on commit 8dc24e9

Please sign in to comment.