Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 13:00
3a9b18f

What’s Changed

  • Bump version to 0.8.0 (#201) @synthead
  • Use three-digit hex values for phone numbers in Protocol7::PhoneNumber (#200) @synthead
  • Make TimexDatalinkClient#initialize's serial_device parameter optional (#198) @synthead
  • Mention protocol 7 support in README.md (#197) @synthead
  • Add protocol 7 documentation (#196) @synthead
  • Add Protocol7 models to TimexDatalinkClient#initialize YARDoc (#195) @synthead
  • Add Protocol7::PhraseBuilder (#194) @synthead
  • Add protocol 7 Calendar and Event models (#192) @synthead
  • Rename Protocol7::Eeprom::Speech#packets to #packet (#189) @synthead
  • Rename Protocol7::Eeprom::Games#packets to #packet (#188) @synthead
  • Add Protocol7::Eeprom::Games (#185) @synthead
  • Pack bits 9 and 10 from 10-bit data in FourByteFormatter (#182) @synthead
  • Fix protocol 7 Speech header for phrase lengths (#184) @synthead
  • Replace Protocol7::Eeprom::Phrase with Speech and support device and user nicknames (#180) @synthead
  • Add protocol 7 Eeprom::Phrase model class (#176) @synthead
  • Fix protocol 7 PhoneNumber.packets raising undefined method error with empty phone numbers (#175) @synthead
  • Fix YARDoc type for Protocol7::Eeprom#initialize's phone_number (#173) @synthead
  • Render phone numbers from Protocol7::Eeprom (#171) @synthead
  • Add Protocol7::Eeprom::PhoneNumber (#169) @synthead
  • Privatize some protocol 7 Eeprom::Activity class methods and add YARDoc (#168) @synthead
  • Add Protocol7::Eeprom (#166) @synthead
  • Add packets class method to Eeprom::Activity (#164) @synthead
  • Add FourByteFormatter helper to format 4-byte packets (#162) @synthead
  • Add Eeprom::Activity for protocol 7 (#154) @synthead
  • Remove EEPROM bytes from protocol 7 Start and End classes (#152) @synthead
  • Add Sync, Start, and End classes for protocol 7 (#149) @synthead