Skip to content

Commit 3363793

Browse files
authored
add changelog (#810)
1 parent 55253b5 commit 3363793

File tree

5 files changed

+105
-6
lines changed

5 files changed

+105
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improving Hyperion
4-
4+
labels: bug
55
---
66

77
<!-- Please don't delete this template or we'll close your issue -->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature request
33
about: Suggest an idea for Hyperion
4-
4+
labels: feature request
55
---
66

77
<!-- Please don't delete this template or we'll close your issue -->

CHANGELOG.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased](https://github.com/hyperion-project/hyperion.ng/compare/2.0.0-alpha.6...HEAD)
8+
- HyperBian - A Raspbian Lite image with Hyperion pre installed.
9+
10+
## [2.0.0-alpha.6](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.6) - 2020-05-27
11+
### Breaking
12+
The release package names have been adjusted.\
13+
If you used a `.deb` package please uninstall it before you upgrade
14+
- Check for the package name `apt-cache search hyperion`. You may see now a entry like `hyperion-x86`, `hyperion-rpi`
15+
- Remove with the correct name `sudo apt-get remove hyperion-XX`
16+
- Now install the new .deb as usual. From now on the package is just called `hyperion`
17+
18+
### Added
19+
- [Documentation](https://docs.hyperion-project.org) for Hyperion (#780)
20+
- Hyperion can be compiled on windows. [Issues list](https://github.com/hyperion-project/hyperion.ng/issues/737) (#738)
21+
- effect: New plasma/lava lamp effect (#792)
22+
- device: Philips Hue Entertainment API now available as new device. [Read about requirements](https://docs.hyperion-project.org/en/user/LedDevices.html#philipshue) (#806)
23+
- webui: Philips Hue Entertainment API Wizard (#806)
24+
- webui: Toggle-Buttons for Component Remote Control (#677) (#778)
25+
- webui: Add Trapezoid to LED Layout creation (#791)
26+
27+
### Changed
28+
- webui: Dark mode adjustments (#789)
29+
30+
### Fixed
31+
- device: Rewrite-/LatchTime definitions for all devices adjusted (#785) (#799)
32+
- device: Nanoleaf crashes hyperion
33+
- Documentation for Hyperion (#780)
34+
- webui: Hide v4l2 if not available (#782)
35+
- Documentation fixes (#790)
36+
37+
### Removed
38+
- Linux 32bit packages are no longer available for download. Also the `.sh` packages are gone.
39+
- Mac `.dmg` package disabled because of new apple restrictions. Please use the `tar.gz` instead.
40+
41+
## [2.0.0-alpha.5](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.5) - 2020-04-17
42+
### Added:
43+
- WebUI Dark Mode (#752) (#765)
44+
45+
### Fixed:
46+
- SSDP Discovery reliability (#756)
47+
- Some effects are running extreme slowly (#763)
48+
- JsonAPI error "Dead lock detected" (2e578c1)
49+
- USB Capture only in Black and white (#766)
50+
51+
### Changed:
52+
- Check if requested Instance is running (#759)
53+
- V4L2 enhancements (#766)
54+
- Stages are now used in Azure CI/CD (9ca197e)
55+
56+
## [2.0.0-alpha.4](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.4) - 2020-03-27
57+
### Fixed:
58+
- Memoryleaks & Coredump, if no Grabber compiled (#724)
59+
- Resolve enable state for v4l and screen capture (#728)
60+
- Enable/Disable loops for components
61+
- Runs now on x86_64 LibreElec (missing libs) (#736)
62+
- Brightness componsation is now visible for configuration (#746)
63+
- Prevent malformed image size for effects with specific led layouts (#746)
64+
65+
### Changed:
66+
- SIGUSR1/SIGUSR2 implemented again (#725)
67+
- V4L2 width/height/fps options available (#734)
68+
- Swedish translation update
69+
70+
## [2.0.0-alpha.3](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.3) - 2020-03-01
71+
### Added
72+
- Package Update Descriptions on WebUi (#694)
73+
- Pull Requests will now create artifacts for faster testing!
74+
75+
### Fixed
76+
- Led Matrix Layout - Save/Restore (#669) (#697)
77+
- New hue user generation (#696)
78+
- Nanoleaf - Udp Network init was missing (#698)
79+
- Multiple memory leaks and segfault issues in Flatbuffer Forwarder
80+
81+
## [2.0.0-alpha.2](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.2) - 2020-02-20
82+
### Added
83+
- Swedish Translation (#675)
84+
- Dutch translation from [Kees](mailto:kees@vannieuwenhuijzen.com), [Nick](mailto:nick@doingcode.nl) & [Ward Wygaerts](mailto:wardwygaerts@gmail.com)
85+
- Polish translation from [Patryk Niedźwiedziński](mailto:pniedzwiedzinski19@gmail.com)
86+
- Romanian translation from [Ghenciu Ciprian](mailto:g.ciprian@osn.ro)
87+
88+
### Changed
89+
- Smoothing comp state on startup (#685)
90+
- Azure GitHub release title (#686)
91+
- SSL/Avahi problems in previous release (#689)
92+
- WebUI Version Check to SemVer. Also addes "Alpha" Channel (#692)
93+
94+
### Removed
95+
- Travis CI tests (#684)
96+
97+
## [2.0.0-alpha.1](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.1) - 2020-02-16
98+
### Added
99+
- Initial Release

cmake/packages.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# default packages to build
44
IF (APPLE)
5-
SET ( CPACK_GENERATOR "TGZ" "Bundle")
5+
SET ( CPACK_GENERATOR "TGZ")
66
ELSEIF (UNIX)
77
SET ( CPACK_GENERATOR "TGZ")
88
ELSEIF (WIN32)
@@ -21,7 +21,7 @@ IF(DEB_BUILDER_FOUND)
2121
SET ( CPACK_GENERATOR ${CPACK_GENERATOR} "DEB")
2222
ENDIF()
2323

24-
# Overwrite CPACK_SYSTEM_NAME for mac (visual)
24+
# Overwrite CMAKE_SYSTEM_NAME for mac (visual)
2525
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2626
if(${CMAKE_HOST_APPLE})
2727
set(CMAKE_SYSTEM_NAME "macOS")

dependencies/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ if (NOT USE_SYSTEM_MBEDTLS_LIBS)
222222
set(MBEDTLS_SOURCE_DIR "${CMAKE_BINARY_DIR}/dependencies/external/mbedtls/src")
223223
set(MBEDTLS_BINARY_DIR "${CMAKE_BINARY_DIR}/dependencies/external/mbedtls/build")
224224
set(MBEDTLS_INSTALL_DIR "${CMAKE_BINARY_DIR}")
225-
if(${CMAKE_BUILD_TYPE} EQUAL "Debug")
225+
if(${CMAKE_BUILD_TYPE} AND ${CMAKE_BUILD_TYPE} EQUAL "Debug")
226226
set(MBEDTLS_LOGGING 1)
227227
else ()
228228
set(MBEDTLS_LOGGING 0)
@@ -314,7 +314,7 @@ if (NOT USE_SYSTEM_MBEDTLS_LIBS)
314314
set (MBEDTLS_LIBRARIES ${MBEDTLS_SSL_LIBRARY} ${MBEDTLS_X509_LIBRARY} ${MBEDTLS_CRYPTO_LIBRARY})
315315
set (MBEDTLS_LIBRARIES ${MBEDTLS_LIBRARIES} PARENT_SCOPE)
316316

317-
if(${CMAKE_BUILD_TYPE} EQUAL "Debug")
317+
if(${CMAKE_BUILD_TYPE} AND ${CMAKE_BUILD_TYPE} EQUAL "Debug")
318318
message(STATUS "mbedtls libraries: ${MBEDTLS_LIBRARIES}")
319319
endif ()
320320

0 commit comments

Comments
 (0)