Skip to content

Commit

Permalink
prepare 0.1.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Picorims committed Jun 22, 2021
1 parent 43cedb0 commit d7d2da8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelogs
This document is based on Keep a Changelog 1.0.0

## 0.1.2-beta (?)
## 0.1.2-beta (2021-06-22)

### Added
- Added support for Windows .msi installer.
Expand All @@ -13,7 +13,7 @@ This document is based on Keep a Changelog 1.0.0
- Updated Electron from v9 to v12.
- Updated some dependencies.

## 0.1.1 Beta (2021-04-18)
## 0.1.1-beta (2021-04-18)

### Added
- A user with no configured paths for FFmpeg and/or FFprobe are now prompted with an additional tutorial
Expand All @@ -29,5 +29,5 @@ that gives instructions on how to install FFmpeg and FFprobe for Wav2Bar.
### Fixed
- Particle speed smoothing is now applied at export as well.

## 0.1.0 Beta (2021-04-13)
## 0.1.0-beta (2021-04-13)
- Initial public release.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function createWindow () {
win.loadFile('index.html');

// Open the DevTools.
win.webContents.openDevTools();
//win.webContents.openDevTools();

//Hide menu bar
win.setMenuBarVisibility(false);
Expand Down

0 comments on commit d7d2da8

Please sign in to comment.