Tweet Tray Changelog

What's new in Tweet Tray 1.1.5

Feb 17, 2019
  • Fixed a Japanese translation for 'report_issue_action'

New in Tweet Tray 1.1.4 (Jan 2, 2019)

  • Simplify position logic on Windows.

New in Tweet Tray 1.1.3 (Apr 10, 2018)

  • Add CLI option for running the executable with a proxy (#57)
  • Add fix for Linux platforms where clicking menubar icon wouldnt display window (#172)

New in Tweet Tray 1.1.2 (Apr 1, 2018)

  • Set English to be the default locale (#167)

New in Tweet Tray 1.1.1 (Mar 30, 2018)

  • Fix a null error for window positioning at specific screen scales (#156)
  • Added support for Spanish (#158) (Thanks @nil!)

New in Tweet Tray 1.1.0 (Mar 23, 2018)

  • Fix global shortcut issue interfering with other applications (#121)
  • Add option to launch app on OS launch (#111)
  • Fix Linux bug for window positioning (#107)
  • Separate out composer window logic (#105)
  • Use profile color from API to tint Tweet Tray (#102)
  • Fix window positioning on OSX and Windows (#90, #82)
  • Add support for 9 languages (#30) (Thanks to @riotherio, @aauldy, @harleo, @juanbuis and Shiping Toohey)
  • Add tests for React components (#9)
  • Redesigned Settings view
  • Added current application version number to Settings view
  • Add CircleCI and Github badges to README.md
  • Added support for Tweet Tray to Homebrew Cask (#86) (Thanks @riotherio!)

New in Tweet Tray 1.0.3 (Mar 7, 2018)

  • When Settings overlay is clicked dismiss the component.
  • Handle error edge case when sending tweet fails.
  • When composer window is shown focus on the textarea.
  • Add hotkeys (Cmd|Ctrl+Alt+Shit+T) for hide and show the main window.
  • Adjust button padding for onboarding pages.
  • Main window wont blur and hide after closing image dialog.
  • Prevent drag and drop events to stop Electron redirect.
  • Instead of posting a notification use dialog for image attachment errors.
  • Add support for Cmd|Ctrl+Enter to send tweet.
  • Prevent multiple OAuth windows.
  • Work on a new logo to differentiate from Twitter's core branding

New in Tweet Tray 1.0.2 (Mar 7, 2018)

  • Fixed a typo in the right click menu.
  • Added extra fix for copy / paste keyboard shortcuts.
  • Added improved app icons thanks to @riotherio!

New in Tweet Tray 1.0.1 (Mar 7, 2018)

  • Added fix for input fields within the electron windows where right-click menus as well as copy and paste were not working. (#29)

New in Tweet Tray 1.0.0b (Mar 7, 2018)

  • Set up basic framework for Electron and React.
  • Created wrapper for using Twitter OAuth 1.0 API with Electron.
  • Created React application, components and UI, using Redux and Styled Components.
  • Basic ability to add a single image, or GIF to a tweet.
  • Settings component with the ability to enable Night Mode, Log Out and Quit.
  • Notifications which create alerts whenever a tweet has sent successfully or any type of error has occured.
  • Basic smoke testing for Windows 10 and OSX High Sierra.