From de62013b278a5b7b17a13e93e658f761cec86e18 Mon Sep 17 00:00:00 2001 From: Jonathon Toon Date: Sun, 25 Mar 2018 18:38:54 +0900 Subject: [PATCH] Update markdown --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 13 +++++++------ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc843d..4bc0f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [v1.1.0](https://github.com/jonathontoon/tweet-tray/releases/tag/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 9 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](https://caskroom.github.io/) (#86) (Thanks @riotherio!) + ## [v1.0.3](https://github.com/jonathontoon/tweet-tray/releases/tag/v1.0.3) Includes a number of bug fixes, keyboard shortcuts and a great new icon thanks to @riotherio. diff --git a/README.md b/README.md index 5ff4991..9800bc1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Tweet Tray 🐦 -[![CircleCI](https://img.shields.io/circleci/project/github/jonathontoon/tweet-tray.svg)](https://circleci.com/gh/jonathontoon/tweet-tray) [![Github Releases](https://img.shields.io/github/downloads/jonathontoon/tweet-tray/total.svg)](https://github.com/jonathontoon/tweet-tray/releases) +[![CircleCI](https://img.shields.io/circleci/project/github/jonathontoon/tweet-tray.svg)](https://circleci.com/gh/jonathontoon/tweet-tray) [![Github Downloads](https://img.shields.io/github/downloads/jonathontoon/tweet-tray/total.svg)](https://github.com/jonathontoon/tweet-tray/releases) +![GitHub Release](https://img.shields.io/github/release/jonathontoon/tweet-tray.svg) [![Project License](https://img.shields.io/github/license/jonathontoon/tweet-tray.svg)](https://github.com/jonathontoon/tweet-tray/blob/master/LICENSE.md) ### Table of Contents @@ -14,16 +15,16 @@ - [Acknowledgements](#acknowledgements) ## Introduction -OSX Day Windows Day +OSX Day Windows Day Tweet Tray is a small application which allows you to tweet from your desktop system tray or status bar, without any further distractions. The core technology used consists of [Electron](https://github.com/electron/electron), [React](https://github.com/facebook/react) + [Redux](https://github.com/reactjs/redux) and [Styled Components](https://github.com/styled-components/styled-components). All transpiled from ES6 Javascript. ## Downloads -#### 🍎 [MacOS](https://github.com/jonathontoon/tweet-tray/releases/download/v1.0.3/tweet-tray-v103.dmg) -#### 🏨 [Windows](https://github.com/jonathontoon/tweet-tray/releases/download/v1.0.3/tweet-tray-v103.exe) -#### 🐧 [Linux (AppImage)](https://github.com/jonathontoon/tweet-tray/releases/download/v1.0.3/tweet-tray-v103.AppImage) -#### 🐧 [Linux (DEB File)](https://github.com/jonathontoon/tweet-tray/releases/download/v1.0.3/tweet-tray-v103.deb) +#### 🍎 [MacOS](https://github.com/jonathontoon/tweet-tray/releases/download/v1.1.0/tweet-tray-1.1.0.dmg) +#### 🏨 [Windows](https://github.com/jonathontoon/tweet-tray/releases/download/v1.1.0/tweet-tray-1.1.0.exe) +#### 🐧 [Linux (AppImage)](https://github.com/jonathontoon/tweet-tray/releases/download/v1.1.0/tweet-tray-1.1.0.AppImage) +#### 🐧 [Linux (DEB File)](https://github.com/jonathontoon/tweet-tray/releases/download/v1.1.0/tweet-tray-1.1.0.deb) See [releases](https://github.com/jonathontoon/tweet-tray/releases) for more information.