Skip to content

Commit

Permalink
chore(release): 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srg-kostyrko committed Oct 4, 2022
1 parent d21d7a7 commit fa0cdd0
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 9 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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.

## [0.13.0](https://github.personal.com/QSPFoundation/qspider/compare/v0.12.0...v0.13.0) (2022-10-04)

### Features

- add devtools to release ([549f481](https://github.personal.com/QSPFoundation/qspider/commit/549f481ab2083c05c9292c14f33b4e02c6d22e5b))
- close modals on esc, focus msg button ([aff7d8c](https://github.personal.com/QSPFoundation/qspider/commit/aff7d8c909c53a7f0a7e7516e1933da8758274ef))
- load config/game through get param ([491fb65](https://github.personal.com/QSPFoundation/qspider/commit/491fb656963103165796c760748efe18d6563b7d))
- qsps support, qsp <-> qsps convertors ([360adf1](https://github.personal.com/QSPFoundation/qspider/commit/360adf1052dfad07c582462f822910a4e28a7558))
- support positional argument to run game ([8290dc7](https://github.personal.com/QSPFoundation/qspider/commit/8290dc76f3e0c7d55a8998596f8a111035d56f3f))

### Bug Fixes

- add menu separator support ([26b7734](https://github.personal.com/QSPFoundation/qspider/commit/26b7734316cab1cfe836db820f69bb29c0e54151))
- fidable audio streaming for blob url (does not work in tauri) ([45723fa](https://github.personal.com/QSPFoundation/qspider/commit/45723fa2ffc225604a3917e59bd6765257daaaf1))
- fix color conversion alpha channel ([1287b81](https://github.personal.com/QSPFoundation/qspider/commit/1287b81c934c43f4eacc6d79bddfecf4fd51fed3))
- fix icon related error on gam open ([12aa970](https://github.personal.com/QSPFoundation/qspider/commit/12aa970c9558e962442a7e1b5699c43644c5c8cf))
- fix init sequence (caused sync issues) ([967ddb5](https://github.personal.com/QSPFoundation/qspider/commit/967ddb58f0ef568c1233d9bc865b60be5978653b))
- fix loading qsps files ([cdd73f4](https://github.personal.com/QSPFoundation/qspider/commit/cdd73f4503b3c0e7fcad915342665e91bbac6e93))
- fix opening zip files on desktop ([bd4d2f8](https://github.personal.com/QSPFoundation/qspider/commit/bd4d2f8125b3b1439b4b7c2904ceef07f1913399))
- fix resourse loading from zip ([564f53c](https://github.personal.com/QSPFoundation/qspider/commit/564f53c923ac01e612b0a10fc4187d4cef363239))
- fix selected state in aero menu ([d43ece4](https://github.personal.com/QSPFoundation/qspider/commit/d43ece496824618bbdc87d1c7e37c0a37c616c54))
- imrove html processing, keep attributes ([d497e18](https://github.personal.com/QSPFoundation/qspider/commit/d497e18f7371b647c2cd6d14d2f40e8dbd570cf8))
- long game title breaking toolbar layout ([d3521a7](https://github.personal.com/QSPFoundation/qspider/commit/d3521a7b3dd0cb59c4aa29ab53a7b11f169598d6))
- replace react-delta with local code ([a10cd9d](https://github.personal.com/QSPFoundation/qspider/commit/a10cd9d683233a810c211c6fb6b6f0c05ad06fa9))
- running from cli ([4b74577](https://github.personal.com/QSPFoundation/qspider/commit/4b745772c69e23714aba79fdf6d65c6f0fb4821c))
- update failing check ([5638fc5](https://github.personal.com/QSPFoundation/qspider/commit/5638fc56f9a28cf130addec2ad2d5fb2660dda3d))
- update list of void tags to prevent crashes ([f44a10a](https://github.personal.com/QSPFoundation/qspider/commit/f44a10a2add6439d795d7a8f5e5adef530c67002))

## [0.12.0](https://github.com/QSPFoundation/qspider/compare/v0.11.1...v0.12.0) (2022-01-15)

### Features
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qspider"
version = "0.12.0"
version = "0.13.0"
description = "qSpider - player for QSP games"
authors = [ "[email protected]" ]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ build = "src/build.rs"

[build-dependencies.tauri-build]
version = "1.1.1"
features = []
features = [ ]

[dependencies]
serde_json = "1.0"
Expand All @@ -25,7 +25,7 @@ urlencoding = "2.1.0"

[dependencies.tauri]
version = "1.1.1"
features = ["api-all", "cli", "devtools", "icon-png", "updater"]
features = [ "api-all", "cli", "devtools", "icon-png", "updater" ]

[dependencies.uuid]
version = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"package": {
"productName": "qSpider",
"version": "0.12.0"
"version": "0.13.0"
},
"build": {
"distDir": "../dist/apps/player-desktop",
Expand Down
10 changes: 5 additions & 5 deletions updater.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "0.12.0",
"name": "0.13.0",
"notes": "Initial desktop release",
"pub_date": "2022-01-15T19:26:44.067Z",
"pub_date": "2022-10-04T10:34:32.702Z",
"platforms": {
"darwin": {
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.12.0/qSpider.app.tar.gz"
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.13.0/qSpider.app.tar.gz"
},
"linux": {
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.12.0/qSpider.AppImage.tar.gz"
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.13.0/qSpider.AppImage.tar.gz"
},
"win64": {
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.12.0/qSpider.x64.msi.zip"
"url": "https://github.com/QSPFoundation/qspider/releases/download/0.13.0/qSpider.x64.msi.zip"
}
}
}

0 comments on commit fa0cdd0

Please sign in to comment.