Releases: LukeSkywalker92/TeleFrame
Fixing Memory Leaks
This release fixes a memory leak that could cause a system freeze (see #26).
Bug Fixes
2.0.2 Merge pull request #28 from LukeSkywalker92/dependabot/npm_and_yarn/l…
Fix for whitelist behaviour
Whitelists now behave as expected
Teleframe goes 2.0.0
2.0.0
Teleframe goes 2.0.0 because it is not completely compatible to earlier versions. Please read the follwing before udating.
IMPORTANT
To update to Teleframe 2.0.0 you need to change your config.js, when you've used the voice reply feature before and you need to purge your images folder.
Touchscreen support:
- navigate through the images by touching at the left or right side of your touchscreen
- pause and resume the slideshow by touching in the middle of your touchscreen
- record a voice message and reply to the shown image by making a long touch in the middle of your touchscreen. The recording starts when you take your finger off.
Voice replies with context
- The voice replies now go to the chat where the current image came from
- The voice replies are in context with the shown image and they will cite the image. So the receivers know what image you are talking about.
- During records the receiver is shown to you. Therefore a break in the config.js was necessary. So please check the new config.js.example and the README before updating.
- The image database also changed to make these richer voice replies possible. So you need to purge your images folder. I'm sorry for that, but there was no alternative.
Minor changes
- npm was added to the raspberry pi install script
- the raspberry pi install script was modified a little to also support raspbian duster
- all npm packages were updated to the newest versions
Voice Replies
You can now answer to chats by sending voice messages.
Plus:
- sounds on recieve
- turn off video sound if you like
- cleanup of rendering
- updated npm packages
Keyboard Shortcuts
You can now define keyboard shortcuts for play, next, previous and pause.
Whitelisting of Chat Ids
You now have the option to only allow certain users to send photos to your Teleframe.
Many thanks to @s00500 for the implementation.
Added a bot only mode
You can now run npm run botonly
in the TeleFrame folder to run only the bot (without GUI), that saves the recieved images and videos into the folder specified in the config.
Bot is working again!
Small fixes
1.1.2 updated Readme