Skip to content

Commit 4c4d146

Browse files
authored
chore: prepare release 1.17.0 (#853)
> [!IMPORTANT] > Merging this PR will create a new release. ## Features * Add support for misskey-flavored markdown color definitions. E.g. `$[fg.color=f00 bg.color=00ff00 red on green]`. ([#860](<#860>) by @7w1) * Add per Space setting for when to show room icons in sidebar ([#851](<#851>) by @nushea) * Add toggle to list all rooms inside of the home sidebar. ([#866](<#866>) by @nushea) ### Change Image Viewer to feel more natural to use. ([#686](<#686>) by @7w1, @nushea, @Septicity) - Fixed zoom gestures generally not working on mobile. - Changed the % number in the top right to reflect the zoom of the original image as opposed to the change from it fitting the container. - Made the zoom pill allow entering custom values. - Added a button that zooms you to the original size of the image, and a button to return to the size that fills the container. - Added a pixelated image scaling setting: choose Both, Chat, Image viewer (default), or Neither for crisp nearest-neighbor rendering. - Transitions are now disabled for manual panning to improve responsiveness. ## Fixes * Fixed starting lists at arbitrary numbers and list markers extending off screen with long numbers. ([#860](<#860>) by @7w1) * Fix single new lines after block quotes being block-quoted. ([#860](<#860>) by @7w1) * Fix emojis not rendering in reply chips. ([#860](<#860>) by @7w1) * Hardened html parsing in standard input box, should no longer randomly delete text in arrow brackets (unless valid, properly closed, legal html). ([#860](<#860>) by @7w1) * Fixed the message loading spinner flickering instead of continuing during large pagination chunks. ([#895](<#895>) by @7w1) * Fix matrix.to links getting arrow brackets inserted when editing messages. ([#860](<#860>) by @7w1) * Fix mentions breaking after editing messages with mentions. ([#860](<#860>) by @7w1) * Fix account switching and logging in with multiple (SSO) accounts silently failing ([#882](<#882>) by @770grappenmaker) * Removed the arbitrary bio limit from the bio editor. ([#863](<#863>) by @7w1) * Remove target and rel attributes from outgoing html links. ([#891](<#891>) by @7w1) * Fix tablet layouts having the sidebar fill up the screen. ([#864](<#864>) by @7w1) * Add support for stable mutual rooms endpoint, manually ported from [this commit](cinnyapp/cinny@bef2672) by ajbura upstream. ([#852](<#852>) by @7w1) ## Documentation * Docker build tags have been updated: `latest` now tracks the latest versioned release and `dev` now tracks the dev branch. ([#892](<#892>) by @7w1)
2 parents eebf97b + 2ad332a commit 4c4d146

20 files changed

Lines changed: 37 additions & 98 deletions

.changeset/add-misskey-flavored-markdown.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/add_per_room_icon_display.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/add_show_all_rooms.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/feat_image_viewer_changes.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/fix-arbitrary-list-starts.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-blockquote-newlines.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-emojis-not-rendering-in-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-hardened-html-input.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-loading-spinner-flicker.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-matrix-to-links-arrow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)