0.32.3 (#219)
Some checks failed
ci / container-build (push) Has been cancelled
ci / deploy-docs (push) Has been cancelled
Python Tests / test (3.10) (push) Has been cancelled
Python Tests / test (3.11) (push) Has been cancelled
Python Tests / test (3.12) (push) Has been cancelled
Python Tests / test (3.13) (push) Has been cancelled

* set 0.33.0

* fix nodeeditor context menu issues

* notes
This commit is contained in:
veguAI 2025-08-24 17:17:08 +03:00 committed by GitHub
parent eddddd5034
commit 72867c930e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 20 additions and 11 deletions

View file

@ -1,6 +1,6 @@
[project] [project]
name = "talemate" name = "talemate"
version = "0.32.2" version = "0.32.3"
description = "AI-backed roleplay and narrative tools" description = "AI-backed roleplay and narrative tools"
authors = [{name = "VeguAITools"}] authors = [{name = "VeguAITools"}]
license = {text = "GNU Affero General Public License v3.0"} license = {text = "GNU Affero General Public License v3.0"}

View file

@ -1,3 +1,3 @@
__all__ = ["VERSION"] __all__ = ["VERSION"]
VERSION = "0.32.2" VERSION = "0.32.3"

View file

@ -1,12 +1,12 @@
{ {
"name": "talemate_frontend", "name": "talemate_frontend",
"version": "0.32.2", "version": "0.32.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "talemate_frontend", "name": "talemate_frontend",
"version": "0.32.2", "version": "0.32.3",
"dependencies": { "dependencies": {
"@codemirror/lang-json": "^6.0.1", "@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5", "@codemirror/lang-markdown": "^6.2.5",

View file

@ -1,6 +1,6 @@
{ {
"name": "talemate_frontend", "name": "talemate_frontend",
"version": "0.32.2", "version": "0.32.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -820,15 +820,12 @@ export default {
</script> </script>
<style scoped> <style scoped>
@import "litegraph.js/css/litegraph.css";
</style> </style>
<style> <style>
/* Litegraph styles */ /* Litegraph styles */
@import "litegraph.js/css/litegraph.css";
.litegraph.litecontextmenu {
z-index: 100000;
}
.litegraph.lite-search-item { .litegraph.lite-search-item {
padding: 2px; padding: 2px;

View file

@ -75,8 +75,20 @@ export default {
data() { data() {
return { return {
expand: false, expand: false,
selected: "0.32.2", selected: "0.32.3",
whatsNew: [ whatsNew: [
{
version: '0.32.3',
items: [
{
title: "Bugfix release",
description: "Node editor context menu positioning fix.",
items: [
"Fix LiteGraph context menu positioning issue"
]
}
]
},
{ {
version: '0.32.2', version: '0.32.2',
items: [ items: [

2
uv.lock generated
View file

@ -5551,7 +5551,7 @@ wheels = [
[[package]] [[package]]
name = "talemate" name = "talemate"
version = "0.32.2" version = "0.32.3"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiofiles" }, { name = "aiofiles" },