Skip to content

Commit

Permalink
v0.2.0 - Pre-release
Browse files Browse the repository at this point in the history
- feat: Windows support
- fix: closed application not re-opening on MacOS
  • Loading branch information
adriancleung committed Nov 20, 2020
1 parent 973c8d9 commit 234bfb3
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2020-11-19
### Added
**Windows**
- Windows support

### Fixed
**MacOS**
- Closed application would not re-open when in closed state but not quitted state

## 0.1.0 - 2020-11-17
### Added
- Initial pre-release of Not Boop based on Boop

[Unreleased]: https://github.com/adriancleung/not-boop/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/adriancleung/not-boop/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/adriancleung/not-boop/compare/v0.1.0...v0.2.0
7 changes: 7 additions & 0 deletions app/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
display: none;
}

* {
margin-top: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}

h1 {
margin: 0 0 10px 0;
font-weight: 600;
Expand Down
5 changes: 2 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "not-boop",
"version": "0.1.0",
"version": "0.2.0",
"description": "Definitely not boop",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -37,8 +37,7 @@
{
"target": "nsis",
"arch": [
"x64",
"arm64"
"x64"
]
}
],
Expand Down
Binary file added dist/Not Boop Setup 0.2.0.exe
Binary file not shown.
Binary file added dist/Not Boop-0.2.0.dmg
Binary file not shown.

0 comments on commit 234bfb3

Please sign in to comment.