https://github.com/ticktackim/ticktack-workplan/releases/tag/v0.4.1Ticktack 0.4.1
This is a bug fixes and tweaks patch... and a couple of really tiny features D:
Will be released some time in the next week I hope
Here's what it includes so far:
- fix the search page results (stops them repeating)
- refactor of all the streams to be more performant:
-- much faster private message display
-- all streams are now 'stepped' at their source, making them much less memory intensive
- front page now displays blogs + posts longer that 2500 chars.
- markdown editor for blogs
-- exposes an alternate editor if you prefer to write in md
-- TODO - to get this out quickly, this currently doesn't support auto-saving of drafts in md editor mode
- unread count refactor
-- massive tidy up of the code (which might make it easy to learn from the pattern...)
-- now makes counting a lot lighter, by making a global cache that is only initialised once 😄
- translations update