# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 16
# self = https://watcher.sour.is/conv/obnz45a
📣 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 or reply to this Yarn 🤗*
📣 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 or reply to this Yarn 🤗*
@news Awesome, excellent job as always @prologic and crew!
@mckinley Most (if not all) of that thanks should go to @ullarah 😅 As always great job on this release and so many improvements along the way 👌
@mckinley Most (if not all) of that thanks should go to @ullarah 😅 As always great job on this release and so many improvements along the way 👌
@prologic Thanks @ullarah!
@news hey, great!

Is there any guide to update from 0.13 to 0.14?
I'm using the Vultur Marketplace version https://www.vultr.com/marketplace/apps/yarn
@eaplmx Good question! @darxh did you manage to successfully upgrade your viltr instance?
@eaplmx Good question! @darxh did you manage to successfully upgrade your viltr instance?
You should be able to basically perform the following steps:

1. Download the latest v0.0.14 binary from the Releases page
2. Replace the binary installed on the Vultr VM which I _think_ is located in /usr/local/bin/
3. Restart the yarnd service, which _think_ is systemctl restart yarnd
You should be able to basically perform the following steps:

1. Download the latest v0.0.14 binary from the Releases page
2. Replace the binary installed on the Vultr VM which I _think_ is located in /usr/local/bin/
3. Restart the yarnd service, which _think_ is systemctl restart yarnd
@prologic hey, thanks, it magically worked!
@eaplmx Awesome! 🥳 I'll add those steps to the docs somewhere 👌
@eaplmx Awesome! 🥳 I'll add those steps to the docs somewhere 👌
@prologic I hope to upgrade sometime this coming week. (Same thing for this reply - i need to copy/paste the twthash to avoid the bad request-error and creat a new post from the frontpage instead of in the conversation view)
@news hmm, might attempt to try running it again or something