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