Skip to content

Releases: LukeSkywalker92/TeleFrame

Fixing Memory Leaks

Choose a tag to compare

@LukeSkywalker92 LukeSkywalker92 released this 24 Nov 17:12
f36bcf3

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

Bug Fixes

Choose a tag to compare

@LukeSkywalker92 LukeSkywalker92 released this 12 Nov 17:27
056d6b2
2.0.2

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

Fix for whitelist behaviour

Choose a tag to compare

@LukeSkywalker92 LukeSkywalker92 released this 08 Jul 11:29
bf87ff8

Whitelists now behave as expected

Teleframe goes 2.0.0

Choose a tag to compare

@LukeSkywalker92 LukeSkywalker92 released this 03 Jul 08:31
c0b6e4c

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

Choose a tag to compare

@LukeSkywalker92 LukeSkywalker92 released this 06 May 18:33
560cae1

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

Choose a tag to compare

@LukeSkywalker92 LukeSkywalker92 released this 04 May 10:48
707f46a

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

Whitelisting of Chat Ids

Choose a tag to compare

@LukeSkywalker92 LukeSkywalker92 released this 27 Apr 11:21
9852e19

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

Choose a tag to compare

@LukeSkywalker92 LukeSkywalker92 released this 21 Feb 17:54
533af3c

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!

Choose a tag to compare

@LukeSkywalker92 LukeSkywalker92 released this 18 Nov 09:30

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

Small fixes

Choose a tag to compare

@LukeSkywalker92 LukeSkywalker92 released this 04 Oct 18:50
1.1.2

updated Readme