Skip to content

Commit

Permalink
Version 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxa committed Nov 20, 2019
1 parent cc66e22 commit 7d97963
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 0.8.4 (20-nov-2019)

* Fix `electron.systemPreferences.subscribeNotification` is not a function

### Version 0.8.3 (19-nov-2019)

* Postgres 12 support
Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,27 @@ Postbird is a cross-platform PostgreSQL GUI client, written in JavaScript, runs

## Download

**Version 0.8.2**
**Version 0.8.4**

MacOS: [Postbird-0.8.2.dmg](https://github.com/Paxa/postbird/releases/download/0.8.2/Postbird-0.8.2.dmg) - MacOS 10.9+
MacOS: [Postbird-0.8.4.dmg](https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird-0.8.4.dmg) - MacOS 10.9+

Linux packages:

* [Postbird_0.8.4_amd64.deb](https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird_0.8.4_amd64.deb)
* [Postbird-0.8.4.x86_64.rpm](https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird-0.8.4.x86_64.rpm)
* [Postbird_0.8.4_amd64.snap](https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird_0.8.4_amd64.snap)
* [postbird-0.8.4.AppImage](https://github.com/Paxa/postbird/releases/download/0.8.4/postbird-0.8.4.AppImage)
* [Postbird-0.8.4.apk](https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird-0.8.4.apk)
* [Postbird-0.8.4.pacman](https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird-0.8.4.pacman)

Linux packages: [Postbird_0.8.2_amd64.deb](https://github.com/Paxa/postbird/releases/download/0.8.2/Postbird_0.8.2_amd64.deb) [Postbird-0.8.2.x86_64.rpm](https://github.com/Paxa/postbird/releases/download/0.8.2/Postbird-0.8.2.x86_64.rpm) [Postbird_0.8.2_amd64.snap](https://github.com/Paxa/postbird/releases/download/0.8.2/Postbird_0.8.2_amd64.snap)<br>
Via snap:
```
sudo snap install postbird
```
Snap page: https://snapcraft.io/postbird

Windows installer: [Postbird.Setup.0.8.2.exe](https://github.com/Paxa/postbird/releases/download/0.8.2/Postbird.Setup.0.8.2.exe)<br>
Windows portable: [Postbird-0.8.2-win.zip](https://github.com/Paxa/postbird/releases/download/0.8.2/Postbird-0.8.2-win.zip)
Windows installer: [Postbird.Setup.0.8.4.exe](https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird.Setup.0.8.4.exe)<br>
Windows portable: [Postbird-0.8.4-win.zip](https://github.com/Paxa/postbird/releases/download/0.8.4/Postbird-0.8.4-win.zip)

Latest artifacts: https://postbird.paxa.kuber.host/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Postbird",
"main": "main.js",
"version": "0.8.3",
"version": "0.8.4",
"repository": "https://github.com/Paxa/postbird",
"license": "MIT",
"description": "Postbird is a cross-platform PostgreSQL GUI client, written in JavaScript, runs with Electron",
Expand Down

0 comments on commit 7d97963

Please sign in to comment.