Skip to content

Releases: ada-af/DBooru

MySQL Update

30 Dec 06:16
d1451a0
Compare
Choose a tag to compare

Added support for mysql databases
Fixed update interruption if query is made during DB writes
Got rid of intermediate table for searches
Minor changes

Minor fix update

30 Nov 01:13
eb46ce6
Compare
Choose a tag to compare

Handles ConnectionReset error when downloading images

Random update

30 Oct 10:17
Compare
Choose a tag to compare

Fixes missing icon for phones

More spaghett update

30 Oct 10:10
df28d7b
Compare
Choose a tag to compare

Move from indexing to object in page templates

Pain removal update

26 Oct 10:47
5a6e7d8
Compare
Choose a tag to compare

Changes:
Minor UI changes
Bump bootstrap version
Moved Loader's proxy settings from args to class
Update README.md

Added:
More bootstrap dependencies
Ability to redownload specific image (Use with care)
A little bit of status output when redownloading
Ability to remove picture and db entry
DBImage to helpers.py (just pass row into it)

Thumbnails update

02 Sep 07:40
8cfb826
Compare
Choose a tag to compare

Adds various options to keep generated thumbnails to use later

Settings update (fix 1)

01 Apr 06:39
Compare
Choose a tag to compare

Fixed:

Wrong button shown when changing
modules with multiple configurable options

Settings update

01 Apr 06:17
Compare
Choose a tag to compare

Added:

  • /settings page
  • /settings page will be opened on first start
  • /settings entries autogeneration
  • Options parser (see dermod/helpers.py)

Updated:

  • README.md
    • /settings generator docs added
    • minor changes
  • settings_file.py
    • Changes to comply with autogenerator
  • All html pages
    • Background color is #faffd5
    • Can be changed in templates/base.html (line 11)
    • Dark mode works stays #000000

Fixing DBooru bugs again

06 Mar 10:53
Compare
Choose a tag to compare

Fixes:

  • e621 module ( due to e621 update )
  • Incorrect amount of tags showed on /image/* pages
  • gelbooru not parsing rating ( forgot to implement ¯\(ツ)/¯ )

Changes:

  • derpibooru tag parser
    Should be more reliable after switching from eval()

A really stable one

13 Feb 12:41
b00aa93
Compare
Choose a tag to compare

Not sure if v4 branch will be final and will only contain fixes from now, but depending on feedback it may get more features.
It's been a long time since very first version of DBooru tho.