All Versions
14
Latest Version
Avg Release Cycle
3 days
Latest Release
1482 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.0.4 Changes
July 21, 2020In this release (now live at https://twtxt.net/) are some important bug fixes of course!
π± Major new features however π include:
- π± Markdown support! π±
- π± Support for deleting your account (if you want to π’)
- π± Pagination support so you can go back in time! β°
- And a much improved (hopefully) UI/UX π¨
Enjoy!
π Bug Fixes
- π Fix links opening in new window with target=_blank
- π Fix typo on support page (#5)
- π Fix app versioning and add to base template so we can tell which version of twtxt is running
- π Fix bug in TwtfileHandler with case sensitivity of nick param
π Features
- β Add delete account support
- β Add better layout of tweets so they stand out more
- β Add support for Markdown formatting (#10)
- β Add pagination support (#9)
- β Add Follow/Unfollow to /discover view that understands the state of who a user follows or doesn't (#8)
β‘οΈ Updates
- β‘οΈ Update README.md
- β‘οΈ Update README.md
-
v0.0.3 Changes
July 19, 2020π This release of twtxt.net brings a whole bunch of bug fixes (see below). It also brings some very importatant security fixes along with improved configuration handling for running your own instance.
In addition there is a brand new feature called "Discover" whereby for convenience once logged in you can navigate to https://twtxt.net/discover (foe example) and see the instance's global timeline of all users on that instance. You can also conveniently follow any user from there with ease.
NOTE: You are highly encouraged to run your own instance! Contact support if you have any questions or need help.
π Bug Fixes
- π Fix bug with NormalizeURL() incorrectly translating https:// to http://
- π Fix deps and cleanup unused ones
- π Fix the layout of thee /settings view
- π Fix a critical bug whereby users could re-register the same username and override someone else's account :/
- π Fix username case sensitivity and normalize by forcing all usersnames to be lowercase and whitespace stripped
- π Fix useability issue where some UI/UX would toggle between authenticated and unauthentiated state causing confusion
π Features
- β Add support for configuring flags from the environment via the same long option names
- β Add options to configure session cookie secret and expiry
- β Add Contributing guideline and TODO
- β Add additional logic to fix null/blank user account URL(s) to the FixUserAccountJob as well
- β Add FixUserAccountsJob to fix existing broken accounts that might already exist
- β Add new /discover view for convenience access to the global instance's timeline with easy to use Follow links for discoverability
-
v0.0.2 Changes
July 19, 2020π Bug Fixes
- π Fix the follow self behaviour to actually work
- π Fix defaults to use the same ones in twtxt's options
- π Fix URL() of User objects
- π Fix import and hard-code no. of tweets to display
π Features
- β Add feature whereby new registered users follow themselves by default
- β Add support, stargazers and contributing info to READmE
- β Add enhanced server capability for graceful/clean shutdowns
- β Add /import feature to import multiple feeds at once (#1)
β‘οΈ Updates
- β‘οΈ Update feed update frequency to 5m by default
-
v0.0.1 Changes
July 18, 2020π Bug Fixes
- π Fix release tool
- π Fix screenshots
- π Fix broken links and incorrect text that hasn't happened yet
- π Fix /login CTA link on /register page
- π Fix /register CTA link on /login page
- π Fix parsing store uri
- π Fix bug ensuring feedsDir exists
- π Fix Dockerfile
π Features
- β Add theme-switcher and remove erroneous prism.js
β‘οΈ Updates
- β‘οΈ Update README.md