Skip to content

Releases: DaveL17/BikeShare

Bug Fixes and Performance Enhancements

Choose a tag to compare

@DaveL17 DaveL17 released this 01 May 01:43

Bug fixes, performance enhancements and code clean up.

2025.1.0

Choose a tag to compare

@DaveL17 DaveL17 released this 14 Jun 10:47

Performance and stability improvements.

  • Fixes bug where dataAge and last_reported returned "Unknown".
  • Transitions from requests to httpx.
  • Stability and performance improvements.

Maintenance Release

Choose a tag to compare

@DaveL17 DaveL17 released this 16 Oct 11:04

This is a maintenance release that includes:

  • code refinement and clean up, and
  • a new option to allow the device state value in the Indigo UI to display either the number of bikes or also the number of available docks.
img_bike_share_config

Bug Fix

Choose a tag to compare

@DaveL17 DaveL17 released this 19 Nov 16:11

Fixes bug where a race condition may occur before plugin preferences have been written to disk during installation or after deleting the plugin preferences file.

Code Enhancements

Choose a tag to compare

@DaveL17 DaveL17 released this 17 Nov 14:10

Enhancements to existing code.

Code Refinements

Choose a tag to compare

@DaveL17 DaveL17 released this 10 May 00:26

v2022.0.3

  • Adds foundation for API 3.1.
  • Code cleanup.

v2022.0.2

  • Adds _to_do_list.md and changes changelog to markdown.
  • Moves plugin environment logging to plugin menu item (log only on request).

Update for Indigo 2022.1

Choose a tag to compare

@DaveL17 DaveL17 released this 10 May 20:34

Updates plugin for Indigo 2022.1 and Python 3.

  • Moves "Refresh Bike Data" to Device Controls menu.
  • Eliminates need for the pandas module.
  • Reorganizes device states for better display in control page and trigger state lists.
  • Adds device state reflecting whether the system is within user-defined business hours (to show that data might be stale).
  • Standardizes Indigo method implementation.

Bug Fixes

Choose a tag to compare

@DaveL17 DaveL17 released this 12 Nov 22:02

v2.0.08

  • Fixes bug in readme.md file where logo did not display.

v2.0.07

  • Better addresses situations where bike service doesn't fully support the standard API.

Bug Fixes and Other Enhancements

Choose a tag to compare

@DaveL17 DaveL17 released this 04 Nov 14:21

v2.0.06

  • Better integrates DLFramework.

v2.0.05

  • Improvements to device configuration validation.
  • Code refinements.

v2.0.04

  • Removes all references to legacy version checking.

Complete Refactoring for GBFS

Choose a tag to compare

@DaveL17 DaveL17 released this 13 Oct 12:24

WARNING: This update is not backward compatible with prior releases of the plugin. It uses an entirely new data structure that does not support prior plugin devices.

v2.0.03

  • For publication.

v2.0.02

  • Adds business hours feature.

v2.0.01

  • Complete rewrite of the plugin to use the standardized GBFS data sharing specification.