All Versions
12
Latest Version
Avg Release Cycle
51 days
Latest Release
1367 days ago

Changelog History
Page 1

  • v1.1.0 Changes

    July 27, 2020
    • won't check the same URL twice
    • various under-the-hood changes to make code easier to work with

    Installation

    • ๐Ÿง Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
    • ๐Ÿง Debian (including Ubuntu): download the .deb file and run dpkg -i brok-1.1.0_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
    • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above
  • v1.0.1

    July 27, 2020
  • v1.0.0 Changes

    April 19, 2020
    • โž• adds -v/--version command
    • 0๏ธโƒฃ doesn't check certificates by default - a website will often still work with certificate errors (e.g. incomplete certificate chain)
    • โž• adds --check-certs option to force certificate checks

    Installation

    • ๐Ÿง Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
    • ๐Ÿง Debian (including Ubuntu): download the .deb file and run dpkg -i brok-$1_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
    • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above
  • v0.2.0 Changes

    February 03, 2020
    • โž• adds --no-color option
    • ๐Ÿ”จ refactored to RIO monad

    Installation

    • ๐Ÿง Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
    • ๐Ÿง Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.2.0_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
    • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above
  • v0.1.7 Changes

    January 23, 2020
    • ๐Ÿ›  Fixes issue where https:// and http:// counted as URLs

    Installation

    • ๐Ÿง Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
    • ๐Ÿง Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.7_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
    • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above
  • v0.1.6 Changes

    February 08, 2019
    • โž• added --only-failures option

    Installation

    • ๐Ÿง Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
    • ๐Ÿง Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.6_x86-64-linux.deb
  • v0.1.5 Changes

    February 08, 2019
    • โž• Added --no-cache option

    Installation

    • ๐Ÿง Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
    • ๐Ÿง Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.5_x86-64-linux.deb
  • v0.1.4 Changes

    February 07, 2019
    • ๐Ÿ›  Fixed URL parsing bug (#3)

    Installation

    • ๐Ÿง Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
    • ๐Ÿง Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.4_x86-64-linux.deb
  • v0.1.3

    February 06, 2019
  • v0.1.2 Changes

    January 18, 2019
    • ๐Ÿ›  fixed false positive 404 with HEAD request (thanks @katjad)

    Installation

    • ๐Ÿง Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
    • ๐Ÿง Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.2_x86-64-linux.deb