This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
Releases: jonathontoon/tweet-tray
Releases · jonathontoon/tweet-tray
v1.1.5
- Fixed a Japanese translation for 'report_issue_action' (Thanks to @hashedhyphen!)
v1.1.4
- Simplify position logic on Windows.
v1.1.3
v1.1.2
v1.1.1
v1.1.0
It's been awhile since our last release, but hopefully this one is well worth it. Along with a number of small features and improvements we now have support for 7 languages!
- 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 7 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!)
v1.0.3
Tweet Tray v1.0.3 is out! With a number of bug fixes, keyboard shortcuts and a great new icon thanks to @riotherio.
- (#34) When Settings overlay is clicked dismiss the component.
- (#55) Handle error edge case when sending tweet fails.
- (#58) When composer window is shown focus on the textarea.
- (#62) Add hotkeys (Cmd|Ctrl+Alt+Shit+T) for hide and show the main window.
- (#65) Adjust button padding for onboarding pages.
- (#68) Main window wont blur and hide after closing image dialog.
- (#70) Prevent drag and drop events to stop Electron redirect.
- (#72) Instead of posting a notification use dialog for image attachment errors.
- (#75) Add support for Cmd|Ctrl+Enter to send tweet.
- (#87) Prevent multiple OAuth windows.
- (#67) Work on a new logo to differentiate from Twitter's core branding
v1.0.2
- Fixed a typo in the right click menu.
- Added extra fix for copy / paste keyboard shortcuts.
- Added improved app icons thanks to @riotherio!
v1.0.1
Thanks for downloading the previous release! The feedback so far for Tweet Tray has been overwhelming. I appreciate the support and hope we can begin to build up a great open source project.
- Added fix for input fields within the electron windows where right-click menus as well as copy and paste were not working. (#29)
v1.0.0b
The beginning and initial release of Tweet Tray! 🎉
Included in this release are the basics to use the app. Look forward to more updates soon!
- 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.