Skip to content

v0.9.5

Choose a tag to compare

@github-actions github-actions released this 23 Oct 15:19
· 73 commits to master since this release
79debbb

This version of PhotoMapAI adds numerous bugfixes, performance enhancements, code cleanups, and minor feature additions. In particular, there should be far fewer glitches when using the grid view.

Installation

Please see Installation for various ways to install the application. You can install from source code, via PyPi, with a Docker image, or as a one-click executable.

New Features

  • Inline upgrade. The "About" dialog box now offers the option to update to the latest version.
  • Rotation and sceen size changes. The UI now adapts gracefully to changes in the browser window size and/or screen orientation changes.
  • Semantic map landmarks. The landmarks stay activated at all semantic map window sizes unless the user turns them off explicitly. In addition, clicking on a landmark will now reliably select and load its cluster into the viewer.

What's Changed

  • [Deploy] Put the artifact upload step into its own action file by @lstein in #87
  • [Deploy] Refactor upload artifacts by @lstein in #88
  • bump version to 0.9.5 by @lstein in #89
  • [docker] Add command-line option to disable inline version upgrading by @lstein in #90
  • [Refactor] Separate swiper and gridview elements by @lstein in #91
  • [bugfix] add logic to handle rotation events that occur when grid view not active by @lstein in #92
  • [Bugfix] Fix grid thumbnail resize and off-by-one error in grid page by @lstein in #93
  • [Bugfix] Fix imagesearch in grid mode by @lstein in #94
  • [bugfix] Prevent zooming on image double-tap on ios by @lstein in #95
  • [bugfix] Fix seek slide css so that it spans viewport correctly by @lstein in #96
  • [bugfix] Stop image not found errors when seeking to end of slide deck by @lstein in #97
  • Tweak umap display checkboxes. by @lstein in #98
  • [feature] Add timestamps to both internal log entries and uvicorn's by @lstein in #99
  • [bugfix] prevent TypeError: undefined attribute error during gridView resetAllSlides by @lstein in #100
  • [refactor] Simplify batch loading by @lstein in #101
  • [bugfix] Prevent navigation buttons fighting over the same swiper by @lstein in #102
  • [refactor] Remove redundant calls to get slide element index by @lstein in #103

Full Changelog: v0.9.4...v0.9.5