Skip to content

Releases: null2264/Ghostbox

2023.10.4

28 Oct 06:53
Compare
Choose a tag to compare
  • UX: fetch account when mention component is rendering
  • UX: "missing" account now show missing image icon as avatar next to user mention
  • Status: avatar size adjust depending on status' text size (kinda, currently only check for large text size)
  • Timeline: make home, local, fediverse, and remote (instance) timeline layout more consistent with the other pages
  • Timeline: move pin button to remote (instance) timeline's header
  • Search: move search icon to the start of textbox
  • UI: changed how user acct is rendered, domain now shown as button (similar to Thread)
  • Mention: fix mention doesn't have underline on hover
  • UI: changed default font to Nunito Sans
  • Dev: migrate l10n to Project Fluent (partially, we'll migrate slowly while working on other changes)

2023.10.3

19 Oct 01:35
7b4d125
Compare
Choose a tag to compare
  • UI: highlight mentions
  • UI: add user avatar next to user mention
  • UX: fixed mention not rendered properly when user is not in the database

2023.10.2 (Hotfix)

15 Oct 07:59
Compare
Choose a tag to compare
  • UI: fixed read more button always shown

2023.10.1

15 Oct 07:25
098e720
Compare
Choose a tag to compare
  • Dev: move files from app/ to src/
  • Dev: cache translation instead always requesting new one
  • Dev: start replacing <Bundle /> with React's lazy load
  • UI: fixed audio player hide button colour on hover
  • UI: show display name on profile page's title
  • UX: rename soapbox/ routes to ghostbox/
  • UX: change ghostbox/config route to ghostbox/admin/config for consistency
  • UX: redirect notice/:statusId to posts/:statusId for consistency
  • UX: read more now act like CW's show content
  • Pleroma: fixed instance not being normalised

2023.10.0

13 Oct 06:00
Compare
Choose a tag to compare
  • Pleroma: backport MRF breaking changes fixes from Akkoma
  • Akkoma: add support for Akkoma's "machine translation"

v1.1.1: Akkoma Fix

10 Oct 08:14
Compare
Choose a tag to compare
  • Akkoma: fixed MRF due to backend breaking changes

v1.1.0: Compatibility Fixes

10 Oct 05:37
Compare
Choose a tag to compare
  • UI: disable voters count
  • Dev: fixed process.env variables inaccessible at compile time
  • UX: fixed post will always post regardless if poll valid or not
  • Misskey: fixed audio CORS issue
  • Spirit: explicitly mention post author on reply
  • UX: ghostbox now assume browser is mobile from User-Agent
  • Compatibility: crashes on instance timeline
  • UI: remove navbar items' text if there's more than 4 items
  • UX: fixed timeline jumping (Thanks to BDX-town/Mangane#247)
  • Compatibility: support indefinite poll
  • UI: fixed poll vote count
  • UX: fixed video player refuses to go fullscreen

v1.0.0: Divergence

28 Sep 00:44
f36fcdb
Compare
Choose a tag to compare
v1.0.0: Divergence Pre-release
Pre-release
  • UI: fixed options in setting page not shown properly
  • UI: improved sensitive content and CW UI/UX
  • UI: moved settings and dashboard into "More" menu
  • UI: rearrange sidebar
  • UI: changed favorite icon to star
  • UI: add CSS support for headings (H1, H2, H3)
  • UI: moved timeline (local and fediverse) right below search
  • UI: shorten follow request notice
  • I18n: remove unused locales
  • UI: rename Soapbox to Ghostbox
  • UI: changed spinner's look
  • UI: add hide video button
  • Dev: migrate from Webpack to Vite
  • UI: add privacy indicator to posts
  • UI: fixed dropdown misalignments and overflows
  • UI: add MFM support
  • UI: improve emoji picker for mobile
  • Compatibility: fixed CSP support
  • UI: fixed 'load more' button misalignment in Media page