Skip to content

Releases: mwh/dragon

Version 1.2.0

05 Mar 21:32
@mwh mwh
Compare
Choose a tag to compare

Version 1.2.0 includes several new features. Many of the additions in this version are thanks to Nathan Sketch.

Icon features

  • The -i, --icon-only options suppress display of file names and render only centred icons
  • Image thumbnails for formats supported by GTK
  • -s and --thumb-size specify the size of thumbnails (defaulting to 96px)

Other features

  • The program will quit with the keyboard using either q or escape, thanks to toniz4
  • New -T, --on-top switches make the window always-on-top
  • -I (i) --stdin reads filenames one-per-line from stdin
  • The -A, --all-compact switches display a single drag button instead of one per file.
  • There is a man page courtesy of Nathan Sketch

Bug fixes

  • Filenames will no longer be detected as URIs simply for containing a colon before a slash, but only if the part before the colon is a plausible URI scheme #44.

Contributors

Changes in this release came from Nathan Sketch, Michael Homer, Giovanny Lucas, NRK, B Stack, and toniz4.

Full Changelog: v1.1.1...v1.2.0

v1.1.1

14 Nov 21:15
@mwh mwh
Compare
Choose a tag to compare

This release incorporates minor fixes, including some crashes, and makes the ASK action available in the drag.

Almost all of the work in here came from user @FichteFoll on GitHub, so thanks very much to them!