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]
name = "talemate"
version = "0.32.2"
version = "0.32.3"
description = "AI-backed roleplay and narrative tools"
authors = [{name = "VeguAITools"}]
license = {text = "GNU Affero General Public License v3.0"}

View file

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

View file

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

View file

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

View file

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

View file

@ -75,8 +75,20 @@ export default {
data() {
return {
expand: false,
selected: "0.32.2",
selected: "0.32.3",
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',
items: [

2
uv.lock generated
View file

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