Skip to content

Releases: LukeSkywalker92/TeleFrame

Fixing Memory Leaks

24 Nov 17:12
f36bcf3
Compare
Choose a tag to compare

This release fixes a memory leak that could cause a system freeze (see #26).

Bug Fixes

12 Nov 17:27
056d6b2
Compare
Choose a tag to compare
2.0.2

Merge pull request #28 from LukeSkywalker92/dependabot/npm_and_yarn/l…

Fix for whitelist behaviour

08 Jul 11:29
bf87ff8
Compare
Choose a tag to compare

Whitelists now behave as expected

Teleframe goes 2.0.0

03 Jul 08:31
c0b6e4c
Compare
Choose a tag to compare

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

06 May 18:33
560cae1
Compare
Choose a tag to compare

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

04 May 10:48
707f46a
Compare
Choose a tag to compare

You can now define keyboard shortcuts for play, next, previous and pause.

Whitelisting of Chat Ids

27 Apr 11:21
9852e19
Compare
Choose a tag to compare

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

21 Feb 17:54
533af3c
Compare
Choose a tag to compare

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!

18 Nov 09:30
Compare
Choose a tag to compare

Many thanks to @carver79 for pointing me to this bug 👍
Fixes #9 !

Small fixes

04 Oct 18:50
Compare
Choose a tag to compare
1.1.2

updated Readme