Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jjoshm/nightwave-plaza-electron
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Mar 19, 2024
2 parents 37a7ea6 + e2b5387 commit 0d3ded2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0-alpha](https://github.com/jjoshm/nightwave-plaza-electron/compare/v0.2.3-alpha...v0.3.0-alpha) (2024-03-18)


### Features

* close button ([2234f93](https://github.com/jjoshm/nightwave-plaza-electron/commit/2234f93b5390ab9b28118393e3fef275fb0c38a1))

## [0.2.3-alpha](https://github.com/jjoshm/nightwave-plaza-electron/compare/v0.2.2-alpha...v0.2.3-alpha) (2024-03-18)


Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# nightwave-plaza-electron

electron wrapper for https://plaza.one/

![image](https://github.com/jjoshm/nightwave-plaza-electron/assets/39901876/9c79e340-b171-4ab3-98b2-8d494c9d3544)

# Supported
- minimize to tray
- tray menu

# Todo
- improve window dragging
- better menus (login, settings)
- discord rich presence
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightwave-plaza-electron",
"version": "0.2.3-alpha",
"version": "0.3.0-alpha",
"description": "Nightwave Plaza App",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 0d3ded2

Please sign in to comment.