Skip to content

Releases: zanna-37/hass-swipe-navigation

v1.15.0

11 Nov 23:39
Compare
Choose a tag to compare

🏷️ [v1.15.0] - 2024-11-11

Full Changelog

Added 🎉

  • Swipe can now be disabled when inside a subviews using enable_on_subviews: false in the configuration, thanks to @breakthestatic (#84)

Fixed 🐛

  • URL parameters are now preserved after a swipe, fixes a regression introduced in v1.14.0. (#87, closes #85)

v1.14.2

22 Sep 14:17
Compare
Choose a tag to compare

🏷️ [v1.14.2] - 2024-09-22

Full Changelog

Fixed 🐛

  • Refresh config before performing a swipe (6893189)
  • Improve current tab detection mechanism (86ddd4a, closes #80)

v1.14.1

11 Sep 19:33
Compare
Choose a tag to compare

🏷️ [v1.14.1] - 2024-09-11

Full Changelog

Fixed 🐛

  • New Home Assistant UI elements added to the exception list (4e67a71)
  • Add an exception for Bubble card (#79)

v1.14.0

07 May 20:21
Compare
Choose a tag to compare

🏷️ [v1.14.0] - 2024-05-07

Full Changelog

Added 🎉

  • You can now choose to don't skip subviews while swiping. Just set skip_subviews: false in the configuration (426b81d)

Fixed 🐛

  • Swiping when inside a subview is now possible (843fb41, closes #68)

v1.13.3

24 Mar 16:58
Compare
Choose a tag to compare

🏷️ [v1.13.3] - 2024-03-24

Full Changelog

Fixed 🐛

  • Ensure that dragging cards in Sections doesn't trigger a swipe (aaf0f2a, closes #72)

v1.13.2

25 Nov 19:45
Compare
Choose a tag to compare

🏷️ [v1.13.2] - 2023-11-25

Full Changelog

Fixed 🐛

  • input[type=range] has been added to swipe exceptions (#64)

v1.13.1

20 Sep 20:35
Compare
Choose a tag to compare

🏷️ [v1.13.1] - 2023-09-20

Full Changelog

Fixed 🐛

  • Fixed a bug that caused the swipe navigation to not work when swiping with the mouse on a Firefox browser (#63, closes #62)

v1.13.0

10 Sep 14:07
Compare
Choose a tag to compare

🏷️ [v1.13.0] - 2023-09-10

Full Changelog

Added 🎉

  • You can now use your mouse 🖱️ to swipe through tabs thanks to @wrabel. This feature is disabled by default but can be enabled by setting enable_mouse_swipe: true in the configuration (#59)

Fixed 🐛

  • Android TV Card and Bubble Card have been added to swipe exceptions thanks to @Nerwyn (#60, closes #61)

v1.12.1

23 Aug 21:33
Compare
Choose a tag to compare

🏷️ [v1.12.1] - 2023-08-23

Full Changelog

Fixed 🐛

  • skip_tabs can now contain a single tab number without throwing an error (165a46f, closes #58)
  • Big Slider Card has been added to swipe exceptions thanks to @tkadauke (87042ed, closes #57)

v1.12.0

27 Jun 00:11
Compare
Choose a tag to compare

🏷️ [v1.12.0] - 2023-06-27

Full Changelog

Added 🎉

  • The animation duration can now be adjusted thanks to @ambroseus who added the new configuration option animation_duration (1cbdcca, closes #56)

Fixed 🐛

  • floor3d-card has been added to swipe exceptions (8f0237f, closes #48)
  • Gallery Card has been added to swipe exceptions (fa54775, closes #51)