Skip to content

Releases: NullCode1337/MediaMagnet

MediaMagnet v0.4.2

25 Dec 09:35

Choose a tag to compare

Changelog

  • Added system wide notification support
    (The toggle in settings finally has functionality 🥳 )

MediaMagnet v0.4.1

18 Oct 13:08

Choose a tag to compare

Changelog

  • Fully implemented cookies backend
  • Add cookies from text or via cookie file
  • Support JSON cookies (they'll be converted to Netscape) and Netscape HTTP cookies
  • Delete cookies individually or clear them all
  • Other bug fixes

MediaMagnet v0.4.0

12 Oct 06:05

Choose a tag to compare

Changelog

Another massive release a long time in the making, with many new features being introduced

Appearance

  • Show animated progress bar in headless mode
  • Added custom window decoration (totally not a macOS clone)
  • Stylize inbuilt notifications with frosted background
  • Revamped Settings menu with many new entries, including a Cookie Manager (WIP)
  • Implement a redesigned top bar for windows smaller than normal
  • Make status message box responsive to window height

Functionality

  • Added "headless mode"
    • When you minimize the window, a small button will be stickied to the bottom right of screen for easy downloading
    • You can click minimize again to hide the window, and maximize to return to normal layout
  • Implemented Bulk URL Downloader
    • You can paste a bunch of URLs all at once, MediaMagnet will smartly pull all urls from text and add them to queue
  • In downloads panel:
    • Added action buttons to copy URL, open URL in browser and cancel a pending download
    • Added list of failed downloads, along with the error message
  • In main menu, add a button to cancel any ongoing downloads
  • Added custom Download path support
  • "Open folder" side button now opens the custom MediaMagnet path
  • Added custom user agent support in settings
  • Bump gallery-dl prebuilt to v1.30.9

Comparison with old design

image

MediaMagnet v0.3.0

25 Sep 05:45

Choose a tag to compare

MediaMagnet v0.3.0 Pre-release
Pre-release

Changelog

Massive release this time around with basically everything changed

Appearance

  • Renamed project to MediaMagnet with new logo (I want it to encompass everything)
  • Implemented new sidebar layout
  • Added new functioning Settings menu
  • Allow removing individual pending downloads from queue
  • Add a Clear All pending downloads button

Functionality

  • gallery-dl prebuilts updated to 1.30.8
  • Download logic has been completely rewritten
  • Open Downloads folder button at the bottom of sidebar
  • Tweaked Dark mode colors and added Light mode support [experimental]

gallery-gui v0.2.2

08 Sep 16:29

Choose a tag to compare

gallery-gui v0.2.2 Pre-release
Pre-release

Changelog

  • Windows-centric release (because I'm using Windows again) which fixes all the known issues
  • Fix Windows font inconsistencies
  • Remove edge webview's white screen flashbang
  • Remove console appearing during download of file
  • Add discarding of pending panel upon pressing Escape key
  • Add url detection in frontend

gallery-gui v0.2.1

05 Sep 18:35

Choose a tag to compare

gallery-gui v0.2.1 Pre-release
Pre-release

Changelog:

  • Download from the queue as soon as a link is added, instead of only on app startup
  • Cleanup window closing and startup queue download logic
  • Redesign pending panel and make it more responsive towards different layouts
  • Remove redundant dark mode toggle (will be added in settings panel later)
  • Properly test on windows

gallery-gui v0.2.0

03 Sep 18:23

Choose a tag to compare

gallery-gui v0.2.0 Pre-release
Pre-release

Changelog:

  • Queue system has been added!
    • You can load up a bunch of links in the code and it will download them on next app startup!
    • The links are stored in a json file which you can edit yourself to add even more links.
  • Exit confirmation while a download is in progress
  • Toggles to view the downloads still pending, night mode and settings (not implemented yet)
  • Modularized codebase for easy refactoring
  • Useless spinner replaced with add link to queue button
  • Make the notifications more consistent
    • (colors soon ^^ the entire UI will get an overhaul later once I'm done with the logic stuff)

Platform

  • Windows build not available this time as I'm lazy, build it yourself if you need
  • macOS build not planned as I don't have one

gallery-gui v0.1.0

23 Aug 12:37
1f0634c

Choose a tag to compare

gallery-gui v0.1.0 Pre-release
Pre-release

gallery-gui Alpha-1

First working prototype. Basic downloading works without any configuration

Windows build is untested but it should work (the code was written to be cross-platform, planning an Android build in the future too)

macOS build not planned as I don't have one