Skip to content

Releases: ElCzar/TransmiClock

Release list

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 00:45

Hotfixes

  • Bus location retry — The app now retries up to 3 times when no buses are returned, reducing false "no buses available" results caused by empty API responses.
  • Ambiguous bus code resolution — The bus location request now includes additional route identifiers, allowing the backend to correctly distinguish routes that share the same code (e.g. multiple route 8 variants) and return accurate location data.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 23:08
1a47629

Features

  • Bus stop search — Find any SITP/TransMilenio stop by name or code directly from your wrist.

  • Search history — Recently searched stops are saved locally so you can jump back to your usual stops without retyping.

  • Bus route listing — View all routes currently serving a selected stop.

  • Real-time ETAs — See live arrival estimates with approximate distance for each route at your stop.

Know Issues

  • Samsung Keyboard input display — When using the Samsung Keyboard, only the first typed character is visually displayed while searching. The full query is still captured and processed correctly, but subsequent characters are not shown in the input field.

Full Changelog: https://github.com/ElCzar/TransmiClock/commits/v1.0.0