Skip to content

Releases: korapp/plasma-homeassistant

v1.2.0

31 Jul 09:58
0e43dfb
Compare
Choose a tag to compare

1.2.0 (2024-07-31)

Features

Bug Fixes

  • config: Fix items config icon (9154d08)

Continuous Integration

  • Exclude nested .git* from package (3b57fc6)

Code Refactoring

  • Optimize initialization (75b666d)

Documentation

  • requirements: libsForQt6.qt6.qtwebsockets was renamed to kdePackages.qtwebsockets (9087dac)

v0.6.0

31 Jul 09:38
7beeb64
Compare
Choose a tag to compare

0.6.0 (2024-07-31)

Features

Bug Fixes

  • Drop Kirigami.FormData.checked (d2398f3)

v1.1.0

30 Apr 17:59
f6b3fed
Compare
Choose a tag to compare

1.1.0 (2024-04-30)

Features

  • config: Add backup feature for items (4a13de3), closes #12

Continuous Integration

  • release: Add release branches for tagging (4bcba43)
  • Update actions (a090a3d)

Documentation

  • Add CONTRIBUTING.md (e1625ba)
  • requirements: Update OpenSUSE required package (cc7ba2c)

v0.5.0

01 May 11:47
Compare
Choose a tag to compare

0.5.0 (2024-05-01)

Features

  • config: Add backup feature for items (4490707), closes #12

Bug Fixes

  • Make sure there are no unnecessary scroll bars (d6af32e)

v1.0.0

21 Feb 13:19
17662eb
Compare
Choose a tag to compare

1.0.0 (2024-02-21)

⚠ BREAKING CHANGES

  • Breaks compatibility with Plasma 5
  • requires Home Assistant >= 2022.4

Performance Improvements

Documentation

  • Change requirements and store link (307b69c)

Code Refactoring

  • Drop QML import versions (97eed08)
  • Port to Plasma 6 (56bb80c)
  • Workaround missing configure button in panel (bd7b6a1)
  • Workaround params destructuring issue (b8fb0e3)
  • config: Port to KCM (2477113)

Continuous Integration

  • release: Add release branches to the forkflow (56d93f1)

v0.4.0

13 Feb 12:56
228a32a
Compare
Choose a tag to compare

0.4.0 (2024-02-13)

Features

  • config: More convenient entity selector (5607f48)
  • config: Use dragging to reorder items (117bb23)

Bug Fixes

  • config: Prevent saving an item without an entity id (749fbc6)
  • config: Trim server URL (9990f9c), closes #18

v0.3.1

22 Jan 08:50
159aaf3
Compare
Choose a tag to compare

0.3.1 (2024-01-22)

Bug Fixes

  • Update secrets lib (777a3d0), closes #15
  • config: Fix edit corrupting entity config (7c328a6), closes #16

v0.3.0

07 Jan 16:07
214d90e
Compare
Choose a tag to compare

0.3.0 (2024-01-07)

Features

  • Display connection errors (557ca30)
  • config: Add selection of already saved servers (bf1ba5d)
  • Display client instantiation error (adebbc7)

Performance Improvements

  • Reduce the number of WebSocket connections (5efc949)

Documentation

  • Correct Fedora requirements (c234a6f)
  • requirements: Add NixOS package for QtWebSockets (e732d35)

v0.2.0

27 Oct 07:55
d2d187b
Compare
Choose a tag to compare

0.2.0 (2023-10-27)

Features

  • Add action "Open in browser" (cd8d9d6)
  • Notify about entity changes (ef858ac)

v0.1.2

13 Sep 12:09
705dbda
Compare
Choose a tag to compare

0.1.2 (2023-09-13)

Bug Fixes

  • Add a URL hint in the configuration (b033769)
  • Fix toggle issues (b8454b2), closes #5

Documentation

  • Better requirements description (8ae4ce0)
  • Cover more distros in requirements (b29da0f)

Continuous Integration