From 06079a4944dc94d90584d4a8869a447f449f542e Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 24 Feb 2018 08:45:15 -0800 Subject: [PATCH] Added a changelong *finally* --- CHANGELOG.md | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..701c37b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,82 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). + +## [0.6.0] - 2018-02-24 +### Added +- Convert posts exceeding 254 characters to long post format +- File uploads + +### Changed +- Updated project dependencies +- Display login page when required scope changes + +### Fixed +- Handle invalid auth tokens + +## [0.5.0] - 2018-01-19 +### Added +- Option to select default timeline +- Render long posts in timeline +- Share posts outside of Goober + +### Fixed +- Authentication on Kindle Fire OS +- Extraneous / being tacked onto individual replies +- Handle white transparent avatars like @c does +- Missing overflow menu in conversation view + +## [0.4.0] - 2017-08-05 +### Added +- Ability to delete posts +- Settings page +- Option for unified timeline +- Option to cc on a reply-all + +### Fixed +- Bookmarks and reposts from conversation view +- Hyperlinks in conversation view +- Deleted posts showing as empty in timeline +- Self mention on replies + +## [0.3.0] - 2017-07-09 +### Added +- Toast resposnes when completing actions (post, repost, bookmark) +- Highlight posts mentioning you + +### Changed +- Updated oauth workflow to work with other device platforms +- Updated order of menu and action buttons + +### Fixed +- Show reposts from originator + +## [0.2.0] - 2017-06-20 +### Added +- Mentions page +- Bookmarks page +- Character count on new post form + +### Fixed +- Post format +- Make hyperlinks active +- New post window size +- Cleaned up login page + +## [0.1.1] - 2017-06-11 +### Fixed +- Focus cursor on text area when composing a post or reply +- Enable spell check and auto complete + +## [0.1.0] - 2017-06-11 +### Added +- Intial pre-release for Android + +[0.6.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_6_0 +[0.5.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_5_0 +[0.4.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_4_0 +[0.3.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_3_0 +[0.2.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_2_0 +[0.1.1]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_1_1 +[0.1.0]: https://code.monkeystew.net/thrrgilag/Goober/src/Goober_0_1_0