Skip to content

Releases: trypsynth/fedra

Fedra v0.3.0

04 Apr 14:15

Choose a tag to compare

  • Added an option to hide the totals from polls, and switched to preset amounts of time for poll durations.
  • Added an option to restore previously opened timelines on startup.
  • Added an option to show link previews in the timeline.
  • Added many more supported extensions to the add media dialog.
  • Added support for managing and opening list timelines.
  • Added support for reading and writing quote posts.
  • Added a new timeline filters tab to the options dialog, allowing you to filter your timelines on the client side.
  • Added the ability to schedule posts.
  • Added the {{ booster_username }} template variable for consistent @username display.
  • Added a thread mode check box to the new post dialog. When checked, every time you hit post, you'll get the dialog again, and be replying to your previous post.
  • Fedra will now respect the account-wide default post visibility in the new post dialog.
  • Fixed message duplication in the direct messages timeline.
  • Fixed the description fields in the add media dialog not showing up.
  • Fixed the post context menu not showing hotkeys and post-specific actions such as edit or delete.
  • Fixed the post context menu showing incorrect labels for actions on boosted/favorited posts.
  • It is now possible to interact with follower requests.
  • It is now possible to reorder your timelines with ctrl+shift+left/right arrow.
  • It is now possible to search your timelines with ctrl+f and f3/shift+f3.
  • List timelines now stream.
  • Opening the select user dialog is now much more responsive.
  • Pinned posts are now shown at the top of user timelines.
  • Removed the buggy global template system for now. There are plans to rewrite it in a much more stable way in the future.
  • The default templates now hide the reply/boost/favorite counts if they're zero.
  • The post details webview will now come up much faster and smoother.
  • The timeline switching hotkeys now work in the list of timelines as well as the timeline list.
  • You can now pin/unpin posts.

0.2.0

21 Feb 15:33

Choose a tag to compare

  • Added a webview-based dialog for viewing the raw contents of a post. #18.
  • Added a new option, checked by default, to remove tracking parameters from URLs.
  • Added an option to check for development builds upon update, not new stable releases.
  • Added timeline templates, allowing you to customize everything about how Fedra's timeline entries are displayed. The relative/absolute time check box has also been removed from the options dialog, and is now settable per-template. See the templates section of the readme for more details.
  • Filters are now respected in the timeline, and you can manage them in a super basic sense. This capability will be expanded in a future version.
  • Fixed attaching media, so more than teeny tiny files work now.
  • Fixed the handling of JSON responses from certain servers.
  • Hopefully fixed a rare but annoying crash in the new post dialog. #14.
  • It is now possible to type past the character limit once again, but you will get a warning sound when you do so.
  • Post statistics are now properly pluralized, so you will now hear "1 reply" instead of "1 replies".
  • pressing shift+f10 or the context menu key on a post will now bring up a menu of post actions. #16.
  • Replies are properly grouped in threads now.
  • The mentions dialog will now include users who haven't fedrated with your instance yet.
  • The open user dialog will now be automatically prepopulated with all of the usernames that appear in your current timeline. #9.
  • When closing a timeline, the name of the newly focused one will now be spoken before the timeline contents, as intended.

0.1.1

14 Feb 16:30

Choose a tag to compare

Version 0.1.1

  • Added the ability for you to set the language of your posts! #17.
  • API errors are now included in error output in a brief form.
  • Fixed Delete not closing timelines when the list had keyboard focus.
  • Improved default configuration values for new Fedra installs.
  • Reduced unnecessary screen reader output when entering the compose dialog.
  • The compose dialog now enforces the instance's character limit.
  • The focused timeline name is now spoken when using Ctrl+1-9, matching left/right arrow behavior.
  • The reply dialog title is now announced with the correct character count on first focus.
  • There is now only one key to back out of a timeline and close it, Ctrl+W normally or backspace in quick keys mode.
  • Updated the README and performed internal code cleanup.
  • When a timeline is closed, the newly focused timeline is now announced.

0.1.0

13 Feb 09:55

Choose a tag to compare

Initial release

Development Build

01 Feb 15:08

Choose a tag to compare

Development Build Pre-release
Pre-release

Commits since last release

  • 8ac5716: Don't bring up the select user dialog for posts where a user boosts their own post and similar.
  • 0b0b1de: chore: cargo update
  • d40be53: add media downloading support
  • 33abb62: fixed a debug alert and add support for playing media from a post that has multyple files
  • 5b880f9: add basic media playback support
  • 6b62bfe: Bump zip from 8.5.0 to 8.5.1 (#65)
  • 28b3f96: add support for properly interacting with posts on external instences from their local timelines. Quoteing takes a bit to open the dialog as we first have to convert the exact post the user wants to quote to an object that the user's instence can access, and return if the post is quoteable
  • fee3f8e: Remember active timeline and selected post position across restarts
  • 3400cf6: added an option to open the local timeline for a spisific instence
  • 1bb3211: Fix quick keys not disabling properly on first keypress
  • 36311c2: Clean up workflow

beta2

01 Feb 14:13

Choose a tag to compare

beta2 Pre-release
Pre-release
Use rustls-native-tls