Releases: EastsideUrbanism/transit-tracker
Releases · EastsideUrbanism/transit-tracker
v2.8.2
This version changes some configuration parameters to take better advantage of the ESP32-S3's hardware.
- Increase CPU frequency to 240MHz (up from the default of 160MHz)
- Enable PSRAM at 80MHz
These changes will result in a small performance increase by default, but are primarily useful for those customizing the firmware and adding resource-hungry components.
Full Changelog: v2.8.1...v2.8.2
v2.8.1
- Set
wifi: power_save_mode:tononein order to alleviate Wi-Fi connection issues - Add various sensors to help with troubleshooting
Full Changelog: v2.8.0...v2.8.1
v2.8.0
- Update ESPHome version to 2026.2.1
Full Changelog: v2.7.1...v2.8.0
v2.7.1
v2.7.0
- Temporarily switch to hub75 component fork until merged to upstream (esphome/esphome#13921)
- Automatically change display orientation based on accelerometer
Full Changelog: v2.6.0...v2.7.0
v2.6.0
v2.5.0
- Update ESPHome version to 2026.1.4
Full Changelog: v2.4.1...v2.4.2
v2.4.1
- Fix a bug where customizing the minutes short localization string was impossible, and would instead change the minutes long string (tjhorner/esphome-transit-tracker@adfd745). Thanks @Jmacek for pointing this out!
Full Changelog: v2.4.0...v2.4.1
v2.4.0
- Added options for localization so that the text for "Now", "min", etc. can be customized. You can change these in the configurator under Advanced → Localization.
Full Changelog: v2.3.0...v2.4.0
v2.3.0
- The following characters are now supported and will no longer display as blocks (#59, thanks @fracergu and @adamvalt!):
ÄËÏÖÜÉÈÔäëïöüéèôŊŋÁÊÎÛÝáêîûýĜĝÀÌÒàìòÑñÍÓÚíóúÇçĆČĐŠŽćčđšžÙùÕõŞŁŇŘşłňřÅ娸ĀĒĪŌŪāēīōūÂâĞğıĎĚŤŮďěťůÆæIJijŒœÐðŸÿßŐŰőűÞþÃãĂĔĬŎŬăĕĭŏŭĨŨĩũĄĘŃŚŻąęńśżĖėĢĶĻŅģķļņĮŲįųŔŹŕźĊĠċġħŜŝŢţŦŧŴŵŶŷĹĽĺľİ
Full Changelog: v2.2.0...v2.3.0