Commit Graph

6289 Commits

Author SHA1 Message Date
Wolfsblvt d64d16bdf2 Fix popup onClose executing after resolver 2024-06-27 00:27:55 +02:00
Cohee 52a803b6ab
Merge pull request #2426 from SillyTavern/dataroot-uploads
Move uploads to data root
2024-06-27 00:54:22 +03:00
Cohee 3b7540da05
Merge pull request #2425 from SillyTavern/wi-delay
Add WI entry delay
2024-06-27 00:36:23 +03:00
Cohee b80b2d9a74 Fix imported chats not deleting itself after upload 2024-06-26 23:25:00 +03:00
Cohee 5b002c6e46 #2422 Move uploads under the data root 2024-06-26 23:22:42 +03:00
Cohee 886b6fee64 Add WI entry delay 2024-06-26 22:43:30 +03:00
Cohee 54fb7a9030 Add 'online_status_changed' event 2024-06-26 22:11:22 +03:00
Cohee aceca89080
Merge pull request #2421 from SillyTavern/macro-register
Add simple custom macros registration
2024-06-26 22:01:24 +03:00
Cohee 719539c2ab Improve types and sanitation of macro values 2024-06-26 21:58:57 +03:00
Cohee ef0772bc9f Merge branch 'staging' into macro-register 2024-06-26 21:54:00 +03:00
Cohee 8b1492a2d9 Mono font family for kbd 2024-06-26 20:39:39 +03:00
Cohee b1fa4d3038 Remove font-family we don't vendor 2024-06-26 20:37:29 +03:00
Cohee d9536ae3a8 Add tri-state argument for /lock command 2024-06-26 20:18:05 +03:00
Cohee 112e26a0ff Model icon for slash command messages 2024-06-26 19:48:45 +03:00
sasha0552 6c87dfe10d
Add a token counting endpoint for vLLM 2024-06-26 13:34:02 +00:00
Cohee 584d0e6222 Only add missing modules string if there are any modules to report 2024-06-26 12:49:23 +00:00
Wolfsblvt 4e7232f13e Move group chat popups to new popup 2024-06-26 05:56:15 +02:00
Wolfsblvt ec58d9272a Move ctrl+enter regenerate to new popup 2024-06-26 05:46:34 +02:00
Wolfsblvt ff5f89bd5e Move overwrite data confirm to new popup 2024-06-26 05:35:41 +02:00
Wolfsblvt cd9013cf73 Update some WI confirm/input popups to new popup 2024-06-26 05:29:08 +02:00
LenAnderson aefa31a912 escape quotes inside quoted option value 2024-06-25 23:20:24 -04:00
LenAnderson 676472f13d fix run syntax highlight 2024-06-25 23:18:48 -04:00
Wolfsblvt 717c524b01 Update copy message to new popup 2024-06-26 05:01:58 +02:00
LenAnderson ccbc78ed41 add missing scopeIndex entries
fixes missing scoped vars in /: auto complete
2024-06-25 22:54:03 -04:00
Wolfsblvt c55452d0ea Update prompt itemization to new popup 2024-06-26 04:49:07 +02:00
Wolfsblvt c8411b6dfb Update delete message to new popup 2024-06-26 03:36:06 +02:00
Wolfsblvt 0c402e2a5f Setup swipe data on /sendas 2024-06-26 03:13:05 +02:00
LenAnderson 1fc34bd387 remove empty first string and last string from unsplit list-parsed unnamed argument 2024-06-25 21:06:27 -04:00
Wolfsblvt 9113fae4fe Fix /addswipe error if swipe_info not initialized 2024-06-26 02:46:53 +02:00
Wolfsblvt 071a77fe1a Fix deleting swipe not clean swipe_info 2024-06-26 02:14:26 +02:00
Cohee 8034564c3e Update TTS voice preview to new popup 2024-06-26 00:41:37 +03:00
Cohee 2ef6004bd5 Update translation extension to new popup 2024-06-26 00:40:13 +03:00
Cohee d188795591 Allow vertical scrolling in new popups 2024-06-26 00:35:21 +03:00
Cohee 3e1b54c6f0 Update token counter to new popup 2024-06-26 00:26:31 +03:00
Cohee c3461307a0 Update debug menu, theme and MUI naming popups 2024-06-26 00:24:21 +03:00
Cohee 1188cb46b8 Update theme import warning to new popup 2024-06-26 00:18:44 +03:00
Cohee 0298849953 Update theme delete confirm to new popup 2024-06-26 00:15:16 +03:00
LenAnderson adc54e7f22 restore caret after breakpoint click 2024-06-25 16:56:28 -04:00
LenAnderson 17e794b718 use ctrl+alt+click for breakpoints 2024-06-25 16:56:19 -04:00
Cohee a030237641 Evaluate macro functions for every instance 2024-06-25 22:44:00 +03:00
Cohee 24ae2b6fa6 Add sanitation of macro values 2024-06-25 22:15:40 +03:00
Cohee 01d38f9218 Additional validation of custom macro keys 2024-06-25 22:02:05 +03:00
Cohee 8dab4ecb06 Add simple custom macros registration 2024-06-25 21:53:10 +03:00
Cohee 083ea43971 Update dupe character to use new popup 2024-06-25 21:34:08 +03:00
Cohee d0f59edf09 Update forbid media and field extend to new popup 2024-06-25 21:24:03 +03:00
steve green 2687618840
Update zh-cn.json (#2411)
* update zh-cn.json

* fix

* another fix
2024-06-25 17:51:47 +03:00
Cohee 20a23c5e31
Merge pull request #2419 from Risenafis/fix-sanitize
Fix non-ASCII name character voice setting
2024-06-25 16:50:10 +03:00
Risenafis 0276a2ef71 fix sanitizeId 2024-06-25 22:23:55 +09:00
LenAnderson c988f6f762 restore completeAffirmative, completeNegative, completeCancelled 2024-06-25 08:30:13 -04:00
LenAnderson d8dc16d6c1 show scrollbars with noSyntax 2024-06-25 08:20:05 -04:00