Skip to content

Commit 803162c

Browse files
committed
Update changelog for v21
1 parent f96eafb commit 803162c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

BUILDING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ We assume a 64bit Windows 10. Install the following;
102102
- [libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo/releases)
103103
- [Python 3 (Windows x86-64 executable installer)](https://www.python.org/downloads/windows/) (Check during installation: Add to PATH and Debug Symbols)
104104
- Open a console window and execute `pip install aqtinstall`.
105-
- Now we can download Qt to _C:\Qt_ `mkdir c:\Qt && aqt install -O c:\Qt 6.2.2 windows desktop win64_msvc2019_64 -m qtserialport`
106-
- May need to add Qt path before compiling, for example: `set CMAKE_PREFIX_PATH=C:\Qt\6.2.2\msvc2019_64\lib\cmake\` or for older `set Qt5_Dir=C:\Qt\5.15.2\msvc2019_64\lib\cmake\Qt5\`
107-
- Optional for package creation: [NSIS 3.x](https://sourceforge.net/projects/nsis/files/NSIS%203/) ([direct link](https://sourceforge.net/projects/nsis/files/latest/download))
105+
- Now we can download Qt to _C:\Qt_ `mkdir c:\Qt && aqt install -O c:\Qt 6.5.3 windows desktop win64_msvc2019_64 -m qtserialport`
106+
- May need to add QT6 path before compiling, for example: `set CMAKE_PREFIX_PATH=C:\Qt\6.5.3\msvc2019_64\lib\cmake\` or for older QT5 `set Qt5_Dir=C:\Qt\5.15.2\msvc2019_64\lib\cmake\Qt5\`
107+
- Optional for creating installer packages: [NSIS 3.x](https://sourceforge.net/projects/nsis/files/NSIS%203/) ([direct link](https://sourceforge.net/projects/nsis/files/latest/download))
108108

109109
Hint: after you execute the configuration command in the build folder (for example ```cmake -DCMAKE_BUILD_TYPE=Release ..```) you should receive *.sln solution project file that can be opened in Visual Studio. Select `hyperhdr` project as default for the solution to run it after compilation.
110110

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- Fix: armv6l packages overwrote aarch64 packages because they had the same name (#1082) - v21 🆕
2+
- Flatbuffers: search for user LUTs also in bin dir - v21 🆕
3+
- Remove support for old 50MB LUT. Use ZSTD instead - v21 🆕
4+
- Update SSL certificates to hyperhdr.eu - v21 🆕
15
- Add support for Home Assistant lights (#1014) - v21beta2 🆕
26
- Update language file's (#1026, #1017) thanks @AstaRom - v21beta2 🆕
37
- Implement zigbee2mqtt protocol (#1024) - v21beta2 🆕

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.0.0.0beta2
1+
21.0.0.0

0 commit comments

Comments
 (0)