Releases: birb-linux/birb
1.4.0
What's Changed
- Fix errors generated by shellcheck by @Toasterbirb in #18
- Fix issues found with shellcheck by @Toasterbirb in #19
- Create linting.yml by @Toasterbirb in #20
- 1.4.0 by @Toasterbirb in #21
- Documentation improvements
- Add support for birbd
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- BUGFIX: Use install prefix when sourcing birb_funcs by @Toasterbirb in #11
- BUGFIX: Don't use possibly not installed birb_db when INSTALL_PREFIX … by @Toasterbirb in #12
- Make output cleaner in the TTY by @Toasterbirb in #13
- Sync dev with main by @Toasterbirb in #14
- Refactoring by @Toasterbirb in #15
- Unit testing by @Toasterbirb in #16
- 1.3.0 by @Toasterbirb in #17
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Feature/refactor makefile by @Toasterbirb in #4
- Use CXXFLAGS instead of CXX_FLAGS by @Toasterbirb in #5
- Implement developer mode by @Toasterbirb in #6
- Use git checkout when switching to dev branch by @Toasterbirb in #7
- Revert "Use git checkout when switching to dev branch" by @Toasterbirb in #8
- Use git checkout when switching to dev branch by @Toasterbirb in #9
- Release 1.2.0 by @Toasterbirb in #10
Full Changelog: 1.1.0...1.2.0
1.1.0
This small update adds a update check to repository syncing. This should help with preventing accidental system nuking through package manager and repository incompatibilities.
Now when you run birb --sync
, at the end of syncing birb checks if there has been any new commits in the birb repository. If any, it will notify about that and recommend upgrading. This can be done with the birb --upgrade
command.
1.0.0
First release that's kind of counted as "stable" as in, it doesn't keep breaking all the time. It has all of the basic features needed and is usable in general.
This version should be fully compatible with the version 1.0.0 of the birbos-packages repository in case you are downloading this release in the future when there has been breaking changes in the repositories or this package manager.
Third "stable" release
0.1.2 Create a possibly missing pkgconfig directory
Second "stable" release
0.1.1 Add a make target for boostrap
First "stable" release
0.1 Disable 32bit libs by default
Old version of the BirbOS package manager
This is the old version of the BirbOS package manager made for an old BirbOS setup. This version kinda works, but shouldn't be used anymore. Its released here for archival purposes only