mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-09-07 04:49:10 +00:00
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
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:
parent
eddddd5034
commit
72867c930e
7 changed files with 20 additions and 11 deletions
|
@ -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"}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
__all__ = ["VERSION"]
|
__all__ = ["VERSION"]
|
||||||
|
|
||||||
VERSION = "0.32.2"
|
VERSION = "0.32.3"
|
||||||
|
|
4
talemate_frontend/package-lock.json
generated
4
talemate_frontend/package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
2
uv.lock
generated
|
@ -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" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue