Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
064694c
Add release blog post skeleton
florian-h05 Jul 13, 2025
53f759d
Add Z-Wave JS Binding section
florian-h05 Jul 14, 2025
2ecebd8
Add sitemap editor & model drag/drop
florian-h05 Jul 14, 2025
b9eb81f
Add sitemap edit drag/drop GIF
florian-h05 Jul 14, 2025
83bc03f
Add Jython section
florian-h05 Jul 14, 2025
9ddc5e2
Update UI additional enhancements section
florian-h05 Jul 14, 2025
cc9953a
M5 Blockly news
stefan-hoehn-nfon Jul 14, 2025
788f5bb
Add semantic tags maintenance & treeview picker section
florian-h05 Jul 14, 2025
5eb85f3
Compress GIFs
florian-h05 Jul 14, 2025
9c7b1ce
Add a section about provider script extension
florian-h05 Jul 14, 2025
1539916
Home Assistant blurb (#523)
ccutrer Jul 14, 2025
29eb3f1
added oh-state-series (#522)
jsjames Jul 14, 2025
cc7c513
Minor changes to recently added sections
florian-h05 Jul 14, 2025
a308fd3
Fix typos & grammar
florian-h05 Jul 14, 2025
c1aa450
Add except & Re-arrange Z-Wave JS
florian-h05 Jul 14, 2025
dd7bb60
Add copy DSL & YAML definition section
florian-h05 Jul 15, 2025
0f60b0d
Fix HABApp typo
florian-h05 Jul 16, 2025
b44c124
Add Basic UI & Sitemap section
florian-h05 Jul 16, 2025
e568159
Update gifs
florian-h05 Jul 16, 2025
454d303
Address comments from review
florian-h05 Jul 17, 2025
3aa4f88
Shorten Python section
florian-h05 Jul 17, 2025
8d5cb00
Matter and iOS updates (#526)
digitaldan Jul 17, 2025
5580e32
Improvements to the Matter section
florian-h05 Jul 17, 2025
78ce46a
Image sizing improvements
florian-h05 Jul 17, 2025
ea70211
Enhance iOS section
florian-h05 Jul 17, 2025
9b5d38a
Rearrangements
florian-h05 Jul 17, 2025
f1bcde8
Address review
florian-h05 Jul 17, 2025
dfc196f
Integrate YAML configuration format section
florian-h05 Jul 17, 2025
b866db9
Add semantic tagging enhancements section & Remove scripted providers…
florian-h05 Jul 17, 2025
8ed168c
Add openHABian enhancements section
florian-h05 Jul 17, 2025
cb9b1a0
Address review comments
florian-h05 Jul 17, 2025
69204f7
Add some statistics & Address review
florian-h05 Jul 17, 2025
3977bac
Address review
florian-h05 Jul 17, 2025
7ca2a02
Address review from digitaldan
florian-h05 Jul 17, 2025
60b6c11
Add Java 21, dropping 32-bit & dependency upgrades
florian-h05 Jul 17, 2025
312b508
Update blog/2025-07-21-openhab-5-0-release.md
digitaldan Jul 17, 2025
f8a0ac3
Display all images right besides the text
florian-h05 Jul 18, 2025
915869d
Add numbers to activity section
florian-h05 Jul 19, 2025
eed7391
Add header image
florian-h05 Jul 20, 2025
a0f6eca
Add new add-ons
florian-h05 Jul 20, 2025
692d5ec
Add back Sitemap interpolation param
florian-h05 Jul 21, 2025
d48b5e1
Add missing add-on to new add-ons list
florian-h05 Jul 21, 2025
2f8c5dd
Add semantic health page
florian-h05 Jul 21, 2025
2b57132
Remove sitemap interpolation parameter as not supported by mobile app…
florian-h05 Jul 21, 2025
6e666fe
Add enhanced add-ons section
florian-h05 Jul 21, 2025
2a0aff8
Add regenerate rules from templates section
florian-h05 Jul 21, 2025
b080467
Adjust timestamp
florian-h05 Jul 21, 2025
0b62c7c
Update blog/2025-07-21-openhab-5-0-release.md
florian-h05 Jul 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions .vuepress/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -366,3 +366,24 @@ details
cursor pointer
summary:hover
text-decoration underline

/*** Define a class to put images right aligned besides text ***/
/* Don't forget a <div style="clear:both;"></div> after the paragraph to prevent the image from flowing into the next paragraph */
.img-beside-text-right
float right
max-width 30% !important
min-width 330px
margin-left 1em
margin-top 1em

@media (max-width 768px)
float none
max-width 100% !important
min-width 330px
margin-left 0

@media (min-width 1024px)
min-width 380px

@media (min-width 2048px)
min-width 430px
416 changes: 416 additions & 0 deletions blog/2025-07-21-openhab-5-0-release.md

Large diffs are not rendered by default.