Hey devs, I am working on my first Homey app and have run into a couple of things with homeychangelog.js and app.json. Regarding the changelog, is it true that I can only use a single line per version?
Cramming everything into one line feels super messy, so I am wondering if there is a way to do multiple lines. Also, I have noticed that when I do internal (not published) updates and push to a test version in the app store, those in-between changelog notes do not seem to show up. It feels like the app store ignores the homeychangelog.js file and just pulls the latest version changes into its own database. Does anyone know if that is how it actually works?
On another note, I added my forum topic ID to app.json using:
"id": "com.satoer.dashboardstudio",
"homeyCommunityTopicId": 151169,
"version": "1.2.1",
The link in the app store footer works perfectly, but in the developer environment, it just shows Undefined in red next to the topic.
The link is right, but that error makes me think I am missing something. Any ideas what I am doing wrong?
