Skip to content

Releases: disbxys/boardy3

Boardy3 r101

06 Sep 01:02
Compare
Choose a tag to compare

Commits

eb9018d...d781e15

  • Update .gitignore (@disbxys)
  • Add ability to import video + other changes (@disbxys)
  • Merge branch 'add-video' (@disbxys)
  • Sort tags in tag panel alphabetically (@disbxys)
  • Add keyboard shortcuts to import menu actions (@disbxys)
  • Add video file filter to import dialog (@disbxys)
  • Put play and delete buttons side by side (@disbxys)

Boardy3 r93

12 Jul 01:33
Compare
Choose a tag to compare

Commits

fe5467b...9b5dc0e

Boardy3 r91

05 Jul 01:26
Compare
Choose a tag to compare

Commits

d1f1350...ea1292b

  • Add sqlalchemy type annotations (@disbxys)
  • Fix delete_all_images not deleting image files (@disbxys)
  • Add more tests for image (@disbxys)
  • Begin adding unittests for Tag (@disbxys)
  • Make delete_tags() raise exception if given invalid tag id (@disbxys)
  • No longer require arg to be passed in search_tags() (@disbxys)
  • Add more tests for tags (@disbxys)

Boardy3 r83

28 Jun 01:26
Compare
Choose a tag to compare

Commits

6a24276...b58f259

  • Add placeholder text to TagInsertBox (@disbxys)
  • Remove unused imports (@disbxys)
  • Remove starter tag when adding new images (@disbxys)
  • Add confirmation dialog before deleting image (@disbxys)
  • Properly delete image file if error in database (@disbxys)
  • Minor cleanup (@disbxys)

Boardy3 r76

26 Jun 14:21
Compare
Choose a tag to compare

Commits

109d7be...099ea31

  • Change how DatabaseManager.add_tag() handles unique constraints (@disbxys)
  • Fix positioning of image window (@disbxys)
  • No longer need image filepath for ImageWidget (@disbxys)
  • Fix database blocking after creating tag (@disbxys)
  • Add dialog for batch creating tags (@disbxys)
  • Consolidate code into one module (@disbxys)
  • Add option to delete image on image pop out window (@disbxys)
  • Bump urllib3 from 2.2.1 to 2.2.2 (#2) (@dependabot[bot])
  • Bump requests from 2.31.0 to 2.32.2 (#1) (@dependabot[bot])
  • Properly attach loggers to DatabaseException (@disbxys)
  • Fix method name typo (@disbxys)
  • Enable batch adding tags to image (@disbxys)

Boardy3 r63

24 May 00:41
Compare
Choose a tag to compare

Boardy3 r62

17 May 00:41
Compare
Choose a tag to compare

Commits

54ba6a3...90d7c2d

  • Remove unused imports (@disbxys)
  • Add ability to import image by url (@disbxys)

Boardy3 r59

10 May 00:40
Compare
Choose a tag to compare

Commits

2a94ee3...0e215a5

  • Match tag window orientation with image orientation (@disbxys)
  • Rework ImageWidget on mousePressEvent (@disbxys)
  • [no ci] Clarify installations for installing python-magic (@disbxys)
  • Add missing dependency (@disbxys)

Boardy3 r54

08 May 19:38
d518047
Compare
Choose a tag to compare

Commits

69738ce...d518047

  • Refactor database_manager to components (@disbxys)
  • Create README.md (@disbxys)
  • Delete inputbox.py (@disbxys)
  • Remove unused imports (@disbxys)
  • Add type hints (@disbxys)
  • Add method to get saved images count (@disbxys)
  • Add pagination for images (@disbxys)
  • Rename previous/next page buttons (@disbxys)
  • Rename to main.py to launch.py (@disbxys)
  • Restructure code (@disbxys)
  • Add type hints (@disbxys)
  • Fix image search query (@disbxys)
  • Add type hints (@disbxys)
  • Fix page not resetting after image upload (@disbxys)
  • Move MainWindow to separate module (@disbxys)
  • Make db instance uniform (@disbxys)
  • Update README.md (@disbxys)
  • Increased number of supported image formats (@disbxys)
  • Update README.md (@disbxys)
  • Add Error handling for bad files (@disbxys)
  • Move init logic to its own function (@disbxys)
  • Optimize how images are added to layout (@disbxys)
  • Remove python-magic-bin from requirements.txt (@disbxys)
  • Add Related Projects section (@disbxys)
  • Add button to upload images by selecting a folder (@disbxys)
  • Added dropdown to change number of images in one page (@disbxys)
  • Shortened starting window height (@disbxys)
  • Changed how DirImageLoader locates image files (@disbxys)
  • Changed text from "Upload" to "Import" (@disbxys)
  • Added todo list in README (@disbxys)
  • Open window with enlarged photo of image when clicked (@disbxys)
  • Implemented search box (@disbxys)
  • Decoupled clear layout function from class (@disbxys)
  • Added panel to show tags on bottom of image window (@disbxys)
  • Remove unused imports (@disbxys)
  • Made search auto complete case insensitive (@disbxys)
  • Remove autocomplete delay when searching tags (@disbxys)
  • Added box to add tag to image in ImageWindow (@disbxys)
  • Added logger (not implemented) (@disbxys)
  • Image import cancel button (somehow) works again (@disbxys)
  • Added option to either remove tag or delete it (@disbxys)
  • Update README.md (@disbxys)
  • Create release.yml (@disbxys)
  • Replaced print statements with logger (@disbxys)
  • Reset delete flag after removing/deleting tags (@disbxys)
  • [no ci] Minor cleanup (@disbxys)
  • Only create a release after at least 3 new commits (@disbxys)
  • Create LICENSE (@disbxys)
  • Make tag window a fixed height (@disbxys)
  • Add release status badge (@disbxys)
  • Removed restriction limiting releases for less than 3 commits (@disbxys)
  • Add manual trigger to create release (@disbxys)
  • Update release.yml (@disbxys)

Boardy3 r0

01 May 23:28
Compare
Choose a tag to compare

Dummy