Skip to content

Releases: lstein/PhotoMapAI

v0.9.4

08 Oct 00:45
b06d340

Choose a tag to compare

What's Changed

  • [release] Add dockerhub push to the GitHub deploy script by @lstein in #75
  • [release] Split deployments into two actions by @lstein in #76
  • [deploy] Fix workflow names by @lstein in #77
  • [deploy] .dmg maker by @lstein in #78
  • [feature] Highlight unclustered images on umap by @lstein in #79
  • [deploy] Add pyinstaller support by @lstein in #80
  • [bugfix] Add checks to prevent slides from updating during grid to swiper transition by @lstein in #83
  • [Bugfix] Pull request for testing pyapplication deployment script by @lstein in #82
  • [bugfix] Fix miscellaneous issues prior to release 0.9.4 by @lstein in #84
  • [Bugfix] Fix pyinstallers by @lstein in #85
  • [Docs] Installation updates by @lstein in #86

Full Changelog: 0.9.3...v0.9.4

0.9.3

23 Sep 01:29
926b5a3

Choose a tag to compare

What's Changed

  • [Feature] Add app version checking and online upgrade by @lstein in #71
  • [bugfix] Potentially fix umap lost current image marker by @lstein in #72
  • [feature] Docker entrypoint by @lstein in #74
  • [documentation] add new upgrading page by @lstein in #73

Full Changelog: 0.9.2...0.9.3

0.9.2

20 Sep 23:29
6c13220

Choose a tag to compare

What's New

This version of PhotoMapAI adds a graphical user interface for assigning image directories to albums. Instead of typing out the path of a directory, you can now select it using a bare-bones filesystem browser.

In addition, this version now supports Python 3.13.

What's Changed

  • [Bugfix] Fix dangling highwatermark code by @lstein in #66
  • [Feat] Responsive formatting by @lstein in #67
  • [bugfix] Remove trash and confirm delete checkbox when album-locked by @lstein in #68
  • [feature] Add directory path browser GUI by @lstein in #69
  • Clean up in anticipation of 9.0.2 release by @lstein in #70

Full Changelog: 0.9.0...0.9.2

0.9.0

18 Sep 00:51
d107a49

Choose a tag to compare

Version 0.9.0 of PhotoMapAI adds a new grid mode that will display multiple images at once. It is particularly useful for exploring clusters in the semantic map. Use Settings to adjust the size of the grid mode thumbnail images to your preference.

image

Other major features in this release:

  • Added option to allow you to delete images without waiting for confirmation.
  • Made the metadata drawer movable -- just grab it by an edge to move it anywhere on the browser window.
  • When copying fields from the metadata, the copy icon will provide feedback that the copy was successful.
  • Full-screen mode removes the slide position display for a truly minimal experience.
  • Tap events on touch-aware hardware will start and stop the slide show while in fullscreen mode.

Major bugfixes include:

  • When indexing albums with paths that include the "" character, the indexer would store the index in a directory named "" rather than expanding the symbol to the user's home directory path.

What's Changed

  • [Feature] Add grid view by @lstein in #58
  • [Feat] Better overlay drawer by @lstein in #59
  • [bugfix] Fix issues with indexer by @lstein in #60
  • [Bugfix] Update albums by @lstein in #61
  • Documentation updates by @lstein in #62
  • [Feature] Transiently display a checkmark after successful copy by @lstein in #63
  • [Feature] Allow user to scale size of grid thumbnails by @lstein in #64
  • [tidy] Remove unneeded console debugging statements by @lstein in #65

Full Changelog: 0.8.1...0.9.0

0.8.1

05 Sep 23:54
fd6182e

Choose a tag to compare

This release fixes a bug in the Macintosh install script. No other functionality has changed.

Please see the PhotoMapAI documentation for a rundown on installing and running the application.

0.8.0

04 Sep 13:50
d1e7baf

Choose a tag to compare

PhotoMapAI beta release 0.8.0 introduces the following new features:

  • A Gallery View that shows a row of thumbnails of the current image's neighborhood.
  • Static landmarks in the Semantic Map view that act as signposts for the largest image clusters.
  • Support for building and running PhotoMapAI in Docker images
  • Too many user interface tweaks and fixes to count.

Installation

To install, download the install package and follow the steps outlined in the PhotoMapAI Installation.

User's Guide

See the full User's Guide for information on PhotoMapAI's features, tips and tricks.

What's Changed

  • Gallery view by @lstein in #24
  • [Bugfix] Fix occasional broken thumbnail images by @lstein in #26
  • Add a thumbnail gallery view above the seek slider by @lstein in #28
  • Sort smaller clusters using a random walk by @lstein in #29
  • [refactor] Refactor seek-slider into a Javascript class by @lstein in #30
  • [bugfix] Allow thumbnails to be created from GIF image sources by @lstein in #31
  • [Bugfix] Fix syntax errors in seek-slider by @lstein in #32
  • Release/0.7.0 by @lstein in #33
  • [packaging] Remove extraneous files in project root by @lstein in #34
  • [Packaging] Launcher icons by @lstein in #35
  • [feature] Docker image by @lstein in #36
  • [Feature] Optionally disable album switching, editing, and locationIQ retrieval by @lstein in #37
  • Start application with umap in fullscreen mode by @lstein in #38
  • Exit umap fullscreen mode after a search by @lstein in #39
  • [bugfix] Clean up umap fullscreen logic by @lstein in #40
  • [refactor\ simplify call to index_images in docker build by @lstein in https://github.com//pull/41
  • [Feature] About dialog by @lstein in #42
  • [packaging] Automate docker build and tagging by @lstein in #43
  • [bugfix] Fix a few typing errors found by pylance by @lstein in #44
  • [bugfix] Extend hover region to cover bottom of the seek slider ticks by @lstein in #45
  • [feature] Improve appearance of umap fullscreen icon by @lstein in #46
  • [Bugfix] Tweak umap height by @lstein in #48
  • [Docs] Docker instructions by @lstein in #47
  • [tweak] add clickable icon link to demo by @lstein in #49
  • [Docs] Fix installation instructions by @lstein in #50
  • Update image source in README.md by @lstein in #51
  • Revise demo section in README.md by @lstein in #52
  • fixed url in README by @lstein in #53
  • [Docs] Fix images by @lstein in #54
  • [Docs] Improve appearance of about... box by @lstein in #55
  • [Docs] enable the code copy button on mkdocs by @lstein in #56

Full Changelog: 0.6.0...0.8.0

0.6.0

30 Aug 00:57
408c49e

Choose a tag to compare

What's Changed

Full Changelog: 0.5.5...0.6.0

0.5.5

26 Aug 20:57
ceb5b68

Choose a tag to compare

What's Changed

  • [Bugfix] windows installer by @lstein in #13
  • Recalculate album index location when image paths changed by @lstein in #15
  • Prevent redundant indexing of same album by @lstein in #14
  • Improve windows install script by @lstein in #16
  • Really fix windows UNC path issues by @lstein in #17
  • Fix the installer script for Linux and Mac by @lstein in #18
  • add more CUDA PyTorch instructions by @lstein in #19
  • Improve CUDA detection; bump version by @lstein in #20

Full Changelog: 0.5.4...0.5.5

0.5.4

24 Aug 18:58
226ee06

Choose a tag to compare

What's Changed

  • Bugfix: stabilize slider thumb by @lstein in #12

Full Changelog: 0.5.3...0.5.4

0.5.3

24 Aug 17:21
2be0efc

Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...0.5.3