All Versions
12
Latest Version
Avg Release Cycle
51 days
Latest Release
1041 days ago
Changelog History
Page 1
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 rundpkg -i brok-1.1.0_x86-64-linux.deb
. You may also need to install thelibtinfo5
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 rundpkg -i brok-$1_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
- โ adds
-
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 rundpkg -i brok-0.2.0_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
- โ adds
-
v0.1.7 Changes
January 23, 2020- ๐ Fixes issue where
https://
andhttp://
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 rundpkg -i brok-0.1.7_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
- ๐ Fixes issue where
-
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 rundpkg -i brok-0.1.6_x86-64-linux.deb
- โ added
-
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 rundpkg -i brok-0.1.5_x86-64-linux.deb
- โ Added
-
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 rundpkg -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 rundpkg -i brok-0.1.2_x86-64-linux.deb
- ๐ fixed false positive 404 with