All Versions
14
Latest Version
Avg Release Cycle
3 days
Latest Release
1482 days ago

Changelog History
Page 2

  • v0.0.4 Changes

    July 21, 2020

    In 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