Skip to content

Releases: vegidio/umd-app

24.12.4

27 Dec 18:06
Compare
Choose a tag to compare

New Features

  • Add support for Kemono (d32ef99)
  • GUI: Preserve the last directory selected for download (100419d)

Improvements

  • Coomer: Significantly improve the media query (a9f04a9)

24.12.3

24 Dec 09:21
Compare
Choose a tag to compare

New Features

  • Add command to manually download failed downloads (92fbf8c)
  • GUI: Add filtering by URL (bf78f12)
  • Reddit: Support extracting media from galleries (f9a3390)
  • Redgifs: Expand the list of valid video URLs (10e91be)
  • Save each download batch on their own directory (2d2b355)
  • Track download information so we can debug errors (022a2f1)

Improvements

  • Update download function to support resume (4e97808)

24.12.2

16 Dec 04:48
Compare
Choose a tag to compare

New Features

  • Automatically delete duplicated files (7cdbe54)

Improvements

  • GUI: Improve how the snackbar messages are displayed (261dc9a)
  • Update how the download filenames are generated (06ce27d)

Bug Fixes

  • macOS: Remove window flickering when opening the app (0f77e76)
  • Prevent some queries from getting stuck with memory leaks (dec9024)

24.12.1

11 Dec 09:45
Compare
Choose a tag to compare

New Features

  • Add a spinner animation (24393c5)
  • CLI: Finish the basic app implementation (b954290)
  • CLI: Initial implementation of the command line interface (d22c676)

Bug Fixes

  • Disable logs in production (6411ea7)

24.12.0

07 Dec 22:50
Compare
Choose a tag to compare

New Features

  • Add auto detection of dark/light mode (14df01b)
  • Add dialog for directory selection (512d6ab)
  • Add error message when something goes wrong (fe50609)
  • Complete basic layout of the GUI (d389496)
  • Complete customization of media list (ec22bfc)
  • Complete loading animation while media is queried (5e70f71)
  • Complete the media selection by image and video (41754d7)
  • Connect with umd-lib and query media (0225406)
  • Implement download function (3e89b69)
  • Implement download progress updates (e8e98d4)
  • Implement media list grid (9e57ce2)

Bug Fixes

  • Prevent MediaList from re-rendering multiple times (91c75ef)