Skip to content

Releases: nico359/loci

v0.3.1

Choose a tag to compare

@nico359 nico359 released this 17 Jun 11:45

Fixes for offline mode:

  • OSM Scout Server connection is kept alive via DBus now (would previously stop responding after a few minutes)
  • Maneuver icons and Valhalla text instructions are correct for offline mode now
  • Slight tweaks to the placement and design of the icons

You can either grab the Flatpak bundle from the actions artifacts https://github.com/nico359/flatpak-repo/actions/runs/27686554884
Or the .flatpakrepo file if you also want automatic updates https://github.com/nico359/flatpak-repo

Please note that the artifacts are uploaded as .zip files so you have to extract them first to get to the .flatpak file you can install.
For more details please follow the README in the flatpak-repo linked above.

v0.3.0

Choose a tag to compare

@nico359 nico359 released this 08 Jun 14:55

Offline mode and map design:

  • There is an offline mode now you can toggle in the menu
  • It uses OSM Scout Server made by rinigus https://github.com/rinigus/osmscout-server
  • Scout Server gets activated automatically like it does with Pure Maps
  • Made some tweaks to the map design - POIs are now visible and certain road types have been scaled down
  • House numbers, POIs and such can now be selected from the map

You can either grab the Flatpak bundle from the actions artifacts https://github.com/nico359/flatpak-repo/actions/runs/27146526475
Or the .flatpakrepo file if you also want automatic updates https://github.com/nico359/flatpak-repo

Please note that the artifacts are uploaded as .zip files so you have to extract them first to get to the .flatpak file you can install.

v0.2.0

Choose a tag to compare

@nico359 nico359 released this 03 Jun 10:29
ac96880

Some significant changes (this should probably have been 0.1.0):

  • Default tile source is now OpenFreeMap instead of Gnomes tile server
  • Routing is now done by OSRM instead of Valhalla
  • Fixed search bar focus mostly for virtual keyboard on phones
  • Added route planner that works without current location
  • Different transport modes are available now (foot, bike)
  • Improved position animation and heading (still not great but better)
  • Remaining trip distance and time is now shown in the nav banner

Same as with the others, I might stop uploading the bundles here as I have a flatpak repo now https://github.com/nico359/flatpak-repo

v0.1.1

Choose a tag to compare

@nico359 nico359 released this 13 May 09:15

Forgot the OpenMapTiles attribution, sorry.

v0.1.0

Choose a tag to compare

@nico359 nico359 released this 12 May 14:01
6667f55

Initial release. Be aware that this is AI assisted and also at a very early stage, so please do not rely on it for now. Below are the features the app has but they might not be particularly refined. There are some issues I noticed already so you should see this more as a first milestone and not a finished product.

  • Turn-by-turn navigation with maneuver instructions
  • Map rotation following direction of travel (kind of)
  • Automatic rerouting when off-route
  • Route snapping - position indicator follows the road
  • Address search via Nominatim geocoding
  • Location via the XDG Location Portal (GeoClue)
  • Routing via the Valhalla and Ferrostar
  • Screen idle inhibit during navigation
  • Map rendering (vector) using libshumate like Gnome Maps