Skip to content

Releases: stadiamaps/ferrostar

0.6.1

06 Aug 08:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

31 Jul 09:50
Compare
Choose a tag to compare

What's Changed

  • Transition to MapLibre GL JS by @CatMe0w in #166
  • Synced android and ios navigation state, refactored NavigationViewModel by @Archdoog in #167
  • Pin MapLibre SwiftUI DSL to exact version due to an upstream breaking change

Full Changelog: 0.5.0...0.6.0

0.5.0

27 Jul 10:22
Compare
Choose a tag to compare

What's Changed

  • Add concurrency groups to all PR related CI by @Archdoog in #161
  • Prevent auto lock screen while navigating on iOS by @CatMe0w in #163
  • Add arrival-view and instruction-view for web by @CatMe0w in #162
  • Feat/ios/dynamic navigation view by @Archdoog in #160

Full Changelog: 0.4.0...0.5.0

0.4.0

17 Jul 06:37
Compare
Choose a tag to compare

This release bring massive improvements to the Android UI thanks to @Archdoog! The Android UI is now roughly on par with iOS, so rejoice, Android devs! The iOS UI has also improved in this release too (we've updated the screenshots in the README to match).

We've also freshened up the documentation and added a bit more polish on things that you'll need for real production apps, like background location updates on iOS.

What's Changed

  • Fix half-implemented onTapExit changes by @ianthetechie in #138
  • Initial proof-of-concept web component library + demo app by @CatMe0w in #129
  • Correct a bad package name in contributing docs by @CatMe0w in #140
  • Use a minimal Vite serving allow list by @CatMe0w in #141
  • Document iOS background location by @ianthetechie in #145
  • Android: ArrivalView, supporting formatters and updated testing by @Archdoog in #134
  • Merge Priority! Android: Upgraded to Versions Catalog (libs.versions.toml) by @Archdoog in #149
  • Android: GridViews and NavigationViews by @Archdoog in #144
  • Use camelCase in web implementations by @CatMe0w in #153
  • Fix duplicated markers in web by @CatMe0w in #154
  • Upgrades to improved MapLibre Compose by @Archdoog in #156

Full Changelog: 0.3.1...0.4.0

0.3.1

06 Jul 10:02
Compare
Choose a tag to compare

Patch for iOS, since it relies on a bundled version of git that cannot use LFS. We introduced LFS for some large test snapshots, rather sensibly, in #132, but this breaks certain git clients, so this patch release fixes things for SPM users.

Other platforms are unaffected.

0.3.0

04 Jul 05:54
Compare
Choose a tag to compare

What's Changed

  • Android - Updating ComposeUI for closer parity to iOS/SwiftUI by @Archdoog in #132

Full Changelog: 0.2.1...0.3.0

0.2.1

02 Jul 17:04
Compare
Choose a tag to compare

Documentation improvements and Android release automation fixes.

Full Changelog: 0.2.0...0.2.1

0.2.0

02 Jul 04:14
Compare
Choose a tag to compare

Our second beta release includes UI improvements on iOS including an "arrival view" that shows your ETA (based on the route data), distance remaining, and so on. We've also built a flexible speed limit view for iOS, which will be integrated into the default UI in the next release.

We've also taken the first steps toward our next platform: the web! Expect a preview of that soon from our Google Summer of Code student, @CatMe0w, very soon!

And of course, it wouldn't be a release without some bug fixes. See the full PR log below for details.

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

04 Jun 03:38
Compare
Choose a tag to compare

Beta 1 🚀

This release marks end-to-end integration the absolutely essential pieces to do turn-by-turn navigation on iOS and Android. There are still plenty of rough edges and new features to add, but the essentials are there.

Happy hacking!

What's Changed

Full Changelog: 0.0.32...0.1.0

Alpha 32

12 May 16:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.31...0.0.32