mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Version bump
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -4,7 +4,7 @@ on: push
|
|||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
name: CI
|
name: CI
|
||||||
uses: acidicoala/KoalaBox/.github/workflows/build-and-package.yml@1bdfeefa9933092a747c46679b3d872470ef4998
|
uses: acidicoala/KoalaBox/.github/workflows/build-and-package.yml@f97e4e4fcef5374ac81c1584eff74f595527e15a
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
KoalaBox
2
KoalaBox
Submodule KoalaBox updated: 183184cf5b...f97e4e4fce
@@ -171,7 +171,7 @@ Below you can find an example config where nearly every option has been customiz
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.2/res/SmokeAPI.schema.json",
|
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.5/res/SmokeAPI.schema.json",
|
||||||
"$version": 4,
|
"$version": 4,
|
||||||
"logging": true,
|
"logging": true,
|
||||||
"log_steam_http": true,
|
"log_steam_http": true,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.2/res/SmokeAPI.schema.json",
|
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.5/res/SmokeAPI.schema.json",
|
||||||
"$version": 4,
|
"$version": 4,
|
||||||
"logging": true,
|
"logging": true,
|
||||||
"log_steam_http": false,
|
"log_steam_http": false,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||||
"$id": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.2/res/SmokeAPI.schema.json",
|
"$id": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.5/res/SmokeAPI.schema.json",
|
||||||
"title": "SmokeAPI configuration",
|
"title": "SmokeAPI configuration",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
@@ -120,7 +120,7 @@
|
|||||||
},
|
},
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.2/res/SmokeAPI.schema.json",
|
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.5/res/SmokeAPI.schema.json",
|
||||||
"$version": 4,
|
"$version": 4,
|
||||||
"logging": true,
|
"logging": true,
|
||||||
"log_steam_http": true,
|
"log_steam_http": true,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define STEAM_API_MODULE "${STEAM_API_MODULE}"
|
#define STEAM_API_MODULE "${STEAM_API_MODULE}"
|
||||||
#define STEAMCLIENT_DLL "${STEAMCLIENT_DLL}"
|
#define STEAMCLIENT_DLL "${STEAMCLIENT_DLL}"
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ namespace smoke_api {
|
|||||||
kb::logger::init_null_logger();
|
kb::logger::init_null_logger();
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_INFO("{} v{} | Built at '{}'", PROJECT_NAME, PROJECT_VERSION, __TIMESTAMP__);
|
LOG_INFO("{} v{}{} | Built at '{}'", PROJECT_NAME, PROJECT_VERSION, VERSION_SUFFIX, __TIMESTAMP__);
|
||||||
LOG_DEBUG("Parsed config:\n{}", nlohmann::ordered_json(config::instance).dump(2));
|
LOG_DEBUG("Parsed config:\n{}", nlohmann::ordered_json(config::instance).dump(2));
|
||||||
|
|
||||||
const auto exe_path = kb::lib::get_fs_path(nullptr);
|
const auto exe_path = kb::lib::get_fs_path(nullptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user