• v0.0.7 ae6becb2cc

    zrep 0.0.7 Stable

    kekePower released this 2024-04-05 00:45:29 +02:00 | 8 commits to main since this release

    A small bump in release, a giant leap for functionality!

    Version 0.0.7 now includes a search function.
    zrep search 'search term'

    This is a two part update. The first one is in the command line tool, zrep, and the second is on the web server.
    Search is using the search API that queries the database for the search term and then zrep displays the relevant information.

    Another big change is that I'm also using the API to get the version string from the DB instead of from a JSON file. This may change in the future if the load on the DB gets too high and using JSON is the best choice after all.

    I've also done some optimizations in a few functions because I was seeing slowdown (due to my own stupidity). The main culprit was the zrep_fpath function which is now more fine grained and divided into two distinct options. One where it loads from a generic path and one where it loads from a zrep_load path.

    If you haven't already, head over to the zrep website and register for an account to begin sharing your own scripts with the community.

    Downloads