The beta version of 1.4.21 has been pushed to the hosted instance and DubVee’s main frontend. It’s not 100% complete yet (I’ve got a few more components I want to refactor / rewrite), but it should be stable and complete up to that point. I’ve squashed all the bugs I currently know about, but if you encounter any, please either post/reply here or submit a Github issue. Most of the bugs I’ve dealt with this version are new bugs introduced when i re-wrote large chunks of the application.

I don’t have a full changelog written up yet, but suffice it to say there are a lot of changes under the hood.

Areas that are noticeably different:

  • Report Page
  • Profile Inbox

The rest of the changes are mostly behind the scenes stuff (post feed, storage compression, the entire profile section, etc).

  • Admiral Patrick@dubvee.orgOPM
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 month ago

    Beta 2 (NX-02) deployed.

    Changes Since NX-01:

    • Bugfix in a few spots where there was undesired text wrapping with some fonts
    • Reports are now filterable by community
    • Completed the user profile search feature. The user profile search (on /u/user and /profile/user) are now integrated into the feed instead of links to the /search page.

    Remaining areas / tasks:

    Search Page:

    • Re-write /search page to keep state more sanely.
    • Fix new bug on search page that was created when the Post components were revamped
    • Make user objects reactive to events such as banning, etc.

    Community Explorer

    • Re-write /communities community explorer to keep state (currently doesn’t at all)
    • Make better use of the community profile modals
    • Make community items smaller
    • Make ‘subscribe’ button less ugly

    General:

    • One final round of testing to shake out any bugs
    • ???