Skip to content

Releases: stadiamaps/ferrostar

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

Alpha 31

09 May 07:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.30...0.0.31

Alpha 30

05 May 05:25
Compare
Choose a tag to compare
  • Upgrade to the latest MapLibre Compose library for Android, fixing the z-order issues with the location puck
  • Upgrade iOS MapLibre Native, SwiftUI, and macros to latest versions
  • Add a result builder parameter to navigation map views on iOS, enabling users to add their own overlay layers using the SwiftUI DSL
  • Fix a thread performance checker warning on iOS due to triggering speech on the main queue

Alpha 29

24 Apr 06:30
Compare
Choose a tag to compare

Fix an issue with the subproject name not matching the convention of the artifactId, causing the the composeui reference to be broken.

Alpha 28

24 Apr 05:45
Compare
Choose a tag to compare

This release doesn't change anything significant for iOS users, but should fix package imports for Android users trying to integrate the MapLibre UI into their apps.

This does however introduce a breaking change with the package names. The group component is now com.stadiamaps.ferrostar (rather than com.stadiamaps), and the artifact IDs no longer need theferrostar- prefix (ex: ferrostar-core becomes core).

Alpha 27

24 Apr 03:21
Compare
Choose a tag to compare

This release doesn't change anything significant for end users (though it does include a minor improvement on iOS to allow specifying resample distance for simulations). It is another refinement to the release automation.

Alpha 26

19 Apr 08:30
Compare
Choose a tag to compare

What's Changed

  • Improved Camera Control on NavigationMapView by @Archdoog in #95

Full Changelog: 0.0.25...0.0.26

Alpha 25

18 Apr 17:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.24...0.0.25