looks like this will be 0.8
This commit is contained in:
parent
e1fc3405c6
commit
0c105d5682
|
@ -1,16 +1,25 @@
|
||||||
changelog
|
changelog
|
||||||
|
|
||||||
-- next
|
-- 0.8.0
|
||||||
|
|
||||||
- Sometimes the cached state of the @me feed becomes unsynced.
|
+++ Add Honk Filtering and Censorship System (HFCS).
|
||||||
Acked status may display incorrectly.
|
|
||||||
|
+++ Editing honks (Update activity).
|
||||||
|
|
||||||
|
++ Subscribe to hashtags.
|
||||||
|
|
||||||
|
++ Search. I hate it already.
|
||||||
|
|
||||||
|
++ Hashtags that work?
|
||||||
|
|
||||||
|
++ Dynamic refresh and page switching without reloads.
|
||||||
|
|
||||||
|
++ Reply control. Ack replies to show them on the site.
|
||||||
|
|
||||||
+ Allow PDF attachments. For serious business only.
|
+ Allow PDF attachments. For serious business only.
|
||||||
|
|
||||||
+ "untag me" button to mute part of a thread.
|
+ "untag me" button to mute part of a thread.
|
||||||
|
|
||||||
++ Subscribe to hashtags.
|
|
||||||
|
|
||||||
+ Inline images in posts. Send and receive.
|
+ Inline images in posts. Send and receive.
|
||||||
|
|
||||||
+ Somewhat functional admin console (TTY).
|
+ Somewhat functional admin console (TTY).
|
||||||
|
@ -23,36 +32,25 @@ changelog
|
||||||
|
|
||||||
+ Better markdown output.
|
+ Better markdown output.
|
||||||
|
|
||||||
+++ Add Honk Filtering and Censorship System (HFCS).
|
|
||||||
|
|
||||||
+ Times for events.
|
+ Times for events.
|
||||||
|
|
||||||
+ Split media database into separate blob.db.
|
+ Split media database into separate blob.db.
|
||||||
|
|
||||||
+ Location checkin. Welcome to the... danger zone!
|
+ Location checkin. Welcome to the... danger zone!
|
||||||
|
|
||||||
+++ Editing honks (Update activity).
|
|
||||||
|
|
||||||
+ Quick mention @alias.
|
+ Quick mention @alias.
|
||||||
|
|
||||||
+ Image descriptions.
|
+ Image descriptions.
|
||||||
|
|
||||||
++ Search. I hate it already.
|
|
||||||
|
|
||||||
+ Unbonking.
|
+ Unbonking.
|
||||||
|
|
||||||
++ Hashtags that work?
|
|
||||||
|
|
||||||
++ Dynamic refresh and page switching without reloads.
|
|
||||||
|
|
||||||
++ Reply control. Ack replies to show them on the site.
|
|
||||||
|
|
||||||
+ Schema change. (add flags to honks table)
|
|
||||||
|
|
||||||
+ More robust retries for fetching objects.
|
+ More robust retries for fetching objects.
|
||||||
|
|
||||||
+ Don't decode excessively large images and run out of memory.
|
+ Don't decode excessively large images and run out of memory.
|
||||||
|
|
||||||
|
- Sometimes the cached state of the @me feed becomes unsynced.
|
||||||
|
Acked status may display incorrectly.
|
||||||
|
|
||||||
-- 0.7.7
|
-- 0.7.7
|
||||||
|
|
||||||
+ Add another retry to workaround pixelfed's general unreliability.
|
+ Add another retry to workaround pixelfed's general unreliability.
|
||||||
|
|
Loading…
Reference in New Issue