• v1.0.0.-alpha7 da34f36530

    Alpha 7 Pre-Release

    danieljsummers released this 2024-05-26 21:43:35 +00:00 | 7 commits to main since this release

    • Provide the ability to bookmark items, remove bookmarks, and view lists of bookmarked items overall or by feed (#14)
    • Allow items to be searched (#15)
    • Update styles to make forms look a bit better, and make the overall site behave more nicely on various devices

    REQUIRED UPDATE: Users of alpha6 and earlier will need to run a utility script to establish the database objects needed to support Search functionality. Once the files are in place, run the following CLI command:

    php-cli utils/search.php rebuild

    This will create the objects and initialize them. This script can also be used to rebuild the index if required (though it should not be); it will only create them if they do not exist.

    NOTE: This is the final alpha release of Feed Reader Central. The next release will be beta1, and will occur once documentation has been developed for features implemented but not documented.

    Downloads