snac2/RELEASE_NOTES.md

176 lines
5.9 KiB
Markdown
Raw Normal View History

2022-10-03 21:26:03 +03:00
# Release Notes
2022-12-15 11:17:11 +03:00
## 2.16
Some tweaks to the docker configuration to generate a smaller image (contributed by ogarcia).
2022-12-10 16:49:26 +03:00
## 2.15
Fixed bug in message posting that may result in 400 Bad Request errors (contributed by tobyjaffey).
2022-12-14 07:52:40 +03:00
Fixed crash and a deletion error in the unfollow code.
2022-12-13 18:05:45 +03:00
2022-12-13 11:17:53 +03:00
Added configuration files and examples for running snac with docker (contributed by tobyjaffey).
2022-12-13 11:20:53 +03:00
Serve /robots.txt (contributed by kensanata).
2022-12-04 13:38:19 +03:00
## 2.14
2022-12-08 09:15:41 +03:00
Previous posts in the public and private timelines can be reached by a "More..." post at the end (contributed by kensanata).
2022-12-08 10:40:58 +03:00
Clicking the 'Like' and 'Boost' buttons don't move the full conversation up; after that, the page is reloaded to a more precise position. Still not perfect, but on the way.
2022-12-08 10:32:01 +03:00
2022-12-04 23:32:12 +03:00
New command-line operation, `resetpwd`, to reset a user's password to a new, random one.
2022-12-04 13:53:15 +03:00
Added a user setup option to toggle if sensitive content is shown or not by default (contributed by kensanata).
2022-12-08 09:15:41 +03:00
All images are loaded in lazy mode for a snappier feel (contributed by kensanata).
2022-12-08 10:40:58 +03:00
Fixed crash in the data storage upgrade process when debug level >= 2 (contributed by kensanata).
2022-12-04 13:38:19 +03:00
Log message improvements for excelence (contributed by kensanata).
2022-12-08 10:20:57 +03:00
The logging of "new 'Delete'..." messages has been moved to debug level 1, because I'm fed up of seeing my logs swamped with needless cruft.
2022-12-08 10:46:07 +03:00
Don't show the 'Boost' button for private messages.
2022-12-08 12:13:00 +03:00
Added (partial) support for /.well-known/nodeinfo site information. This is not mandatory at all, but if you want to serve it, remember that you need to proxy this address from your web server to the `snac` server.
2022-12-08 12:00:43 +03:00
2022-12-08 09:15:41 +03:00
Some internal structure improvements.
2022-12-01 21:59:40 +03:00
## 2.13
A big disk layout rework, to make it more efficient when timelines get very big. Please take note that you must run `snac upgrade` when you install this version over an already existing one.
2022-12-03 09:27:26 +03:00
Fixed HTML loose close tag (contributed by kensanata).
2022-12-01 21:59:40 +03:00
2022-12-02 08:55:54 +03:00
Fixed bug when closing sendmail pipe (contributed by jpgarcia and themusicgod1).
2022-12-01 21:59:40 +03:00
2022-11-20 17:33:39 +03:00
## 2.12
Fixed some bugs triggered when a GET query does not have an `Accept:` header.
RSS feeds are a bit less ugly.
2022-11-14 19:40:39 +03:00
## 2.11
2022-11-16 14:17:31 +03:00
Marking posts and replies as sensitive content is now possible.
2022-11-18 10:30:25 +03:00
On output, shared inboxes are used on instances that support it. This reduces bandwidth usage greatly, specially for very popular users with thousands of followers.
2022-11-17 20:37:58 +03:00
2022-11-18 21:22:15 +03:00
Added RSS output support for the user posts (by adding .rss to the actor URL or by requesting the actor with an Accept HTTP header of `text/xml` or `application/rss+xml`).
2022-11-18 13:43:40 +03:00
2022-11-16 18:54:43 +03:00
Much more aggresive HTML sanitization.
2022-11-12 10:32:42 +03:00
## 2.10
The local timeline purge has been implemented. The maximum days to live can be configured by setting the field `local_purge_days` in the server configuration file. By default it's 0 (no purging).
Some memory usage fixes.
2022-11-13 12:18:32 +03:00
More formatting fixes.
2022-11-13 17:08:28 +03:00
The only JavaScript snippet has been replaced by pure HTML, so `snac` is now purely JavaScript-free.
2022-11-04 11:46:51 +03:00
## 2.09
New button `Hide`, to hide a post and its children.
2022-11-09 07:57:16 +03:00
You can boost your own posts indefinitely, because Social Media is about repeating yourself until the others care about you.
2022-11-09 13:51:53 +03:00
Fixed bug in the webfinger query (uid queries should no longer fail).
Updated documentation.
2022-11-09 09:43:14 +03:00
2022-10-28 19:19:45 +03:00
## 2.08
2022-11-02 13:10:29 +03:00
A new page showing the list of people being followed and that follows us has been implemented, with all operations associated (including sending Direct Messages).
2022-10-30 08:21:59 +03:00
Messages marked as sensitive are now hidden behind a dropdown.
2022-10-28 19:19:45 +03:00
More aggressive HTML sanitization.
2022-11-02 22:29:54 +03:00
Fixed possible crash when following somebody by its @user@host.
2022-11-02 07:35:24 +03:00
Some fixes to formatting in post creation.
Fixed a small memory leak.
After a like or boost, the scrolling position is set to the next entry in the timeline and not to the top of the page. This is still somewhat confusing so it may change again in the future.
2022-10-26 09:41:07 +03:00
## 2.07
Fixed some minor memory leaks.
2022-10-26 10:05:20 +03:00
Mail notifications are sent through the queue (and retried if failed).
2022-10-17 12:19:55 +03:00
## 2.06
2022-10-19 22:27:38 +03:00
Fixed a nasty bug in newly created users.
2022-10-17 12:28:44 +03:00
The purge is managed internally, so there is no longer a need to add a cron job for that. If you don't want any timeline data to be purged, set `timeline_purge_days` to 0.
2022-10-17 12:19:55 +03:00
2022-10-17 13:14:56 +03:00
The :shortnames: or Emoji or whatever the fuck these things are called are now shown in actor names and post contents.
2022-10-21 10:47:23 +03:00
Added optional email notifications.
2022-10-16 21:46:37 +03:00
## 2.05
Image upload is now supported (one image per post).
Added support for HEAD methods (who knew it was necessary?).
Fixed bug in greeting.html completion (%host% was not being replaced).
Referrers (actors that like or announce posts) are not overwritten.
2022-10-14 09:45:39 +03:00
## 2.04
More multithreading.
Image URLs can also be attached to reply messages.
Improved default mentions in reply text fields.
The static directory now works.
New command line `unfollow`.
2022-10-07 20:08:09 +03:00
## 2.03
2022-10-10 19:09:02 +03:00
Notes can now attach images and other media. The web interface still limits this feature to only one attachment (given by URL, so the file must have been uploaded elsewhere).
2022-10-10 10:09:19 +03:00
Videos attached to notes are now shown.
2022-10-07 20:08:09 +03:00
A small set of ASCII emoticons are translated to emojis.
2022-10-10 10:09:19 +03:00
The new (optional) server configuration directive, `disable_cache`, disables the caching of timeline HTML output if set to `true` (useful only for debugging, don't use it otherwise).
2022-10-07 19:00:31 +03:00
## 2.02
Fixed a bug that caused empty actor names look like crap.
Fixed a severe bug in number parsing and storage.
Children entries are not indented further than 4 levels, so that fucking Twitter-like threads are readable.
Added some asserts for out-of-memory situations.
The publication timestamp only shows the date, so timezone configuration and conversion is no longer an issue.
The reply textareas are pre-filled with the user ids mentioned in the message.
Fixed bug in the web command `Boost (by URL)`.
New command-line option `purge`.
Fixed a null-termination bug in Basic Authentication parsing.
Updated documentation.
New systemd and OpenBSD startup script examples in the examples/ directory.
2022-10-03 21:26:03 +03:00
## 2.01
This is the first public release of the 2.x branch.