news

twtxt.net

News about twtxt.net (the pod) and Yarn.social (the software and ecosystem)

Recent twts from news

📣 Outage Notification: On Tuesday 23rd May 2023 between 7.30am to 5pm, there will be an outage of undefined length with no known start time due to planned power meter upgrades on the premises by the energy company.

You know, it’s one of those things where they give you a ~12hr window 🤦‍♂️ I will post here again once the technician is on-site and power down. I will power back up as soon as the work is complete.

According to the information I’ve received, the outage should be no more than ~1-2hrs.

Apologies for any inconvenience 🤗

⤋ Read More

📣 Update on Activity Pub: Just a quick update on the Yarn.social <-> Activity Pub (aka Mastodon and others):

  • Can follow other Activity Pub actors ✅
  • Can be followed by other Activity Pub actors ✅
  • Your posts can be seen by Activity Pub actors ✅
  • You can see posts from Activity Pub actors ✅

What does not yet work:

  • Translating replies (aka threading) ❌

⤋ Read More

📣 NEW: For those that run a Yarn.social pod (an instance of yarnd) for their Twtxt needs for themselves, family and friends, please be aware of the following change/commit in main or edge (if you use the Docker image):

* f3f1e429 2022-12-21 | Add configurable front page (anonymous discover view) behaviour (#1103) (HEAD -> main, origin/main) [James Mills]

Be aware that this change will by default make the front page of your pod display “local” posts only. This only affects the front page for anonymous viewers, this does not affect the actual “Discover” view (once authenticated).

If you want the old behaviour, go to Settings -> Poderator Settings and change the “Front page displays” option.

⤋ Read More

Hey all 👋 I’ve just update my pod at twtxt.net to a “dev” branch to test PR #1059, please let me know if you experience any issues or regressions, bugs, etc 🙏 If everything is good after a few hours I will merge this PR and keep working. This is the new “Filter and Lists” feature… Thanks! 🙇‍♂️

⤋ Read More

📣 Release: yarn v0.15 - Phosphorus Phoenix

Hello Yarners! 🤗

It’s again been a long while since our Last Release yarnd v0.14 over ~6 months ago! 😳 Sorry about that! 🙏 I guess we got a bit busy with a few other things going on…

First of all a big thanks to everybody who has given all of their time and effort to help Yarn.social become a better platform every day.

A special thanks to our new contributors @tkanos@twtxt.net and @eaplmx@twtxt.net who recently started contributing to the project! Thank you! 🙏

Without further ado, here are the highlights for the 0.15 release!

Highlights
  • Twtxt Search Engine – The much improved Twtxt Search Engine
  • NEW Sync API 🥳 (see below)
  • Add Block Quote button to the Postbox.
  • Add official “Feed Types” (see below)

Its a bit of a small(ish) release with no that many “big” new features (sorry!) mostly just bug fixes and little improvements. So if you’re curious please see the full Change Log below.

Twtxt Search Engine

The much improved Twtxt Search Engine is out which improves the index greatly, performance and overall functionality and UX.

Help pages have been improved and overall searches are “just better”.

Check it out!

Sync API

For a long time we’ve talked about the possibility of “syncing” a local feed with your feed on a Yarn.social pod. This is now possible with a 3-way Sync API /api/v1/sync and a sub command of the yarnc command-line client. Usage is as simple as:

$ yarnc sync twtxt.txt

See yarnc sync --help and the [Sync API (https://dev.twtxt.net/doc/api.html#sync) API endpoint documentation for more details.

Feed Types

In order to better improve the code and manageability of different feed types such as automated feeds (bots) and RSS / Atom feeds, we have defined a set of Feed Types namely:

  • rss – A Twtxt feed whose primary source comes from an RSS / Atom feed.
  • bot – A Twtxt feed which is fully automated by some script or automation.

These are the only feed types currently and we do not expect any more really. The way this works is ti simply add # type = rss|bot to your feed if the feed you are publishing is a non-human/non-user feed. Omitting the type Metadata is completely fine and optional. The default for all feeds is a User / Human feed.

This helps us categorize and filter out noise feeds, automated feeds from views like the “Discover” view on Yarn.social pods and serve as a way to “filter” for these types of feed in the Twtxt Search Engine.

As per usual, please provide feedback to @prologic@twtxt.net or reply to this Yarn 🤗

⤋ Read More

📣 FYI: This pod (twtxt.net) may restarts several times over the next few hours as I work on v0.15 milestone issues and push them out to my pod live. If you see 404 Not Found its just the Pod restarting, just check back in a minute.

⤋ Read More

📣 NEW: Just a small quick update on recent additions, improvements and fixes to Yarn.social’s backend yarnd:

* 4e13d564 2022-10-25 | Add Sync API and sync sub-command for yarnc for syncing a local feed to a Yarn.social pod (#1033) [James Mills]
* 683b65e1 2022-10-25 | Add an improved version of the Settings view with Tabs (#1032) [James Mills]
* 0e887ba1 2022-10-25 | Add /api/v1/whoami endpoint that exposes the Username of the logged in user (#1028) [James Mills]
* 3c4c479b 2022-10-25 | Add Pod Logo resource endpoint and update Info resource to include link (#1029) [James Mills]
* e7a11b8a 2022-10-25 | Add a little Javascript (optional of course) to support Drag 'n Drop to Upload files/media (#1031) [James Mills]
* 7def6d88 2022-10-25 | Fix missing aria-busy css (#1030) (pod) [James Mills]

⤋ Read More

📣 NEW: Build 63 of Goryon (not renamed yet)

No new changes. We’ve finally gotten the build to work again and are actively pushing out new versions.
Many thanks to @mearaj@twtxt.net for fixing the build and upgrading dependencies! 🙇‍♂️

Versions available:

Enjoy! 🤗 Please report all feedback to @prologic@twtxt.net or reply to this Twt 👌

⤋ Read More

📣 NEW: Releases - yarn - v0.14.0

yarnd v0.14 Silicon Sphinx

Hello Yarners! 🤗

Long time no release! We have a pretty big 0.14 release and we are already prepping our 0.15 features!

First of all a big thanks to everybody who has given all of their time and effort to help Yarn.social become a better platform every day.

Without further ado, here are the following changes for our 0.14 release!

Highlights

The biggest highlight of them all is that Yarn.social is now available on the Vultr Marketplace! 🥳

Before we mention the fixes here are some fantastic new features found in this release:

  • Added support for muting by subject and hash.
  • Tool created for computing the on-disk Archive path for a given Twt hash.
  • Yarn.social deployment documentation.
  • Poderator alert system for displaying pod wide messages.
  • Support for displaying custom links in profiles, both locally and external facing profiles.
  • Read More option to shrink large walls of text. Javascript required.
  • Link Verification option, a popup modal box on links, for those extra cautious folk. Javascript required.
  • Third party tracker removal. Removes most (if not all) social media and other service attributes on links. Javascript required.
  • Replies to users or feeds who have been muted will display a ‘muted’ message.
  • Realtime feed fetching using WebSub.
  • Added additional metrics and debugging API for WebSub.
  • IndieAuth endpoint support.
  • Updated multiline extension for twtxt.
  • Updated PicoCSS

And now for the important noteworthy bug-fixes: 🐞

  • A multitude of CSS and general UI/UX fixes. This will always be a constant battle!
  • Memory surge fix by disabling daily stats job.
  • Fix errors from bad hashes with the /conv handler.
  • Fix mentions functionality of the formatting toolbar.
  • Fix multiple image stacking.
  • Fix postbox keeping text in various cases.
  • Fix image rendering regression.
  • Fix panic errors during user lookups.
  • Fix several language translations.

As per usual, please provide feedback to @prologic@twtxt.net or reply to this Yarn 🤗

⤋ Read More

📣 NEW: There is now a permanent Demo Pod available at https://demo.yarn.social as of today!

The Yarn.social landing page has also been updated to link to the Demo Pod too.

If ever you weren’t sure wtf Yarn.social even is, or why it matters, you are more than welcome to play around with the Demo Pod, just be aware that it is isolated from the rest of the network, and we will wipe it at any time without warning or notice, it’s just a demo 😅 (probably we’ll wipe it only once per release of yarnd – the software backend).

⤋ Read More

📣 FYI: I am going to have to temporarily shut down the global search service as it’s currently killing my infra with excessive CPU and I/O utilization. Sorry folks 😅 I will investigate why when I have time/bandwidth and try to address the “problem”. 🤗

⤋ Read More

📣 NEW: I realize we’re still in a “code freeze” for Yarn.social’s backend yarnd; however I wanted to share a new feature that just got built this weekend.

WebSub

This means the following two experimental features are not complementary and can hopefully both be promoted soon™ 🤞

  • moving_average_feed_refresh
  • websub

I would encourage anyone that normally runs yarnd from the main branch or the prologic/yarnd:latest Docker Image to give this a try and report any issues you come across!

You can enable this feature websub or both websub and moving_average_feed_refresh
in your Manage Pod UI and entering the features there one per line and
hitting “Save”.

Thank you! 🙇‍♂️

⤋ Read More

📣 NEW: Releases - yarn - v0.13.0 - Aluminium Amarok

Hello Yarners! 🤗

What a month (and a bit) it has been! 😅 During this time we’ve closed out
78 Pull Requests, 55 Issues from the hard work of 8 contributors over 174 commits!

This release yarnd v0.13 is special because this will be the last release
for a while. The project will be entering a “feature freeze” whilst the developers
and active contributors slow down a bit and work on some other much-needed components.

We will be working on improving documentation, deployment guides, builtin pages
and other supporting services and components in the ecosystem. In addition a
decision has been made to relicense all software components under a new license
(AGPLv3) going forward. We hope this will not affect contributions in any way but
will also serve to protect what we’ve all worked so hard to build.

But don’t worry! We will still be committing to main, we just won’t be adding
and new significant new features for a while.

Without further ado, here are the following changes for our 0.12 release!

Highlights

First the important noteworthy bug-fixes: 🐞

  • Fixed various rendering issues with blockquote(s) and code snippets.
  • Fixed image alt and title rendering
  • Fixed various Cache consistency bugs
  • Fixed privacy issue in “Mentions” view
  • Fixed support for WebMentions and cross-pod mentions
  • Fixed weird behaviour when accidentally posting an empty Twt

And finally the new shiny new features! 🥳

  • Pod Owner/Operators (Poderators) can now edit Pod pages in data/pages/<name>.md and changes are reflected live!
  • Users that reply to someone they don’t follow now correctly @-mention them.
  • Users can now @-mention cross-pod as well as any Twtxt-supported feed using the now well supported syntax @nick
  • Added first-class support for GIF(s) 🦋 Finally! 😅
  • Added support for fetching feeds over gemini://
  • Added support for Twitter Summary Card
  • Added support for pressing Escape to cancel a Reply
  • Added support for configuring Twts Per Page in Manage Pod

As per usual, please provide feedback to @prologic@twtxt.net or reply to this Yarn 🤗

⤋ Read More

📣 PSA: To all Yarn.social Poderators…

Please don’t forget to ensure that the following “Blocked Feeds” patterns exist in your Pods:

port70\.dk
enotty\.dk
gopher\.floodgap\.com

Thank you 🙇‍♂️

PS: These are btw defaults for new pods, so please make sure your pod has these configured 👌

⤋ Read More

📣 FYI: Be aware of the following commit as you upgrade your Pod(s)

* cfd9397 2022-01-30 | Fix blocked feeds configuration and add some default blocked feed patterns (HEAD -> main, origin/main) [James Mills]

If you have never used the “Blocked Feeds” configuration option from the command-line flags, then you do not need to worry.

⤋ Read More

📣 PSA: At this point I believe it is prudent to postpone the upcoming yarn v0.13.x release until this weekend. Sorry for any inconvenience (probably none, since most current/active poderators seem to run the main branch anyway 😅) – Thank you! 🙇‍♂️

⤋ Read More

📣 NEW: Releases - yarn - v0.12.0

Hello Yarners! 🤗

What an absolute week it has been! Quite a bit of change for this Yarn release. Let me preface this by thanking everybody involved in this project; the developers, the UI/UX testers, and especially the users. 🤗

Without further ado, here are the following changes for out 0.12 release!

General Fixes:

  • Lots of minor alignment issues with logos, code tags and other margins and gaps!
  • Fixed the order of the ‘Hide Replies’ feature.
  • Icons size for profiles without avatars.
  • Fixed duplicate followers bug!
  • Language fixes to have more neutral text.
  • Fixed an issue with last seen text on profiles.

Highlights:

  • New image displays; Lightbox (as per default) and Gallery for those who prefer images below the text!
  • Variable image support; Preservation of original quality images and serving thumbnails and links to original media.
  • Support for configurable pod-level avatar and media resolutions
  • Added poderator support for deleting feeds in Manage Users
  • Basic onboarding flow for new users including automatic following of important feeds.
  • Backwards compatibility support
  • Can’t forget our CLI users; Adding of hash commands for constructing Twt hashes.
  • Added poderator support for clearing Yarn cache with the Refresh Cache option.
  • Update Pod Logo and Favicon to simpler colours.

As per usual, please provide feedback to @prologic@twtxt.net or reply to this Yarn 🤗

⤋ Read More

🥳 NEW: Several new features are in master right now, waiting to be released for the upcoming yarnd v0.12. I was going to release today, but I’d rather hold off for an extra day in case there are any niggling issues.

Here’s a brief summary of the highlights:

  • New Display Image Preferences: inline, lightbox and gallery
  • New Display Media toggle
  • Original quality uploaded media is now prserved
  • New Original Media toggle
  • Can now configure Media/Avatar resolution
  • Can now delete feeds in Manage Users
  • Internal Events / Onboarding
  • yarnc hash

⤋ Read More

📣 PSA: All old Twt.social hosted pods I used to run for FREE way back when this project was under a different branding have all been shut down as per my announcement email (sent ~91 days ago) to all previous Pod Owner/Operators at that time.

As promised, if this affects you in any way, I’ve taken backups. Happy to hand over the data to you.

If you would like to continue to use Yarn.social, please join an existing pod or spin your own up, it’s pretty easy to do! 👌 – The “Hosted Pods” offering will come back soon™ Thank you! 🙇‍♂️

⤋ Read More

📣 FYI: For those of you still on yarn v0.10.x you might want to update past these revisions:

* e7c423d 2022-01-01 | Remove Cached.IsDead() and Dead field and defer to humans for how to deal with possible dead feeds [James Mills]
* ff89e56 2022-01-01 | Reduce the level of error logging in the Cache.FetechFeeds() (renamed) [James Mills]
* d5230d2 2022-01-01 | Don't skip dead feeds for now [James Mills]

If you’re running v0.10.x with some code I introduced to try deal with potentially dead feeds automatically; that code is bupkis and totally b0rked 😅

Alternatively just upgrade to the latest v0.11.x that was recently released 🥳

⤋ Read More

📣 NEW: Releases - yarn - v0.11.0

Hello Yarners! 🤗

Happy New Year! #2021 #NewYearsEve 🥳

For those of you that live on this side of the planet, Welcome to #2022 🥳

This year in Yarn we have a brand new version of yarnd
for you all with exciting new features! 🥳 Some of you have already been using them! 😅

Highlights:

  • NEW Peers try to validate the authenticity of injected Twts between peers.This has finally #resolved the issue with my Avatar that kept reverting back and forth 😂
  • NEW New refresh Metadata field added to the Metadata ext allowing feed authors to manually hint to clients as to how often their feeds should be fetched.
  • NEW Moving Average Feed Refresh (currently in experimental) feature (Enable with moving_average_feed_refresh) that automatically backs off fetching/refreshing feeds based on an exponential moving average of feed’s update frequency. This helps to reduce traffic to pods and external feeds but keep the network convergent within 60s to 10m (on-pod are always instantaneous) 🚀
  • NEW Improvements to the yarnc timeline command to support -r/--reverse and -n/--twts 🧑‍💻
  • NEW Support for pruning old dead accounts a multi-user pod might accumulate. This sends an email to the Pod Owner on a weekly basis and uses a heuristic score ranges from 1000 (every user) to 2993 (users who have never posted, never updated any part of their profile). A Poderator (Pod Owner/Operator) is sent a weekly candidates of up to 10 users with a score > 1200 for consideration. 👻
  • NEW Active Users. Pods now measure two key metrics a Poderator can track, Daily Active Users (DAU) and Monthly Active Users (MAU). These are only accurate to a day. 📈
  • NEW New followers tracking that is now actually accurate and is pruned once-per-week. So now your “Followers” count, even across pods will be accurate and up-to-date 🥳
  • FIXED Finally squished that annoying bug 🐞 causing profile data to flip-flop
  • FIXED The LookupHandler() was fixed to support auto/tab-completion for external feeds! 🥳
  • UPDATE Update Chinese and Taiwanese translations! 🇨🇳 🇹🇼

Big thanks to @gbmor for driving the need for some much needed network optimizations!
Thanks again to @ullarah for the many UI/UX updates and improvements! 🙇‍♂️
And thank you again to @venjiang for updating the CN and TW translations! 👌

As per usual, please provide feedback to @prologic@twtxt.net or reply to this Yarn 🤗

⤋ Read More

📣 NEW: Releases - yarn - v0.10.0

This week in Yarn we have a brand new version of yarnd for you all with exciting new features! 🥳 Some of you have already been using them! 😅

Highlights:

  • NEW Cache Convergence! – Phantom Twts are no more! 👻
  • NEW More UI/UX improvements all round! 🥳
  • NEW Manage Jobs for Poderators ⚙️
  • FIXED Fixed a few minor UI/UX bugs 🐞 (despite the many listed bugs below, we #testinprod 🤣)

Big thanks to @ullarah and @fastidious for all the PRs this week 😍
And a special thanks to @markwylde@twtxt.net for fixing the CSS animations! 🙇‍♂️

As per usual, please provide feedback to @prologic@twtxt.net or reply to this Yarn 🤗

⤋ Read More

📣 NEW: Hey all 👋 Just wanted to announce the new “Cache Convergence” feature.

If you regularly run yarnd on master; please git pull, rebuild and enable the feature converge.

This will fill in missing twts found during a feed cache cycle by asking peering pods for the missing twt.

Testing so far has found the experimental feature converge to be working quite well 👌

cc @lohn @eldersnake@twtxt.net @fastidious @xuu @lukas @ullarah @meff @laz @jlj

⤋ Read More

Recent commits to yarnd on master:

* ecda847 2021-12-12 | Add support for loading up a previous cache version (n-1) and migrating to current version (HEAD -> master, origin/master) [James Mills]
* 2064ae6 2021-12-12 | Add MemoryUsage() to help optimize some parts of the codebase's memory allocations [James Mills]
* 507c5ae 2021-12-11 | Bump cache version [James Mills]
* 2267620 2021-12-11 | Further optimize on-disk cache to reduce memory allocations on load/store [James Mills]
* cda41d2 2021-12-11 | Fix Cache.Store() and Cache.Load() to take advantage of gob streams and reduce memory allocations on startup [James Mills]

Probably won’t cut a new release this weekend:

$ git describe
0.9.0-13-gecda847

⤋ Read More

📣 NEW: Releases - yarn - v0.9.0

Apologies for the long waited release of the 0.9.x series 😅 This is a release that mostly refactors a lot of the default theme’s UI/UX. In particular the nightlights are:

  • Updated icon-set to use the lovely Tabler Icons 😍
  • Update Profile views to be actually clean and sane! 👌
  • And lots of other small UI/UX improvements thanks to @fastidious @Ullarah and @darch@twtxt.net 🙇‍♂️

The only other notable changes are Work-in-Progress items that will eventually lead us to a fully distributed and cross-pod Yarns without missing context or participants (based on your interactions with others!).

As per usual, Happy Yarning! And please send all feedback to @prologic@twtxt.net or reply to this Twt! 🤗

⤋ Read More

🐞 FYI: For those of you that use the feeds.twtxt.net service, it appears I pushed a commit that broke ALL external feeds (no wonder my timeline has been a bit quietish of late 🤦‍♂️). Very sorry about this, I believe it is fixed now and you should get updates again from external feeds you may follow. 🤗

⤋ Read More

📣 NEW: Build 61 of Goryon (not renamed yet)

  • Make videos play inline (origin/inline_video_play, inline_video_play)
  • Fix bug when app tries to login to a pod with bad data from a saved user that no longer exists
  • Fix fetching twts for external profiles (Fixes #120)
  • Fix the Post button and move it to the AppBar actions
  • Fix italic button to output the correct markdown

Versions available:

Enjoy! 🤗 Please report all feedback to @prologic@twtxt.net or reply to this Twt 👌

We’re looking for Flutter/Dart developers to help us get the app over the line and into the various “app” stores.
We’re also looking for help getting the app into the F-Droid and Aurora stores.
If you can help us, please reach out to us! 🤗

⤋ Read More

📣 Releases - yarn - yarnd 0.8.0

This week in Yarn we have a brandh new version of yarnd for you all with exciting new features! 🥳 Some of you have already been using them! 🤗

Hightlights:

  • NEW MagicLinkAuth – Login with your email address!
  • NEW StripTwtSubjectHashes – Twt Subject Hashes are transparently stripped
  • NEW: ShowTwtContext – Now that Twt Subject Hashes are gone, all hail Twt Context! 😆
    ** FIXED: Fixed a few critical bugs that would cause yarnd to crash and leak resources 🐞 Sorry @jlj and @eldersnake@twtxt.net 🤗

Seriously though, these are massive UX improvements to the Web Interface. 👌 (hopefully these will also come to hte Mboie App too!)

Big thanks to @darch@twtxt.net and @fastidious for all the PRs this week 😍

As per usual, please provide feedback to @prologic@twtxt.net or reply to this Twt

⤋ Read More

Releases - yarn - v0.7.0

This is probably one of the biggest releases of yarnd in a while, there were a lot of bug fixes, improvements as well as a tonne of new features. 🥳

Highlights:

  • Custom pages
    The About, Privacy and Abuse pages can now be customised by Pod Owner/Operators.
    To do so simply copy the builtin ones cp -a internal/pages /path/to/data or
    just start creating matching pages in /path/to/data/pages.
    Note that unfortunately at this time customising pages requires a restart of
    the backend yarnd as page content is cached.
  • Login via Email
    Users can now login with their email address in addition to their username
    and password (if set). This feature can be enabled by Pod Owners/Operators
    with the magic_link_auth feature flag.
  • Improved UX for Follow/Unfollow and Mute/Unmute buttons with graceful JS fallback!
  • Pod-level Timezone, Time format and Open links in preferences.
  • New /custom support for themes to serve arbitrary static assets
    This new route allows Pod Owner/Operators to serve up arbitrary static assets
    with any directory structure that cannot be easily served up by the existing
    /css/:commit, /img/:commit and /js/:commit routes. Custom static assets
    should be placed in a directory called custom under /path/to/theme.

As per usual, enjoy and happy Yarns 🤗

Please provide all feedback to @prologic@twtxt.net or reply to this Yarn.

⤋ Read More

📣 NEW: twtxt Developer Documentation : Archive Feeds Extension

Announcing the “Archive Feeds Extension”. Many thanks to @movq and @lyse for helping put this together 🙇‍♂️ This small little extension allows feed authors to “rotate” their feeds (something that yarnd already does on a weekly basis) so that we can continue to scale and grow years from now. Fun fact, my own feed @prologic@twtxt.net hit ~2.1M over the weekend and the default -F/--max-fetch-limit for yarnd is ~2MB so my feed stopped working 😅

⤋ Read More

Releases - yarn - v0.6.2

This is the second patch for the 0.6.x series of yarnd that fixes a few bugs.
In addition it also adds “Feed Rotation” via a RotateFeeds() job as this has become necessary now (@prologic filled his feed! finally after 16 months!). Feed rotation is performed at ~2am on a Sunday (weekly) and is controlled by the -F/--max-fetch-limit pod configuration.

Enjoy! 🤗 As usual send feedback to @prologic@twtxt.net 😅

⤋ Read More

🐞 FIXED Releases - yarn - v0.6.1

Very sorry 😢 I fucked up in with the addition of hte User OpenLinksInPrefernece features added in 0.6.0 🤦‍♂️ This minor patch releases fixes a nasty nil pointer derefernece bug. Again sorry! 🙇‍♂️

PLEASE upgrade to 0.6.1+ 🙇‍♂️

⤋ Read More

📣 NEW: Releases - yarn - v0.6.0

Highlights:

  • The yarnc command-line client now renders Twts in Markdown just like the Web Interface and Mobile App 🥳
  • Blacklists 🏴‍☠️ it is not possbile for Pod Owner/Operators to “blacklist” feeds by a list of regex patterns. This should be used sparingly and as a last resort ⚠️ (also don’t use a regex pattern of .* 😂)
  • Several new User Settings preferences:
    • Time display preferences, 12h or 24h
    • Open links preferences, new window or same window

Enjoy! 🤗

⤋ Read More

📣 NEW: Build 60 of Goryon (not renamed yet)

  • Add Post as persona
  • Update settings privacy toggles text to match c24f2ec of yarn
  • Add AMOLED theme and navigate to user profile in drawer profile avatar
  • Fix saved pod url scheme in cache

Versions available:

Enjoy! 🤗 Please report al feedback to @prologic@twtxt.net

⤋ Read More

Releases - yarn - v0.5.0

Highlights:

  • First-class custom themes
  • Displaying bookmarks as a “Timeline” view
  • Dealing with misbehaving clieknts
  • Optinoally disabling media altogether (–disable-media)
  • Adding support to the API for allowing the Mobile App to “Poast as…”

Enjoy! 🤗

⤋ Read More

📣 NEW: Build 59 of Goryon (not renamed yet)

  • Fixes the title of the “conversation” button to be “Yarn”

This brings the Mobile App in-line with the yarnd Web Interface and the branding and labelling to be more consistent. Thanks to @fastidious@twtxt.net for this suggestion!

Versions available:

Enjoy! 🤗 Please report al feedback to @prologic@twtxt.net

⤋ Read More