Skip to content

v1.8.0 (Nov 9, 2025)

Choose a tag to compare

@zbycz zbycz released this 07 Aug 12:27
· 55 commits to master since this release

OsmAPP is updated continuously with every commit. Versioning is used only for summarizing the changes once in a while.

Most notably the app got the new "Hamburger menu" as a side-drawer, which really makes it feel more mature. Also, OsmAPP now features the new official OpenStreetMap vector tiles called Shortbread, which switches dark and light theme according to your app theme setting. Currently it is not clickable - see thread here.

In Feature Panel, we now load the "social image" (og:image) for the first website, which usually shows very relevant image. Overall OsmAPP now displays wide variety of images: Wikimedia/Wikipedia/Wikidata images, the image=* tag, og:image and three streetviews – Mapillary, KartaView and Panoramax.

In numbers:

  • 6 months since last release
  • 278 commits (roughly the same number as last time)
  • 148 commits were climbing related, 56 regarding the development of new relation editor in EditDialog.
  • and 59 refactoring commits

What's Changed

Click any pull request to see screenshots and examples. The more emojis, the more important task! 🙂

general

Map and layers

  • ⭐️ add shortbread vector tiles+styles by @zbycz in #1133
  • add rock landcover to outdoorStyle by @zbycz in #1185
  • add arrow for previewMarker outside of map by @zbycz in #1315

FeaturePanel

  • 🏞️ Images: Load og-image for features by @Dlurak in #1149
  • Images: Show the panoramax license by @Dlurak in #1148
  • FeaturePanel: Show intervals always as HH:MM or when needed as HH:MM:SS by @Dlurak in #1151
  • FeaturePanel: Optimized featured tags by @Dlurak in #1153
  • FeaturePanel: Allow all css colors by @Dlurak in #1155
  • FeaturePanel: prefer level:ref if available by @zbycz in #1280
  • PublicTransport: Improve reliability of requestLine by @glemco in #1160

EditDialog - small enhancements to the new Relations editor

Locales

OpenClimbing.org

A lot of development went to enhancing the climbing features: On areas you can filter and sort through all displayed crags. This filtering is also available on the ClimbingTiles layer. For each route we show grade color on the map and also label in user-prefered grading system. On hover, you can see outlines for climbing relations (crags, areas, area of areas). See eg. Frankenjura area. And, every climbed route can be marked as ascented with a "tick" - persisted in our DB with with your OpenStreetMap login.

New Contributors

Full Changelog: v1.7.0...v1.8.0