1.7.2 2026-04-28 - Improve git system call verbosity 1.7.1 2026-03-26 - Minor cleanup in the shell completion scripts 1.7.0 2026-03-26 - Added -x query flag to print installed SBo packages not in the current repo 1.6.0 2026-03-11 - Added -n flag to install and build commands to skip md5sum verification of downloaded sources - Fixed bug where package names with special chars were not recognized (issue #25) 1.5.5 2026-02-10 - Fixed bug in misparsing info file with multiple download urls without leading whitespace in the subsequent urls 1.5.4 2026-02-01 - Added blacklist file for the install command - Make search command exit if given invalid regex - Changed default config repo urls to use https - Decode url basenames before downloading them - Performance improvements - Documentation updates 1.4.1 2026-01-02 - Documentation updates 1.4.0 2025-12-25 - FIRST STABLE VERSION - Added install/build -z flag to save sources (PR #22) - Moved contributor list into CONTRIBUTORS file - Move sbozyp package-specific files into package/ dir 1.3.4 2025-12-08 - Renamed non-interactive flags from -i to -y - More consistent exit status - Added search -q option - Renamed query -u flag to -v - Added query -u flag to print upgradeable package names 1.2.4 2025-12-07 - Updated completion scripts for new sbozyp options 1.2.3 2025-12-04 - Finally ready for a stable release! - Removed SlackBuild from CPAN dist - Install command default now does not install recursively - Added '-c' query option to print repo path - Documentation upgrades 0.8.0 2025-10-30 - Remove $HOME/.sbozyp.conf configuration file - Make repo sync output more verbose 0.7.1 2025-10-29 - Minor performance optimization 0.7.0 2025-10-29 - Query option '-b' outputs trailing / - Various performance optimizations 0.6.3 2025-10-24 - Minor change in printed PKGNAME's not being single quoted 0.6.2 2025-10-24 - Added to remove command a default safety check preventing removal of packages with dependents - Added '-r' remove flag to remove package dependencies that are safe to remove - Added '-b' query flag to print path to packages local dir - Overhauled the UI, removing features to make it much simpler 0.5.1 2025-09-03 - Added -m query flag to print all packages with no parents - Various performance improvements 0.5.0 2025-08-28 - Added -o and -n query flags to print a packages dependents - The -p query flag no longer causes exit if pkg not installed 0.4.2 2025-08-22 - Documentation upgrades 0.4.1 2025-08-22 - Ignore non-existent package dependencies (issue #17) 0.4.0 2025-08-22 - Use git '--single-branch' opt when cloning SBo repo - Add global '-T' flag to do nothing if SBo repo hasn't been cloned - Update shell completion to not perform repo cloning (via -T option) - Documentation upgrades 0.3.2 2025-08-21 - Added build command - Added '-k' option to the install command to keep built package - Removed CLEANUP configuration file option - Added '-p' option to search command to print just package PRGNAMs - Added shell completion for bash and zsh - Documentation upgrades 0.2.2 2025-01-15 - Simplify solution to #6 by running SlackBuild through open 0.2.1 2025-01-14 - Minor bug fix 0.2.0 2025-01-14 - Prevent up-to-date packages from entering install queue without -f - Be less wasteful with disk space when teeing command output (see #6) 0.1.5 2024-11-01 - 'install' and 'remove' commands accept multiple package arguments - Added '-a' and '-u' options for the 'query' command - 'install' command only installs package if newer version is available - Redirect git sync output to STDERR - Documentation upgrades 0.0.7 2024-10-28 - Bug fix in the SlackBuild 0.0.6 2024-10-21 - Bug fix in the SlackBuild 0.0.5 2024-10-21 - Bug fix 0.0.4 2024-10-20 - First release