Skip to content

Releases: h3poteto/whalebird-desktop

2.6.1

13 Dec 23:51
Compare
Choose a tag to compare

Added

  • #773 Add instance icon in account header

Changed

  • #785 Make UI a bit more accessible
  • #779 Bump megalodon to version 0.4.6
  • #771 Update more packages
  • #770 Upgrade Electron version to 3.0.10

Fixed

  • #783 Close sidebar before changing account
  • #782 Add Pinned toot update handler
  • #781 Fix RTL content leaking direction
  • #777 Fix media description again
  • #776 Keep an error listener after stopping socket
  • #774 Update README for node version
  • #766 Fix retrieving a retoot's toot tree

2.6.0

04 Dec 00:35
7fd49a9
Compare
Choose a tag to compare

Added

  • #759 Enable searching toots by link
  • #756 Switch focus between Timelines and Account Profile using shortcut keys
  • #755 Switch focus between Timeline and Toot Detail using shortcut keys

Changed

  • #751 Change help command of shortcut
  • #748 Enable account dropdown in narrow sidebar menu
  • #747 Increase sidebar to 360px

Fixed

  • #764 Update shortcut help for switching focus
  • #761 Stylelint fixes
  • #757 Fix moving cursor in CW input
  • #754 Fix undoing retoots/favourites
  • #753 Keep timestamp up-to-date and accessible
  • #752 Fix user layout in Follow(ers) tab
  • #746 Fix editing media description
  • #745 Clear sidebar timeline also when component changed
  • #744 Emojify account profile

2.5.3

26 Nov 12:46
91dfc59
Compare
Choose a tag to compare

Added

  • #740 Add tag as search target and show results of search tags
  • #733 Enable adding a media description

Changed

  • #739 Update more packages
  • #736 Update Noto Sans
  • #730 Update more node.js packages
  • #729 Upgrade megalodon version to 0.4.5

Fixed

  • #743 Change header width when open global header and side menu
  • #738 Remove spinner after image has been loaded
  • #737 Fix header length when not using narrow menu
  • #735 Fix json style in locales
  • #732 Fix Whalebird font stack
  • #731 Fix typo in Follow component

2.5.2

19 Nov 10:42
Compare
Choose a tag to compare

Added

  • #728 Add donate buttons for Patreon and Liberapay
  • #722 Enable a vue-loading overlay for the media viewer
  • #721 Show loading spinner when loading images
  • #719 Add settings button on header menu

Changed

  • #723 Update toot modal to copy CWs
  • #716 Update Toot layout
  • #715 Update vue and most related dependencies
  • #712 Update most related dependencies
  • #711 Update i18next and @panter/vue-i18next

Fixed

  • #726 Always clear timeline between switches/refreshes
  • #725 Fix failover image refresh
  • #724 Fix username emojification in sidebar
  • #720 fix: Stop unbind events when reload, and call unbind when destroy
  • #718 Check acct when parse account
  • #717 fix: Await initialize when TimelineSpace is created
  • #709 Fix timeline header width when account sidebar is collapsed

2.5.1

16 Nov 00:14
Compare
Choose a tag to compare

Added

  • #705 Render emojis in username

Changed

  • #706 Show substitute image when can not load the image
  • #704 Don't load emoji picker as default for performance
  • #701 Upgrade Webpack version to 4.x
  • #700 Upgrade electron version to 3.0.8

Fixed

  • #707 refactor: Cage Cards components in molecules according to atomic design
  • #703 Fix toot parser for account, tag and link
  • #699 Improve performance issue when users type new status

2.5.0

11 Nov 04:27
Compare
Choose a tag to compare

Added

  • #694 Allow customize unread notification of timelines
  • #689 Add emoji picker in new toot modal
  • #688 Enable Direct Messages timeline

Changed

  • #693 Add streaming update for direct message
  • #686 Enable playback of animated media

Fixed

  • #697 Fix unread mark on side menu when public timeline is updated
  • #692 Block changing account when the modal is active
  • #690 Fix tag parser in tootParser for Pleroma's tag
  • #687 Do not position the ⬆️ button behind the sidebar

2.4.4

01 Nov 11:59
Compare
Choose a tag to compare

Added

  • #682 Add sensitive settings and sync to each instance

Changed

  • #678 Move visibility settings to sync instance settings

Fixed

  • #684 Open the links in meta fields in the default browser
  • #683 Remove duplicated emojis when suggest
  • #679 Remove unnecesary state to fix preference's menu

2.4.3

25 Oct 23:17
Compare
Choose a tag to compare

Added

  • #675 Add option to hide/show global hea
  • #661 Show follow/unfollow button in follow/followers tab in profile

Changed

  • #669 Save refresh token if it exists

Fixed

  • #676 Load hide/show status when reopen app
  • #674 Fix side menu design for narrow style
  • #672 Clear notification badge on app icon when reload or scroll
  • #671 Add role and alt tag for accessibility
  • #670 Block to open account profile when the account is not found

2.4.2

14 Oct 14:02
d3cc68f
Compare
Choose a tag to compare

Added

  • #656 Show profile's metadata in account profile

Changed

  • #653 Update Korean translation

Fixed

  • #659 Fix order of unique when initialize
  • #658 Fix searching account when open my profile
  • #655 Fix accounts order on globala header
  • #654 Reoreder accounts and fix order method
  • #652 Fix toot parser for Pleroma

2.4.1

10 Oct 11:24
Compare
Choose a tag to compare

Fixed

  • #649 Add menu to reopen window after close window in macOS
  • #645 Fix calling unbind local streaming in timeline space