Signed-off-by: Banana <mail@bananas-playground.net>
+1.x - Harobed Village
+
1.8 - Dark Arena 2025-08-30
* Config change: See upgrade/from-version-1.7.md
* Updated requirements information. Mentions gd now, which should be a default setting for most PHP installs.
-1.8 - Dark Arena
+1.x - Harobed Village
$ git checkout-index -a -f --prefix=/absolute/path/to/new/dir/
# remove some unwanted files if needed from the export
$ cd /absolute/path/to/new/
-$ tar -cvJf archive.xz /absolute/path/to/new/dir/
-$ sha1sum archive.xz > archive.xz.sha1sum
+$ tar --zstd -cvf archive.tar.zst /absolute/path/to/new/dir/
+$ sha1sum archive.tar.zst > archive.tar.zst.sha1sum
require_once './config/config.php';
-const BIB_VERSION = '1.8 - Dark Arena';
+const BIB_VERSION = '1.x - Harobed Village';
mb_http_output('UTF-8');
mb_internal_encoding('UTF-8');