Skip to content

Commit fa0cdd0

Browse files
committed
chore(release): 0.13.0
1 parent d21d7a7 commit fa0cdd0

File tree

4 files changed

+37
-9
lines changed

4 files changed

+37
-9
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.13.0](https://github.personal.com/QSPFoundation/qspider/compare/v0.12.0...v0.13.0) (2022-10-04)
6+
7+
### Features
8+
9+
- add devtools to release ([549f481](https://github.personal.com/QSPFoundation/qspider/commit/549f481ab2083c05c9292c14f33b4e02c6d22e5b))
10+
- close modals on esc, focus msg button ([aff7d8c](https://github.personal.com/QSPFoundation/qspider/commit/aff7d8c909c53a7f0a7e7516e1933da8758274ef))
11+
- load config/game through get param ([491fb65](https://github.personal.com/QSPFoundation/qspider/commit/491fb656963103165796c760748efe18d6563b7d))
12+
- qsps support, qsp <-> qsps convertors ([360adf1](https://github.personal.com/QSPFoundation/qspider/commit/360adf1052dfad07c582462f822910a4e28a7558))
13+
- support positional argument to run game ([8290dc7](https://github.personal.com/QSPFoundation/qspider/commit/8290dc76f3e0c7d55a8998596f8a111035d56f3f))
14+
15+
### Bug Fixes
16+
17+
- add menu separator support ([26b7734](https://github.personal.com/QSPFoundation/qspider/commit/26b7734316cab1cfe836db820f69bb29c0e54151))
18+
- fidable audio streaming for blob url (does not work in tauri) ([45723fa](https://github.personal.com/QSPFoundation/qspider/commit/45723fa2ffc225604a3917e59bd6765257daaaf1))
19+
- fix color conversion alpha channel ([1287b81](https://github.personal.com/QSPFoundation/qspider/commit/1287b81c934c43f4eacc6d79bddfecf4fd51fed3))
20+
- fix icon related error on gam open ([12aa970](https://github.personal.com/QSPFoundation/qspider/commit/12aa970c9558e962442a7e1b5699c43644c5c8cf))
21+
- fix init sequence (caused sync issues) ([967ddb5](https://github.personal.com/QSPFoundation/qspider/commit/967ddb58f0ef568c1233d9bc865b60be5978653b))
22+
- fix loading qsps files ([cdd73f4](https://github.personal.com/QSPFoundation/qspider/commit/cdd73f4503b3c0e7fcad915342665e91bbac6e93))
23+
- fix opening zip files on desktop ([bd4d2f8](https://github.personal.com/QSPFoundation/qspider/commit/bd4d2f8125b3b1439b4b7c2904ceef07f1913399))
24+
- fix resourse loading from zip ([564f53c](https://github.personal.com/QSPFoundation/qspider/commit/564f53c923ac01e612b0a10fc4187d4cef363239))
25+
- fix selected state in aero menu ([d43ece4](https://github.personal.com/QSPFoundation/qspider/commit/d43ece496824618bbdc87d1c7e37c0a37c616c54))
26+
- imrove html processing, keep attributes ([d497e18](https://github.personal.com/QSPFoundation/qspider/commit/d497e18f7371b647c2cd6d14d2f40e8dbd570cf8))
27+
- long game title breaking toolbar layout ([d3521a7](https://github.personal.com/QSPFoundation/qspider/commit/d3521a7b3dd0cb59c4aa29ab53a7b11f169598d6))
28+
- replace react-delta with local code ([a10cd9d](https://github.personal.com/QSPFoundation/qspider/commit/a10cd9d683233a810c211c6fb6b6f0c05ad06fa9))
29+
- running from cli ([4b74577](https://github.personal.com/QSPFoundation/qspider/commit/4b745772c69e23714aba79fdf6d65c6f0fb4821c))
30+
- update failing check ([5638fc5](https://github.personal.com/QSPFoundation/qspider/commit/5638fc56f9a28cf130addec2ad2d5fb2660dda3d))
31+
- update list of void tags to prevent crashes ([f44a10a](https://github.personal.com/QSPFoundation/qspider/commit/f44a10a2add6439d795d7a8f5e5adef530c67002))
32+
533
## [0.12.0](https://github.com/QSPFoundation/qspider/compare/v0.11.1...v0.12.0) (2022-01-15)
634

735
### Features

src-tauri/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qspider"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "qSpider - player for QSP games"
55
authors = [ "srg.kostyrko@gmail.com" ]
66
license = "MIT"
@@ -11,7 +11,7 @@ build = "src/build.rs"
1111

1212
[build-dependencies.tauri-build]
1313
version = "1.1.1"
14-
features = []
14+
features = [ ]
1515

1616
[dependencies]
1717
serde_json = "1.0"
@@ -25,7 +25,7 @@ urlencoding = "2.1.0"
2525

2626
[dependencies.tauri]
2727
version = "1.1.1"
28-
features = ["api-all", "cli", "devtools", "icon-png", "updater"]
28+
features = [ "api-all", "cli", "devtools", "icon-png", "updater" ]
2929

3030
[dependencies.uuid]
3131
version = "0.8"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
33
"package": {
44
"productName": "qSpider",
5-
"version": "0.12.0"
5+
"version": "0.13.0"
66
},
77
"build": {
88
"distDir": "../dist/apps/player-desktop",

updater.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "0.12.0",
2+
"name": "0.13.0",
33
"notes": "Initial desktop release",
4-
"pub_date": "2022-01-15T19:26:44.067Z",
4+
"pub_date": "2022-10-04T10:34:32.702Z",
55
"platforms": {
66
"darwin": {
7-
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.12.0/qSpider.app.tar.gz"
7+
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.13.0/qSpider.app.tar.gz"
88
},
99
"linux": {
10-
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.12.0/qSpider.AppImage.tar.gz"
10+
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.13.0/qSpider.AppImage.tar.gz"
1111
},
1212
"win64": {
13-
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.12.0/qSpider.x64.msi.zip"
13+
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.13.0/qSpider.x64.msi.zip"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)