Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathontoon committed Mar 25, 2018
1 parent 47c78da commit de62013
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,16 +15,16 @@
- [Acknowledgements](#acknowledgements)

## Introduction
<img alt="OSX Day" src="https://i.imgur.com/rL4jWFz.png" width="320"/> <img alt="Windows Day" src="https://i.imgur.com/WWluLuq.png" width="320"/>
<img alt="OSX Day" src="https://i.imgur.com/yIoD4Ss.png" width="320"/> <img alt="Windows Day" src="https://i.imgur.com/6In36B7.png" width="320"/>

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.

Expand Down

0 comments on commit de62013

Please sign in to comment.