From d49ef45670ee8e586b81d4e5d4cf8695dd6e6754 Mon Sep 17 00:00:00 2001 From: Jonathon Toon Date: Sat, 3 Feb 2018 12:23:28 +0900 Subject: [PATCH] Update README.md --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 2247289..d795bdf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ - [Development](#development) - [Deployment](#deployment) - [Acknowledgements](#Acknowledgements) -- [Change Log](#change-log) ## Introduction OSX Day Windows Day @@ -45,17 +44,3 @@ To create an installable build simply call `yarn package`, which will create an ## Acknowledgements This project is based off [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate), all methodloligies still apply, except for the removal of Flow and SASS. - -## Change Log - -### 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. -- 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.