8.1 KiB
8.1 KiB
All the changes to Calckey from stock Misskey
Planned
- Stucture
- Sonic support as an ElasticSearch alternative
- DragonflyDB support as a Redis alternative
- Optionally use ScyllaDB for storing notes
- Rewrite backend in Rust and Axum
- Function
- Federate with note edits
- Admin customizable max note length (100-8000)
- User "choices" (recommended users) like Mastodon and Soapbox
- Join Reason system like Mastodon/Pleroma
- Option to publicize instance blocks
- Backfill remote users
- Build flag to remove NSFW/AI stuff
- Timeline filters
- Filter notifications by user
- Non-nyaify cat mode
- Exclude self from antenna
- Form
- MFM button
- Personal notes for all accounts
- Fully revamp non-logged-in screen
- Classic mode make instance icon bring up new context menu
- Rat mode?
Work in progress
- Weblate project
- Customizable max note length
- Link verification
- Better Messaging UI
- Better API Documentation
- Remote follow button
- Admin custom CSS
- Add back time machine (jump to date)
- Improve accesibility
Implemented
- A lot of general bugfixes
- pnpm instead of yarn
- Fix Dockerfile @hanna
- Upgrade packages with security vunrabilities
- Saner defaults
- Fediverse account migration
- Recommended instances timeline
- OCR image captioning
- Improve mobile UX
- Swipe through pages on mobile
- Redesigned mobile bottom nav bar
- Post button on TL
- Star as default reaction
- Like/star button
- Rosé Pine by default (+ non-themable elements made Rosé Pine)
- Better sidebar/navbar
- Better intro tutorial/onboarding
- Add back groups
- Integrate groups UI into chats UI
- MOTD (customizable by admins!)
- Custom randomized splash icons
- Self hosted, newly designed error images
- Illustrated by Henki!
- Licensed under the CC-BY-SA 4.0.
- Better timeline top bar
- Improved note style
- Make more of the post clickable like every other SNS
- No more details tag for reply attachments
- Better CW button
- Mark as read from notifications widget
- Less cluttered notification summary
- Better welcome screen (not logged in)
- vue-plyr as video/audio player
- Ability to turn off "Connection lost" message
- Raw instance info only for moderators
- New spinner animation
- Spinner instead of "Loading..."
- SearchX instead of Google
- Always signToActivityPubGet
- Spacing on group items
- Quotes have solid border
- Reply limit bug fixed
- Make showing the update popup optional
- Improve PWA manifest
- Fix incoming chat scrolling globally
- Update notifier
- Allow admins to set logo URL via admin settings
- Allow importing follows from Pixelfed
- Phosphor icons instead of FontAwesome
- Fully deprecate MkEmojiPickerWindow in favor of MkEmojiPickerDialog
- Link hover effect
- Replace all
$ts
with i18n - AVIF support
- Page drafts
- Patron list
- Animations respect reduced motion
- Undo renote button inside original note
- Custom locales
- Obliteration of Ai-chan
- Switch to Calckey.js
- Woozy mode 🥴
- Improve blocking instances
- Release notes
- New post style
- Admins set default reaction emoji
- Allows custom emoji
- Fix lint errors
- Use Rome instead of ESLint
- Keyboard accesibility
- MissV: fix Misskey Forkbomb
- Make showing ads optional
- Tapping avatar in mobile opens account modal
- OAuth bearer token authentication
- Styled Repair Tools
- Option to make enter send message
- Autocomplete in messaging
- Profile background as banner
- Star is generic like/favorite
- 👍 also triggers generic like/favorite
- Add additional background for acrylic popups if backdrop-filter is unsupported
- Add parameters to MFM rotate
- Many changes from Foundkey
0ece67b04c
: refactor pages/auth.form.vue to composition API4bc9610d8b
: remove unnecessary joins9ee609d700
: enhance privacy of notes0fec6e1047
: remove ms dependency46fff77acc
: client uses new API for child notes depthc35372a20d
: pack children without detailaca724e0bf
: enable to fetch replies recursively2fe64c1150
: Refactor components/page/page.textarea.vue to composition API6d3181f983
: Refactor components/page/page.text.vue to composition APIb630cd7eac
: refactor: add NoteReactions.packMany3fe351df6d
: fix: catch errors from packing with detail63591da33e
: refactor: colours in queue chart0f6d94f1e7
: backend: improve mutes and blockse2bf2715a6
: fix spelling error09a7eabda1
: backend: fix lint "no-throw-literal"4fbe2e065e
: client: fix lint "quotes"585e4f5c42
: fix textarea not updating properly30d8bc9259
: refactor: welcome.setup.vue to composition api751921e24f
: make emoji picker case insensitive298febeb9c
: enhance: add re-collapsing to quoted notesb0fdedb264
: fix lints in folder.vue6fed87f85d
: fix pagination.vue lints384e8c49b7
: server: allow to like own gallery posts4c5aa9e538
: server: allow to like own pages923c93da12
: use await for notes.countByca90cedba0
: server: reduce dead instance detection to 7 dayse9ab42c10a
: Alt text in image viewered9d4023d4
: add argon2 support