Skip to content

Releases: LismaxB/Ceylon-Public-Transit

v0.8.3-beta

03 Nov 19:22
0a1f026
Compare
Choose a tag to compare

What's Changed 🚀

  • Update release.yml by @LismaxB in #39
  • feat: add smooth animation to bus markers on location updates by @LismaxB in #40
  • feat: added a simple navbar by @LismaxB in #42
  • feat(minor): add responsive navbar with menu by @LismaxB in #44
  • fix(minor): mobile view logo size by @LismaxB in #47
  • Refactor: Move routing logic to separate component web-app by @LismaxB in #48
  • Display Bus Information on click by @LismaxB in #51
  • Add New Icon for Private Buses by @LismaxB in #54
  • fix(style): fix map panel scroll by @LismaxB in #56
  • style: add bus number and route name to marker popup by @LismaxB in #59
  • refactor: Added a separate file for all MapProps by @LismaxB in #61
  • feat: onboarding welcome screens and icons by @LismaxB in #67
  • Fix Build Error: Added Workspaces in Root package.json by @LismaxB in #72
  • fix: add workspaces to resolve build error by @LismaxB in #73
  • DriverApp v2: Authentication, Onboarding screens and Real-Time Location Updates by @LismaxB in #76
  • DriverApp v2: Authentication, Onboarding screens and Real-Time Location Updates by @LismaxB in #75
  • Fix Build Process and Implement Lerna Monorepo Setup by @LismaxB in #78

Full Changelog: v0.5.1-beta...v0.8.3-beta

v0.5.1-beta

19 Oct 14:19
d3dc9a0
Compare
Choose a tag to compare

What's Changed

  • feat: Add driver location simulation for development by @LismaxB in #19
  • fix: corrected longitude and latitude values in data sheet by @LismaxB in #21
  • Migrate web-app to Next.js by @LismaxB in #24
  • Remove old web-app after migrating to Next.js by @LismaxB in #26
  • Added --no-eslint in build command by @LismaxB in #27
  • fix: fixes build command error by @LismaxB in #29
  • fix: fixes dev api route by @LismaxB in #30
  • fix: updated env file to have both variable types by @LismaxB in #31
  • fix: remove dev api route by @LismaxB in #32
  • fix: clear previous state on real-time updates by @LismaxB in #34
  • feat: automate release creation for patch versions by @LismaxB in #35
  • Update the simulator code to match the new database updates by @LismaxB in #37
  • fix: sends location with bus_id by @LismaxB in #38

Full Changelog: v0.3.0...v0.5.1-beta

v0.3.0

15 Oct 17:21
e585bcd
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

🚀 Features

Driver App (MVP)

  • Enables drivers to Start Trip and send their real-time GPS location to the database.
  • Provides a simple interface with Start Trip and End Trip buttons.

Core Web Application

  • Displays live bus locations on a map, allowing users to track them in real-time.
  • Shows the sample route in the database including their stops.

Client App (MVP)

  • Provides a basic mobile app for passengers to view bus locations.
  • Shows the sample route in the database including their stops.

What's Changed

Full Changelog: https://github.com/LismaxB/Ceylon-Public-Transit/commits/v0.3.0