mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
✨ v0.7.5-rc2 (#3976)
* ✨ v0.7.5-rc2
* docs: update README
* refactor(settings): Update rememberForkOption default value
* a11y: proper screen reader announcements for content blocks
* Update version to 0.7.423 in package-lock.json and packages/data-provider/package.json
* chore: rename rememberForkOption -> rememberDefaultFork to apply new default value
* fix: headlessui menu stealing focus from Settings Dialog when pressing Enter
This commit is contained in:
parent
d6c0121b19
commit
020995514e
23 changed files with 92 additions and 43 deletions
|
|
@ -1060,7 +1060,7 @@ export enum TTSProviders {
|
|||
/** Enum for app-wide constants */
|
||||
export enum Constants {
|
||||
/** Key for the app's version. */
|
||||
VERSION = 'v0.7.5-rc1',
|
||||
VERSION = 'v0.7.5-rc2',
|
||||
/** Key for the Custom Config's version (librechat.yaml). */
|
||||
CONFIG_VERSION = '1.1.7',
|
||||
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */
|
||||
|
|
@ -1107,7 +1107,7 @@ export enum LocalStorageKeys {
|
|||
/** Key for the last selected fork setting */
|
||||
FORK_SETTING = 'forkSetting',
|
||||
/** Key for remembering the last selected option, instead of manually selecting */
|
||||
REMEMBER_FORK_OPTION = 'rememberForkOption',
|
||||
REMEMBER_FORK_OPTION = 'rememberDefaultFork',
|
||||
/** Key for remembering the split at target fork option modifier */
|
||||
FORK_SPLIT_AT_TARGET = 'splitAtTarget',
|
||||
/** Key for saving text drafts */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue