Changelog.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # v0.3, Thu Oct 19 10:54:40 CEST 2023
  2. Download: https://Seppo.Social/Linux-x86_64-0.3
  3. Binary: https://Seppo.Social/Linux-x86_64-0.3/seppo.cgi
  4. Source: https://Seppo.Social/Linux-x86_64-0.3/source.tar.gz
  5. Git: https://Seppo.Social/v/5f078d9
  6. Install: https://seppo.social/en/support/#installation
  7. Changes
  8. - post notes
  9. - being subscribed to (aka 'followed')
  10. - distribute post to subscribers
  11. - job queue to do so
  12. - housekeeping UX (password, profile page, timezone)
  13. Corresponds to https://blog.mro.name/2022/12/nlnet-seppo/#4-new-post-via-web-interface
  14. and parts of https://blog.mro.name/2022/12/nlnet-seppo/#7-activitypub-activities-un-follow-block
  15. Example to verify the signature with openssl:
  16. $ curl -LO https://Seppo.Social/seppo.pub.pem
  17. $ openssl dgst -verify seppo.pub.pem -keyform PEM -sha256 -signature seppo.cgi.sign -binary seppo.cgi
  18. # v0.2, Tue Jun 20 16:30:35 CEST 2023
  19. - set up a new instance via web
  20. - name resolveable via webfinger (from e.g. mastodon digitalcourage.social/@mro)
  21. Corresponds to https://blog.mro.name/2022/12/nlnet-seppo/#3-new-instance-via-web-interface
  22. # v0.1, Thu Feb 9 09:30:06 CET 2023
  23. - commandline binary seppo.cgi
  24. - show help with $ ./seppo.cgi -h
  25. - create new instance and account visible via webfinger @myname@example.com
  26. - handle common error scenarios
  27. - actionable advice on Seppo.Social/support
  28. Corresponds to https://blog.mro.name/2022/12/nlnet-seppo/#1-new-instance-via-commandline-interface-cli