no longer beta!
This commit is contained in:
parent
8d9596d209
commit
d50ad16ac8
|
@ -20,7 +20,6 @@
|
|||
|
||||
## Work in progress
|
||||
|
||||
- Recommended instances timeline
|
||||
- OCR image captioning
|
||||
- Admin custom CSS
|
||||
- Improve accesibility score
|
||||
|
@ -35,6 +34,7 @@
|
|||
- Yarn 3
|
||||
- Fix Dockerfile @hanna
|
||||
- Saner defaults
|
||||
- Recommended instances timeline
|
||||
- Star as default reaction
|
||||
- Recommended Instances timeline
|
||||
- Rosé Pine by default (+ non-themable elements made Rosé Pine)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "12.118.1-calc.rc.5",
|
||||
"version": "12.118.1-calc.rc.5.1",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
|
||||
<FormSection>
|
||||
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
|
||||
<template #label>{{ i18n.ts.recommendedInstances }}<span class="_beta">{{ i18n.ts.beta }}</span></template>
|
||||
<FormTextarea v-model="recommendedInstances" class="_formBlock"></FormTextarea>
|
||||
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
|
||||
</FormSection>
|
||||
|
|
Loading…
Reference in New Issue