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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.0.0

### Removed
- Removes deprecated function `html_to_pdf`, it may be installed separately by installing [files_scripts_deprecated](https://github.com/Raudius/files_scripts_deprecated).

### Added
- Integrates with new files API.
- Replaces single MIME-type restriction with multi-option file-type filtering, which works with extensions and MIME types.
- Replaces app-wide "show actions in menu" settings option, with per-script selection.

## 3.1.3

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Allows administrators to write small scripts which users can run through via the
⚠️**Attention** Scripts may modify and delete files permanently. Take care and make sure to read the documentation thoroughly before scripting.
]]></description>

<version>3.1.3</version>
<version>4.0.0</version>

<licence>agpl</licence>
<author mail="r.ferreira.fuentes@gmail.com" >Raul Ferreira Fuentes</author>
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": "files_scripts",
"description": "Nextcloud app for running custom scripts on files.",
"version": "3.1.3",
"version": "4.0.0",
"author": "Raul Ferreira Fuentes <r.ferreira.fuentes@gmail.com>",
"homepage": "https://github.com/",
"license": "agpl",
Expand Down