Releases: UI-Lovelace-Minimalist/UI
v1.3.12 🏳️🌈
Changes
- #1554 register static files with async_register_static_paths instead @warmfire540
HA version 2024.8 or higher required!
❤️ Thank you so much for helping out to keep this UI awesome
@warmfire540 and @wilbiev
v1.3.11 🏳️🌈
v1.3.10 🏳️🌈
Changes
- #1513 Fix log messages "Detected blocking call' and hanging issues #3 @wilbiev
- #1505 Card media player fix @voxmatt
- #1500 Fix custom_card_eraycetinay_lock translations and add support for binary sensor @downey-lv
- #1484 Update card_cover.yaml @lk-dll
- #1468 Update custom_card_paddy_dwd_pollen.yaml @idominiki
- #1462 Add Simplified Chinese zh-CN translation @Cookie987
- #1461 chore: fix typo @fschlag
- #1447 Update card_vertical_button.md @neiromaster
- #1443 fix tap_action in speedtest custom card @warmfire540
- #1439 typo in card_navigate.yaml @weedpump
- #1438 [FIX FOR #1435] custom_card_sisimomo_printer.yaml - Fix for card-mod v3.4.0 @tieskuh
- #1437 [FIX FOR #1435] custom_card_bar_card.yaml - Fix for card-mod v3.4.0 @tieskuh
- #1433 [navigate_card] Fix icon color variable @rosarioscavo
- #1432 [FIX FOR #1435] custom_card_mpse_printer.yaml - Fix for card-mod v3.4.0 @tieskuh
- #1429 Added Hungarian translation to custom_card_eraycetinay_elapsed_time @mileszk
- #1420 docs: 📝 Update docs for Binary Sensor cards @AneeshBhatnagar
- #1515 Release @basbruss
📝 Documentation
- #1514 [Action] Update custom_cards docs @github-actions
❤️ Thank you so much for helping out to keep this UI awesome
@AneeshBhatnagar, @Cookie987, @basbruss, @downey-lv, @fschlag, @idominiki, @lk-dll, @mileszk, @neiromaster, @rosarioscavo, @tieskuh, @voxmatt, @warmfire540, @weedpump and @wilbiev
v1.3.9 🏳️🌈
Changes
✨ Code enhancements
🐛 Bug Fixes
📝 Documentation
- #1412 Update README.md @alexbergsland
❤️ Thank you so much for helping out to keep this UI awesome
v1.3.8 🏳️🌈
⚠️ Breaking Change
To fix #1398 the ulm_show_last_changed
variable must be adapted to another naming scheme.
The naming scheme is changed to: ulm_{template_name}_show_last_changed
So for the card_binary_sensor
the config changes from:
type: "custom:button-card"
template: "card_binary_sensor"
entity: "binary_sensor.my_sensor"
variables:
ulm_show_last_changed: true
To the new version:
type: "custom:button-card"
template: "card_binary_sensor"
entity: "binary_sensor.my_sensor"
variables:
ulm_card_binary_sensor_show_last_changed: true
Affected cards are:
card_binary_sensor
card_binary_sensor_alert
card_cover
Changes
🐛 Bug Fixes
💬 Translations
❤️ Thank you so much for helping out to keep this UI awesome
v1.3.7 🏳️🌈
Changes
- #1326 Language Fix @imswel
- #1327 Update sk.json @misa1515
- #1331 Update const.py @Borty97
- #1332 change custom card homeassistant updates to the new Commandline intergration @rick2909
- #1334 Minor fixes to "custom_card_camera" @jeffreygarc
- #1357 Update fr.json @alray31
- #1361 Update vertical button card to support fan, vacuum and script toggles @valentinilk
- #1362 Person card padding fix @imswel
- #1363 Updated post intall steps to clarify post install process @Rade0nFighter
- #1369 Fix z-index of notification icon on custom_card_paddy_waste_collection @photomoose
- #1374 Fixed ulm_card_media_player_enable_volume_adjust in media player card @r03l
- #1346 Multiple fixes and optimizations for button-card v4.x.x @basbruss
- #1395 Release @basbruss
✨ Code enhancements
- #1344 Add shadow to chips in dark mode @tobias-groeger
💡 New Custom Cards
✨ Custom Card enhancements
🐛 Bug Fixes
- #1341 Fix wrong variable referenced for service data for name hold action @tobias-groeger
💬 Translations
- #1330 Add Catalonian Language @M4rtik4
- #1368 Added Hebrew Translation @kaaspad
- #1378 Update sk.json @misa1515
📝 Documentation
- #1317 [Action] Update custom_cards docs @github-actions
- #1324 Docs: Setup: reformat dependency list @Lx
- #1325 [Action] Update custom_cards docs @github-actions
- #1347 [Action] Update custom_cards docs @github-actions
- #1388 Fix Typo in troubleshooting.md @ruberVulpes
❤️ Thank you so much for helping out to keep this UI awesome
@Borty97, @CM000n, @Lx, @M4rtik4, @Rade0nFighter, @alray31, @basbruss, @imswel, @jeffreygarc, @kaaspad, @misa1515, @photomoose, @r03l, @rick2909, @ruberVulpes, @tobias-groeger and @valentinilk
v1.3.6 🏳️🌈
Changes
- #1256 Favorite Button and Horizontal Fix @benbur98
💡 Features
✨ Code enhancements
💡 New Custom Cards
- #1315 Add Tesla temperature Chip @dsvirdiau
✨ Custom Card enhancements
🐛 Bug Fixes
- #1284 [custom_template_shogun160_battery_info] fix visablity when force_bac… @shogun160
- #1304 Fix timestamp bug @basbruss
💬 Translations
- #1300 Create RU.yaml @Nesterovich2797
📝 Documentation
- #1292 Update README.md for Custom Chip Group Counter @ddewar
- #1295 Updated installation-docs @ChrisK91
- #1297 [Action] Update custom_cards docs @github-actions
❤️ Thank you so much for helping out to keep this UI awesome
@ChrisK91, @Cruguah, @Nesterovich2797, @basbruss, @benbur98, @ddewar, @dsvirdiau, @finder39, @github-actions and @shogun160
v1.3.5 🏳️🌈
⚠️ After downloading and restarting HA please run the frontend.reload_themes
service from the developers-tools services page!
Changes
Another needed fix to reflect HA frontend changes in 2023.5.0
🐛 Bug Fixes
❤️ Thank you so much for helping out to keep this UI awesome
v1.3.4-Hotfix 🏳️🌈
v1.3.4 🏳️🌈
This release is only available on HA version 2023.4.3
or higher.
Includes:
- Fix to the translation engine needed after changes to the Core/Frontend in
2023.4.3
This release is close to v1.3.3
that includes some need bugfixes. See release notes after changes:
Changes
Last Release:
Fixes for tap bar in the themes and unwanted background color behavior
⚠️ To apply the theme changes follow these steps.
after restarting HA go to dev-tools/services
Run service frontend.reload_themes
Hard reset cache on all devices/browsers/apps you use to display the dashboards