#Mitra v1.2.0
https://codeberg.org/silverpill/mitra/releases/tag/v1.2.0
- Added markdown parser to the backend. The client can specify content type when it creates the post: text/markdown
or text/html
. The latter type is still the default but support for it will likely be dropped in the future.
- Added support for object link microsyntax: [[url]]
. The post may contain more than one link, but only the first link will be displayed as a quote on other instances. Example of such link: https://mitra.social/objects/0183de48-8756-9c31-65e8-c56369ac1abc
- Federation over Tor, I2P or Yggdrasil. I didn't test it, but it should work. This is not a multi-protocol federation: when your instance is onion instance, if can only federate with other onion instances. Multi-protocol federation is difficult to do and I'm not planning to work on it anytime soon. Instead, I decided to prioritize account portability in the next couple of months.