kwaroran
06d1090e1f
[ver] 1.61.5
2023-12-01 19:47:08 +09:00
kwaroran
8c07915d2d
[comment] remove
2023-12-01 03:08:27 +09:00
kwaroran
0a1b94a217
[ver] 1.61.4
2023-12-01 00:21:49 +09:00
kwaroran
278e56f1bb
Bump openssl from 0.10.55 to 0.10.60 in /src-tauri ( #270 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.55
to 0.10.60.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sfackler/rust-openssl/releases ">openssl's
releases</a>.</em></p>
<blockquote>
<h2>openssl-v0.10.60</h2>
<h2>What's Changed</h2>
<ul>
<li>Correct off-by-one in minimum output buffer size computation by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2088 ">sfackler/rust-openssl#2088</a></li>
<li>Expose a few more (bad) ciphers in cipher::Cipher by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2084 ">sfackler/rust-openssl#2084</a></li>
<li>add temp key bindings by <a
href="https://github.com/jmayclin "><code>@jmayclin</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2076 ">sfackler/rust-openssl#2076</a></li>
<li>Expose ChaCha20 on LibreSSL by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2093 ">sfackler/rust-openssl#2093</a></li>
<li>Revert "Correct off-by-one in minimum output buffer size
computation" by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2090 ">sfackler/rust-openssl#2090</a></li>
<li>Added <code>update_unchecked</code> to <code>symm::Crypter</code> by
<a href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2100 ">sfackler/rust-openssl#2100</a></li>
<li>fixes <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/2096 ">#2096</a>
-- deprecate <code>X509StoreRef::objects</code>, it is unsound by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2099 ">sfackler/rust-openssl#2099</a></li>
<li>Don't leak when overwriting ex data by <a
href="https://github.com/sfackler "><code>@sfackler</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2102 ">sfackler/rust-openssl#2102</a></li>
<li>Release openssl v0.10.60 and openssl-sys v0.9.96 by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2104 ">sfackler/rust-openssl#2104</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60 ">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60 </a></p>
<h2>openssl-v0.10.59</h2>
<h2>What's Changed</h2>
<ul>
<li>Add binding to NID of Chacha20-Poly1305 cipher by <a
href="https://github.com/Arnavion "><code>@Arnavion</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2081 ">sfackler/rust-openssl#2081</a></li>
<li>Fixed cfg for RSA_PSS by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2079 ">sfackler/rust-openssl#2079</a></li>
<li>fixes <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/2050 ">#2050</a>
-- build and test on libressl 3.8.2 by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2082 ">sfackler/rust-openssl#2082</a></li>
<li>Release openssl v0.10.59 and openssl-sys v0.9.95 by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2083 ">sfackler/rust-openssl#2083</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Arnavion "><code>@Arnavion</code></a>
made their first contribution in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2081 ">sfackler/rust-openssl#2081</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59 ">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59 </a></p>
<h2>openssl-v0.10.58</h2>
<h2>What's Changed</h2>
<ul>
<li>LibreSSL 3.8.1 support by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2035 ">sfackler/rust-openssl#2035</a></li>
<li>Update vendored version to openssl 3 by <a
href="https://github.com/amousset "><code>@amousset</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/1925 ">sfackler/rust-openssl#1925</a></li>
<li>Test against 3.2.0-alpha1 by <a
href="https://github.com/sfackler "><code>@sfackler</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2037 ">sfackler/rust-openssl#2037</a></li>
<li>Removed reference to non-existent method by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2039 ">sfackler/rust-openssl#2039</a></li>
<li>Bump CI to 1.1.1w by <a
href="https://github.com/sfackler "><code>@sfackler</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2040 ">sfackler/rust-openssl#2040</a></li>
<li>[openssl-sys] Add X509_check_{host,email,ip,ip_asc} fns by <a
href="https://github.com/jgallagher "><code>@jgallagher</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2042 ">sfackler/rust-openssl#2042</a></li>
<li>Expose CBC mode for several more (bad) ciphers by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2045 ">sfackler/rust-openssl#2045</a></li>
<li>Expose two additional Pkey IDs by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2046 ">sfackler/rust-openssl#2046</a></li>
<li>Add support for CRL extensions and the Authority Information Access
e… by <a
href="https://github.com/AdmiralGT "><code>@AdmiralGT</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2003 ">sfackler/rust-openssl#2003</a></li>
<li>Fix clippy warnings produced by newer Rust by <a
href="https://github.com/wiktor-k "><code>@wiktor-k</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2052 ">sfackler/rust-openssl#2052</a></li>
<li>Use osslconf on BoringSSL by <a
href="https://github.com/alex "><code>@alex</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2056 ">sfackler/rust-openssl#2056</a></li>
<li>Make X509_ALGOR opaque for LibreSSL by <a
href="https://github.com/botovq "><code>@botovq</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2060 ">sfackler/rust-openssl#2060</a></li>
<li>Don't ignore ECDSA tests without GF2m support by <a
href="https://github.com/botovq "><code>@botovq</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2061 ">sfackler/rust-openssl#2061</a></li>
<li>Clarify 'possible LibreSSL bug' by <a
href="https://github.com/botovq "><code>@botovq</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2062 ">sfackler/rust-openssl#2062</a></li>
<li>Enable BN_mod_sqrt() for upcoming LibreSSL 3.8.2 by <a
href="https://github.com/botovq "><code>@botovq</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2063 ">sfackler/rust-openssl#2063</a></li>
<li>Enable SHA-3 for LibreSSL 3.8.0 by <a
href="https://github.com/botovq "><code>@botovq</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2064 ">sfackler/rust-openssl#2064</a></li>
<li>Remove DH_generate_parameters for LibreSSL 3.8.2 by <a
href="https://github.com/botovq "><code>@botovq</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2065 ">sfackler/rust-openssl#2065</a></li>
<li>Use EVP_MD_CTX_{new,free}() in LibreSSL 3.8.2 by <a
href="https://github.com/botovq "><code>@botovq</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2067 ">sfackler/rust-openssl#2067</a></li>
<li>Enable HKDF support for LibreSSL >= 3.6.0 by <a
href="https://github.com/botovq "><code>@botovq</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2066 ">sfackler/rust-openssl#2066</a></li>
<li>Two build script fixes for LibreSSL by <a
href="https://github.com/botovq "><code>@botovq</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2068 ">sfackler/rust-openssl#2068</a></li>
<li>Respect OPENSSL_NO_OCB on AES functions by <a
href="https://github.com/GuyLewin "><code>@GuyLewin</code></a> in <a
href="https://redirect.github.com/sfackler/rust-openssl/pull/2070 ">sfackler/rust-openssl#2070</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8f4b97ae06 "><code>8f4b97a</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/2104 ">#2104</a>
from alex/bump-for-release</li>
<li><a
href="df66283bbc "><code>df66283</code></a>
Release openssl v0.10.60 and openssl-sys v0.9.96</li>
<li><a
href="1a09dc8c94 "><code>1a09dc8</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/2102 ">#2102</a>
from sfackler/ex-leak</li>
<li><a
href="b0a1da5ee9 "><code>b0a1da5</code></a>
Merge branch 'master' into ex-leak</li>
<li><a
href="f456b60936 "><code>f456b60</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/2099 ">#2099</a>
from alex/deprecate-store-ref-objects</li>
<li><a
href="a8413b8b54 "><code>a8413b8</code></a>
Merge pull request <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/2100 ">#2100</a>
from alex/symm-update-unchecked</li>
<li><a
href="a92c237941 "><code>a92c237</code></a>
clippy</li>
<li><a
href="e839496d9e "><code>e839496</code></a>
Don't leak when overwriting ex data</li>
<li><a
href="602d38dca7 "><code>602d38d</code></a>
Added <code>update_unchecked</code> to <code>symm::Crypter</code></li>
<li><a
href="cf9681a55c "><code>cf9681a</code></a>
fixes <a
href="https://redirect.github.com/sfackler/rust-openssl/issues/2096 ">#2096</a>
-- deprecate <code>X509StoreRef::objects</code>, it is unsound</li>
<li>Additional commits viewable in <a
href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.60 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/kwaroran/RisuAI/network/alerts ).
</details>
2023-12-01 00:19:33 +09:00
dependabot[bot]
d4dd67c925
Bump openssl from 0.10.55 to 0.10.60 in /src-tauri
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.55 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.60 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-30 15:17:40 +00:00
kwaroran
4f906f5e6a
[fix] novelai fixes by hashcoko
2023-12-01 00:14:17 +09:00
kwaroran
62a4a76ffb
[ver] 1.61.3
2023-11-29 02:59:57 +09:00
kwaroran
5597b8a637
[fix] worker
2023-11-29 02:59:41 +09:00
kwaroran
d2b481be1a
[chore] update gitigone
2023-11-29 01:58:16 +09:00
kwaroran
5f7c21637a
simple commit to fix cloudflare bug hope this fixes
2023-11-29 01:47:34 +09:00
kwaroran
3f287cb74f
simple commit for cloudflare
2023-11-29 01:44:35 +09:00
kwaroran
f7d0c46cb2
simple commit for cloudflare
2023-11-29 01:41:01 +09:00
kwaroran
40dfe8d08d
[fix] indent
2023-11-29 01:39:08 +09:00
kwaroran
531a82d72c
[ver] 1.61.2
2023-11-29 01:37:00 +09:00
kwaroran
7688a7bc95
Fixed a bug where checking an inlay in the emotion bot would delete all assets. ( #266 )
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
# PR Checklist
- [ v ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ v ] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ v ] Did you added a type def?
# Description
2023-11-29 01:36:37 +09:00
hashcoko
93698edb73
Fixed a bug where checking an inlay in the emotion bot would delete all assets.
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-29 01:30:11 +09:00
kwaroran
3fb1826383
[ver] 1.61.1
2023-11-29 00:55:37 +09:00
kwaroran
c0749350e5
[fix] typings
2023-11-29 00:55:18 +09:00
kwaroran
cd1f2561a5
[fix] embededworker security
2023-11-29 00:52:34 +09:00
kwaroran
bc302a5589
[fix] embededworker
2023-11-29 00:51:19 +09:00
kwaroran
29bc4a8348
[fix] claude system prompts
2023-11-29 00:48:39 +09:00
kwaroran
d5c311694b
[fix] viewscreen typin
2023-11-29 00:44:46 +09:00
kwaroran
106b4f2b47
[fix] do not alert empty text
2023-11-29 00:38:37 +09:00
kwaroran
ff4c904fb6
Merge branch 'main' of https://github.com/kwaroran/RisuAI
2023-11-29 00:38:07 +09:00
kwaroran
6298ba5f62
Request things that weren't covered in the last pull request. ( #264 )
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
# PR Checklist
- [ V ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ V ] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ V ] Did you added a type def?
# Description
Fix NAI TTS Cors Error
nai sampler selectinput
edit lang imggen
Fix inlay error
local deepL update
2023-11-29 00:33:24 +09:00
hashcoko
2dd0ff79f5
add web deepL warning
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 16:52:57 +09:00
hashcoko
308ff456f8
Remove source lang from deepl requests for different language translations.
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 16:38:38 +09:00
hashcoko
712e000349
[Fix] inlay emotion image
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 16:31:48 +09:00
hashcoko
99302d9b76
Fix error handling in sayTTS function
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 15:26:18 +09:00
hashcoko
a183a702a6
Add check for empty text in sayTTS function
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 15:24:13 +09:00
hashcoko
6dbd0f5526
Fix conditional rendering in
...
LanguageSettings.svelte
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 13:43:24 +09:00
hashcoko
704ece2a15
fixRequest things that weren't covered in the last pull request.
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 13:33:24 +09:00
hashcoko
e1f567cc8a
Merge branch 'main' of https://github.com/kwaroran/RisuAI
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 13:25:05 +09:00
kwaroran
ee05906d7e
[fix] replay button
2023-11-28 05:02:57 +09:00
kwaroran
c50039889b
[ver] 1.61.0
2023-11-28 04:44:49 +09:00
kwaroran
2f370e5a6c
[feat] claude 2.0
2023-11-28 04:44:28 +09:00
kwaroran
b996449643
[feat] preset name
2023-11-28 04:41:15 +09:00
kwaroran
60f836e21f
[fix] deepl
2023-11-28 04:40:30 +09:00
kwaroran
220c2c091b
[feat] add llm translation
2023-11-28 04:32:27 +09:00
hashcoko
70adcedc46
Fix conditional rendering in
...
OtherBotSettings.svelte
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 03:57:09 +09:00
hashcoko
5983e3883f
[Fix] NAI TTS Cors ERR
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 03:45:34 +09:00
kwaroran
6ae8264f8b
[feat] hf tts translation
2023-11-28 03:36:08 +09:00
hashcoko
9432b63606
Change NAI sampler Textinput to SelectInput
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 03:00:39 +09:00
hashcoko
422a010518
add submodel translate
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 02:50:59 +09:00
kwaroran
a6b11c22de
[feat] add hf tts
2023-11-28 02:48:47 +09:00
hashcoko
5aed856988
Update hotkey.ts to display the name of the
...
selected preset
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 02:13:31 +09:00
hashcoko
0b52c04ee7
Fix image generation prompt and add warning
...
message for NovelAI users
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-28 00:50:06 +09:00
hashcoko
7f65a130d8
Merge branch 'main' of https://github.com/kwaroran/RisuAI
2023-11-27 23:21:52 +09:00
hashcoko
f138c7857e
Update strength parameter in setDatabase function
...
Signed-off-by: hashcoko <hashcoko@gmail.com >
2023-11-27 23:21:38 +09:00
kwaroran
cecc1731bc
[ver] 1.60.1
2023-11-27 22:31:31 +09:00