v1.0.7: replace PI libs with official Elgato source

This commit is contained in:
pdmarf
2026-04-10 23:06:54 +01:00
parent c47161546b
commit f94a40e77d
6 changed files with 7 additions and 5 deletions

View File

@@ -6438,7 +6438,7 @@ async function stopTimer(token, entryId) {
}
// src/plugin.ts
var CURRENT_VERSION = "1.0.6";
var CURRENT_VERSION = "1.0.7";
var GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master";
var SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=

View File

@@ -27,9 +27,11 @@ class ELGSDPlugin {
set language(value) {
this.#language = value;
this.loadLocalization(this.#data.__folderpath).then(l => {
this.loadLocalization(this.#data.__folderpath)
.then(l => {
this.emit('languageChanged', value);
});
})
.catch(() => console.warn(`Localization for '${this.#language}' couldn't be loaded`))
}
get language() {

Binary file not shown.

View File

@@ -1,4 +1,4 @@
const CURRENT_VERSION = "1.0.6";
const CURRENT_VERSION = "1.0.7";
const GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master";
const SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=

View File

@@ -1 +1 @@
{ "version": "1.0.6" }
{ "version": "1.0.7" }