Skip to content

v0.1.16

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 14:27
· 185 commits to master since this release

Progressive web app mirrors:

CLI client:

0.1.16 (2024-10-23)

Bug Fixes

  • android: icon was too big (6f3b721)
  • electron: "ipfs warning" without error message would appear after closing the desktop app (faa33f0)
  • electron: isElectron flag was missing (3a39eda)
  • embed: reddit links have to include '/comments/' to be embeddable (1dd2a4c)
  • package.json: add resolution for skia-canvas (0d23bdb)
  • post: confirm dialog for delete button wasn't working (4aa54a5)
  • post: don't show author edit reason if post is deleted or removed (6017ac2)
  • post: reason field for author edit didn't work (808a388)
  • post: score should show '•' if backend state is not 'succeeded' (a438daf)
  • post: score should show "?" while loading (7f8dc16)
  • post: webpage thumbnail was rendered as image from direct link (9678613)
  • reply: permalink button could be clicked while post is pending (ccdacfe)
  • submit page: don't link to subplebbit page from title unless the selected address is valid (4d6ea70)
  • submit page: dropdown would stay opened and focused after selecting sub with keyboard (8ffa0d4)
  • submit page: hitting enter key wouldn't select address in dropdown (bb92bd0)
  • subplebbit description showed too much space between lines (906bb31)
  • subplebbits: online/offline status of each sub would reload from scratch each time it was viewed (b90d0fb)

Features

  • account settings: alert user account is stored locally and specify location (d328c5c)
  • embed: add support for youtube playlists, music.youtube links (c4d93fb)
  • feat: add automatic last visit time filter (6823232)
  • feed: show alert to help user change time filter if there aren't enough posts (35febb2)
  • post: add client-side thumbnail fetching for webpage links from sites with CORS access (b3bbb9c)
  • profile: add info message about account, on first access (6ddb4d7)
  • profile: show info bar about newly created account on profile first access (9b701a5)
  • reply form: alert user the subplebbit might be offline before publishing reply (58218a7)
  • sidebar: add info next to red dot for offline subs without last update timestamp (5da4c02)
  • submit page: alert user if selected subplebbit might be offline (7e565ab)
  • subplebbit: inform user about time filter if active (352a74f)

Performance Improvements

  • gifs: cache first frame so gifs don't reload all the time when navigating (e1c02cd)
  • post: optimize post history resource consumption with memoization, virtualization, pagination, routing (9434a17)