• Stable v1.1 75d6678e18

    v1.1

    pacman-ghost released this 2 years ago | 0 commits to master since this release

    • Updated dependencies.
    • Don't warn about missing page numbers for publisher articles.
    • Updated documentation.
    Downloads
     
  • Stable v1.0 32b3ebdf5e

    v1.0

    pacman-ghost released this 2 years ago | 7 commits to master since this release

    With permission from the respective publishers, a pre-loaded database is available as part of this release that contains every issue of View From The Trenches, Banzai!! and Dispatches From The Bunker. Note that each publication points to a PDF on the local file system, so you may need to fix things up to match your directory structure and filenames. Once you've done this, you will be able to click on a search result to open up the source article.

    Main new features

    • Articles can now be associated with a publisher (i.e. they no longer have to be part of a publication).
    • The database reporting tools are now available from the UI.
    • Improved how data is transferred between the front- and back-ends.

    Other minor changes and bug fixes

    • Got filtering working for all droplists in the UI.
    • The browser's URL bar is now updated after selecting a menu item.
    • Changed how the webapp is served.
    • The Flask container can now be run using the caller's UID/GID.
    • Fixed an issue parsing quoted search phrases that contain special characters.
    • Handle quoted words in author names.
    • Convert HTML before showing it in the browser titlebar.
    • Fixed some issues when running the test suite against a remote backend server.
    • Updated to a newer version of Flask-SQLAlchemy.
    • Minor UI and documentation changes.
    Downloads
     
  • Stable v0.3 425fdb00e2

    v0.3

    pacman-ghost released this 3 years ago | 27 commits to master since this release

    Updated to Python 3.8.7, and all dependencies.

    Downloads
     
  • Stable v0.2 b1c3ee20fb

    v0.2

    pacman-ghost released this 4 years ago | 28 commits to master since this release

    Major new features

    • Articles can now be rated.
    • Added integration with an eASLRB.
    • Images can now be previewed.
    • Publications can now be ordered.
    • Fields can be weighted during searches.

    Other features and bug fixes

    • Author names can now have aliases.
    • Article search result headers are now clickable.
    • Article content can now link to user-defined files.
    • Allow the style attribute in HTML content.
    • If the search query box has focus, navigation key-presses are forwarded to the search results pane.
    • Added permalinks for the menu items.
    • Warning messages issued during startup are shown in the UI.
    • Show a better error message in the UI if the Flask backend server is not running.
    • URL fields are no longer cleaned for HTML.
    • Improved how images are cached.
    • Reduced the nginx proxy timeouts.
    • Changed when startup initialization is done.
    • Moved search engine config settings out into a separate file.
    • Added a script to find broken links to external documents.
    • Added a script to report on images in the database.

    Changes for Docker

    • Switched to using Centos.
    • Made the server port number configurable.
    • Changed how test mode is enabled/disabled.
    • Worked around a pip problem when the containers are being built.
    • Added an option to run the containers without building them first.
    • The debug config file is no longer deployed into the containers.
    • Handle build errors correctly.
    • Added a switch to specify which Docker network to use when building the container.
    Downloads
     
  • Stable v0.1 2517d27dc8

    v0.1

    pacman-ghost released this 4 years ago | 68 commits to master since this release

    First cut.

    Downloads