Skip to content

Releases: Webreaper/Damselfly

Release v2.2.1

08 Sep 07:31
Compare
Choose a tag to compare
Release v2.2.1 Pre-release
Pre-release

Small bugfix release for 2.0.0...

Fixes/Features

  • Fixed creation of duplicate 'default' baskets
  • Fixed Timezone exception that caused the Search bar not to appear
  • Started work on deep linking (e.g., http://damselfly:6363/?tag=cat will now populate search results for 'cat')
  • Fixed log viewer (accessed from the Info page) so it loads async (and faster).
  • Added the ability to create new users from within the User Management settings page
  • Added ability to disable registration from the public login page

Note: for the duplicate 'default' basket issue, to clean up now it's fixed, either do it via the UI (click the 'Edit Basket' icon, and 'delete'), or if there's too many to do that, ssh to the folder mounted as the /config folder, and in the 'db' folder, do sqlite3 damselfly.db, and then execute delete from baskets where name = 'default';. A new default basket will be created next time you start Damselfly.

Docker:

docker pull webreaper/damselfly:2.2.1-beta

Release v2.2.0

28 Aug 14:47
Compare
Choose a tag to compare
Release v2.2.0 Pre-release
Pre-release

New Features:

Docker:

docker pull webreaper/damselfly:2.2.0-beta

Non-Docker

Damselfly Desktop and Server releases for MacOS, Linux and Windows can be downloaded below.

Release v2.1.3

11 Aug 10:58
Compare
Choose a tag to compare
Release v2.1.3 Pre-release
Pre-release

Fixes:

  • Support for HEIC, TGA and TIFF files
  • Patch release to fix broken AutoComplete field for adding tags and people names.

Docker:

docker pull webreaper/damselfly:2.1.3-beta

Release v2.0.0

06 Aug 21:13
Compare
Choose a tag to compare
Release v2.0.0 Pre-release
Pre-release

Features / Improvements

  • Face/Object Detection/Recognition 😁👌
    • Detect objects and faces in images during indexing
    • Optionally configure an Azure Face Services account to perform full face-recognition
    • Read more here
  • Masses of UI/UX improvements, fixed and tidy-ups
  • Performance improvements

Important Notes:

This release fixes a bug where some images may have had their width/height transposed during metadata indexing. Previously this wasn't an issue, but it may cause the detected face/object rectangles to display in the wrong place. If you see this issue, 'touch' the file to force Damselfly to read it and re-index it from scratch. Then re-run the AI processing (which can be done by right-clicking a folder or a selection of images).

Docker:

   docker pull webreaper/damselfly:2.0.0-beta

Release v1.7.6 - the Birthday Edition

16 Jun 21:26
Compare
Choose a tag to compare
Pre-release

Fixes/Features

  • Lots of fixes for small bugs
  • Performance improvements
  • Reliability when auto-updating as new photos are detected
  • Themes!! 😁

Docker:

docker pull webreaper/damselfly:1.7.6-beta

Release v1.7.3

04 Jun 19:04
Compare
Choose a tag to compare
Release v1.7.3 Pre-release
Pre-release

Features/Changes:

  • Sharper/larger images for more detail on image view
  • Zoom feature on image view (press up/down to increase/decrease zoom level)
  • Fixed the folder list when new folders/images are indexed
  • Enabled support for .CR2 files
  • Lots of other fixes

Docker:

  • docker pull webreaper/damselfly:1.7.3-beta

Release v1.7.0

11 May 07:24
Compare
Choose a tag to compare
Release v1.7.0 Pre-release
Pre-release

Fixes/Changes:

  • Fixes and improvements to indexing
  • Fixes for image grid loading and display
  • Scan/ingest sidecar files (XMP and ON1), optionally writing keywords back to image EXIF
  • More reliable/efficient writes of keywords to IPTC/EXIF
  • Mac Desktop client is now a Universal build
  • Update dependencies
  • Revert to .Net 5 (for dependency issues)
  • Refactor DB code to prepare to support Postgres DB
  • Lots of other fixes for really dumb bugs. ;)

Docker:

docker pull webreaper/damselfly:1.7.0-beta

Release v1.6.7

23 Apr 07:14
Compare
Choose a tag to compare
Release v1.6.7 Pre-release
Pre-release

Changes/fixes:

  • Improvements to thumbnail generation reliability and threading.
  • Autocomplete fixes for keyword tags.

Docker:

docker pull webreaper/damselfly:1.6.7-beta

Release v1.6.6

08 Apr 22:04
Compare
Choose a tag to compare
Release v1.6.6 Pre-release
Pre-release

Features/Bugs:

  • More reliable thumbnail generation
  • On-demand thumbnail generation
  • Improved threading model
  • Performance improvements

Docker Release:

docker pull webreaper/damselfly:1.6.6-beta

Release v1.6.5

17 Mar 00:43
Compare
Choose a tag to compare
Release v1.6.5 Pre-release
Pre-release

Build/Runtime

Update to use .Net Core 6.0-preview-2.

Features/Bugs:

  • Better grouping and sort options
  • Selection, Basket and download options in grouping headers
  • Performance improvements to selection
  • Indexing improvements
  • Scanning for On1 and XMP sidecar files improved
  • Lots of other tiny bugs fixed.

Note

Seems like Wordpress uploads may be broken in this release. I think it may be due to a change in the WP API which isn't reflected in the WordpressPCL library that Damselfly uses. Currently investigating. #117

Docker Release:

  • docker pull webreaper/damselfly:1.6.5-beta