Skip to content

Releases: nobodyinperson/thunar-custom-actions

[MOVED TO GITLAB.COM!] generic image conversion action

18 Jun 14:05
Compare
Choose a tag to compare

I moved thunar-custom-actions to GitLab.com!

For the up-to-date releases see https://gitlab.com/nobodyinperson/thunar-custom-actions/tags

Changes

This release adds a new action convert to other format for image files (#14).
The huge list of possible formats is taken directly from convert -list format.

Screenshots

thunar-custom-actions-convert-format-context-menu-english
thunar-custom-actions-choose-format-english

fix #12 and #13

18 Jun 11:53
Compare
Choose a tag to compare

This release fixes #12 and #13.

PDF orientation selection

17 Jun 18:01
Compare
Choose a tag to compare

Changes

This release adds:

  • a dialog to choose the output PDF orientation on convert to PDF-action
  • an error message if one tries to encrypt asymmetrically without having public keys in the local keyring
  • some error handling for gpg2 (e.g. automatic starting of gpg-agent if necessary)

Screenshots

Selecting PDF orientation

English

thunar-custom-actions-choose-pdf-orientation

Deutsch

thunar-custom-actions-choose-pdf-orientation-german

asymmetric GPG de/encryption

15 Jun 09:24
Compare
Choose a tag to compare

Changes

  • change /screen to /prepress in PDF file size shrinker (less aggressive compression)
  • allow creating links to directories in link creation action
  • add asymmetric GPG en/decryption
  • minor drawback: decrypting multiple symetrically encrypted files now prompts for the password on every file. This was necessary to easily integrate asymmetrical encryption. Now both can be mixed on decrypting action.

Screenshots

asymmetric GPG de/encryption

thunar-custom-actions-asym-gpg-encryption-context-menu

You then have to specify the recipient's public key from a list generated from a parsed output of gpg2 --list-public-keys:

thunar-custom-actions-asym-gpg-encryption-key-selection

Checksums action, overwriting confirmation

13 Jun 11:39
Compare
Choose a tag to compare

New in this release:

  • a Checksums action to show MD5, SHA1 and SHA256 hashes of selected files (see screenshots)
  • confirmation dialog if an existing file would be overridden (see screenshots)
  • structural improvements concerning usage of temporary files to protect agains data loss

Screenshots

Checksums action

thunar-custom-actions-checksums-context-menu

thunar-custom-actions-checksums-view

Overwriting confirmation

thunar-custom-actions-overwrite-question

don't force AES256 cipher on GPG de-/encryption

11 Jun 13:34
Compare
Choose a tag to compare

Changes

  • don't force AES256 cipher on GPG de-/encryption
  • structural improvements to reduce redundancies

Screenshots

Rotating images

thunar-custom-actions-image-actions-context-menu

thunar-custom-actions-image-rotating-progressbar

Encrypting files

thunar-custom-actions-image-actions-context-menu-gpg-encrypt

thunar-custom-actions-gpg-encrypt

Finding space-consuming elements in a folder

thunar-custom-actions-folder-find-big-elements-context-menu

thunar-custom-actions-folder-find-big-elements-progressbar

thunar-custom-actions-folder-find-big-elements-view

fix link naming

11 Jun 07:43
Compare
Choose a tag to compare

This release is a hotfix to close #1.

gettext localisation

10 Jun 14:44
Compare
Choose a tag to compare

From this release on, thunar-custom-actions uses gettext for translations. See the Contribution hints at the bottom of the README.md for further details.

  • improve messages given to the user
  • add full German translation

Known issues:

  • #1 link creation naming

Improvements to transparency filling and image scaling

09 Jun 12:33
Compare
Choose a tag to compare

This release makes the transparency filling and image scaling actions more flexible by allowing the user to decide on colour and size.

Link creation and big element finder

08 Jun 19:18
Compare
Choose a tag to compare

This release adds actions for:

  • creating symbolic links
  • finding big elements in a folder