Skip to content

0.4.9

Compare
Choose a tag to compare
@tyspa1 tyspa1 released this 31 May 17:29
· 11 commits to master since this release

Important changes and fixes.

New Features:

  • Error logs. When an error occurs it is stored in tyos/logs/tyos.log
  • Audio config file. Switch your audio mode from built in (1) to external (0) in the config file tyos/configure/audio.conf
  • Added debug mode to framebuffer.

Bug Fixes:

  • Hanging up no longer causes error due to feature added in 0.3.2.
  • TYOS now works with more than one input device.
  • The number of SMS messages in memory is now parsed correctly.
  • Text messages with more than three lines no longer annoyingly overlap.
  • Fixed glitch that sometimes would not allow hangup button to appear.
  • Disabled annoying runtime warnings.
  • Made configure and logs directories create themselves if they don't exist.

How to Update

  1. Remove old TYOS build with sudo rm -rf tyos
  2. Download new edition with wget https://github.com/spadgenske/tyos/archive/0.4.9.zip
  3. Unzip package with unzip 0.4.9
  4. Rename with mv TYOS-0.4.9 tyos