Skip to content

Commit

Permalink
build: bump from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
build(deps): update dependencies
docs: add macOS builds mention, npm link, update screenshot
  • Loading branch information
RuzikNF committed Sep 23, 2020
1 parent ddae199 commit 23335b7
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 212 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# DiscordQt ![npm](https://img.shields.io/npm/v/discord-qt) ![DiscordQt CI](https://github.com/ruslang02/discord-qt/workflows/DiscordQt%20CI/badge.svg) ![David](https://img.shields.io/david/ruslang02/discord-qt)
# DiscordQt
[![npm](https://img.shields.io/npm/v/discord-qt)](https://www.npmjs.com/package/discord-qt)
![DiscordQt CI](https://github.com/ruslang02/discord-qt/workflows/DiscordQt%20CI/badge.svg)
![David](https://img.shields.io/david/ruslang02/discord-qt)

A Discord desktop client powered by Node.JS and [NodeGui](https://github.com/nodegui).
It offers a significantly less resource-consuming experience comparing to the official Electron-based desktop client thanks to native UI rendering instead of a Chromium rendering engine.

Expand All @@ -7,7 +11,7 @@ It offers a significantly less resource-consuming experience comparing to the of
Node.JS v12+ is required to build.

## Running the binary release
Precompiled builds are available at https://github.com/ruslang02/discord-qt/releases for Windows and Linux (AppImage, Debian package).
Precompiled builds are available at https://github.com/ruslang02/discord-qt/releases for Windows, macOS and Linux (AppImage, Debian package).

## Installing from npm
Windows (macOS should work as well, however not tested):
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: discord-qt
Version: 0.3.0
Version: 0.4.0
Section: net
Priority: optional
Homepage: https://github.com/ruslang02/discord-qt
Expand Down
Loading

0 comments on commit 23335b7

Please sign in to comment.