Skip to content

Releases: spuxx-dev/potber-client

v1.24.0

16 Oct 17:54

Choose a tag to compare

Fixed

  • Fixed a bug that would cause the currently selected post icon to be invisible in the post form (thanks to @herrkris!).
  • Fixed a bug that would cause tables to not render properly if one or more attributes were provided (thanks to @herrkris!).
  • Fixed a bug that would cause nested [url][img] tags to not behave as expected on mobile devices (thanks to @herrkris!).

Chores

  • Bumped node version from 16 to 20 in the build pipeline.
  • Build images now support arm64.

v1.23.1

24 Aug 09:10

Choose a tag to compare

Fixed

  • Fixed backdrop-filter styles not working on iOS Safari.

v1.23.0

20 Aug 17:08

Choose a tag to compare

Added

  • When following a direct link to a post (e.g. through a bookmark), that post can be manually (re-)focused via the kebab menu.
  • Added functionality to block posts and quotes by certain users.

v1.22.2

09 Aug 19:19

Choose a tag to compare

Fixed

  • Prevent the newsfeed from becoming unable to update.

v1.22.1

04 Aug 17:19

Choose a tag to compare

Fixed

  • Fixed a couple of issues that came with the changes to the sidebar gestures.

v1.22.0

04 Aug 14:47

Choose a tag to compare

Added

  • Added new theme 'poppx' (thanks to @fre-ben!).

Changed

  • Gestures to control the sidebar have been improved significantly (thanks to @fre-ben!).

Fixed

  • iOS Safari now defaults to a font-size of 16px on input and textarea elements to prevent the browser from zooming into these elements if the user has a smaller font-size selected in the settings.

v1.21.2

17 Jul 16:06

Choose a tag to compare

Fixed

  • Fixed bookmarks not being loaded properly.

v1.21.1

17 Jul 05:11
297d4b2

Choose a tag to compare

Fixed

  • Fixed an issue that would cause recent posts to not be reversed.

v1.21.0

15 Jul 16:57

Choose a tag to compare

Added

  • Added new font size x-small to the font size options.
  • Added ToggleSwitch component.
  • Added MenuCheckbox component.
  • The post form now includes an options menu.

Changed

  • [tex] tags are now being rendered using katex.

Fixed

  • [m] tags now wrap text properly.
  • Fixed an issue where attempting to view a board without the required permission would not result in an error notification being displayed.
  • Modal dialogs now have desktop-friendly widths in desktop mode.
  • Fixed an issue that would cause the recent posts that are shown below the post form to display wrong timestamps.

v1.20.1

28 Apr 16:34

Choose a tag to compare

Fixed

  • [mod] tags are now displayed properly again.
  • Fixed the avatar in the private message view not being clickable.
  • A couple of smaller fixes affecting desktop mode.