Skip to content

Commit 6987ffa

Browse files
committed
🚀 Release 0.8.0
1 parent 1d9136f commit 6987ffa

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## 0.8.0 Alpha
10+
11+
### Added
12+
13+
- New card preview
14+
- Add load screen
15+
- Bug reporting
16+
- Development improvements
17+
918
## 0.7.1 Alpha
1019

1120
Oops

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ <h6 class="ir-hint-text"></h6>
487487
</div>
488488
<div class="tab" id="About">
489489
<h2>About</h2>
490-
<p>Version: 0.7.1</p>
490+
<p>Version: 0.8.0</p>
491491
<p>Author: Reuben Tier (AKA TheOtterlord)</p>
492492
<p>Website: <a href="https://theotterlord.github.io/deckmaster"
493493
target="_blank">https://theotterlord.github.io/deckmaster</a></p>

js/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { dialog } = require('electron').remote;
22
const paths = require('path');
33

44
const deckmaster = {
5-
version: "v0.7.1",
5+
version: "v0.8.0",
66
notification: (title, text, onclick) => {
77
const notification = new Notification(title, {
88
body: text

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckmaster",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "A Yu-Gi-Oh! TCG deck editor",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)