Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 1.5.2

    Release: V1.5.2
    Minor changes :
    - Switch to ENV vars for config,
    - Add translations with english by default,
    - Add possibility to use an in-memory database and delete files on startup,
    - Add TypeScript in some parts.
  • 1.5.1

    Release: V1.5.1
    Minor changes :
    - Remove file buffering when downloading, to avoid memory leaks (for now),
    - Add download in progress files list to avoid deletion while downloading
    - Add socket ping to keep it open
  • 1.5.0

    Release: V1.5.0
    Main Changes :
    - Refactor files sending with file streams.
    
    Minor Changes :
    - Reduce docker image size with alpine container,
    - Auto add line if the file was already downladed by another session,
    - Simplify file names system by cleaning video title before writing it,
    - Add WebSocket compression
    
    Bug Fix :
    - Improve sessions reliability,
    - Zipping folders in docker container (zip was not installed),
    - Disable youtube mix as playlists (infinite download),
    - Fix video files having opus codec for audio, convert with ffmpeg
  • 1.4.0

    352ebb4f · Edit changelog ·
    Release: V1.4.0
    Main Changes :
    - Add audio and video playlists downloading capability
    - Add sessions to have only your links
    
    Minor Changes :
    - Delete old links everyday
  • 1.3.0

    Release: V1.3.0
    Main Changes :
    - Add an audio quality slider
    
    Minor Changes :
    - Remove the sass module to use bun's nested css compatibility
    - Add youtube link on logo click
  • 1.2.0

    Release: V1.2.0
    Main Changes :
    - Edit project architecture to use Bun's latest tools (routes / SPA rendering)
  • 1.1.0

    e3f077c0 · Add phone responsivity ·
    Release: V1.1.0
    Main Changes :
    - Add phone responsivity display
  • 1.0.0

    13105bcd · Add pipeline ·
    Release: V1.0.0
    Main Features :
    - Download video or audio files,
    - Start multiple downloads in parallel,
    - Converted files list,
    - Fast page with only the useful features