Releases: BurntRanch/TabAUR
TabAUR nightly 09c20df-main
Create snyk-container.yml
TabAUR v0.6.9
Warning
THIS TABAUR VERSION IS IN ALPHA
This is a bug fix patch, includes no new features, just some code improvements. Including switching to c++23
Highlights:
- 71d673e Fixed a regression with query that ignored the aurOnly flag.
Fixes:
- 71d673e Fixed a regression with query that ignored the aurOnly flag.
- 89106b6 Fixed a bug that prevented installation for packages with single quotes in them.
- 7530c41 Fixed -Syu
Improvements
0291c78 update fmt and toml++ and update to c++23
f09ba6d refactor makepkg_list() to use c++ builtin features
62aca04 improve codebase and perfomances
Full Changelog: v0.6.8...v0.6.9
TabAUR v0.6.8
Warning
THIS TABAUR VERSION IS IN ALPHA
Highlights:
- 013d889 Add -U support.
Fixes:
- 51a7b6a Fix sysupgrade not working when there's a comment in the PKGBUILD.
- 5edc756 fix a bug that caused makepkg_list to include comments by maintainers
- 5edc756 fix a bug that repeated the first element in fetch_pkgs
- 5edc756 fix a bug where sometimes -git packages would make TabAUR think every other package is a -git package
- 5edc756 added AUR Search error logging
Features:
- b9dcd63 Update summary added, This comes with a slight speed boost.
- 5edc756 allow searching to be AUR only (-Sa or -Ssa now works)
Improvements:
- 63aaba0 Refactor/Rewrite most of installPkg, should result in a better experience overall
TabAUR v0.6.7
Warning
THIS TABAUR VERSION IS IN ALPHA
Note
Every previous version (tag) before v0.6.7, were officially released by us. If you see an unverified tag, it was because it wasn't enabled by default signing with tags
This version just brings some fixes.
BUT I made this version just to bring a more complete installation method
Highlights
- 897ffb1 add
make dist
so it will autogenerate a tarball (remember tomake dist DEBUG=0
to build a release)
Fixes:
- 312ce84 fix system package installing + partially rewrote installPkg
- aa4bf54 fix a bug with one missing array of dependencies causing totaldepends to be empty
Full Changelog: v0.6.6...v0.6.7
TabAUR v0.6.6
Warning
THIS TABAUR VERSION IS IN ALPHA
This is a major jump from v0.6.4
TabAUR is now officially in the AUR repos
Highlights
- add release and debug builds to Makefile (we publishing release only) 0585b79
- add translation support (649bf0d and 94f7279)
- update both rapidjson and {fmt} libraries (5741515 and ef28ade)
Features
- add options -n and -s for -R (remove) operation 7f62ca5
- add initial test units e2a2111
- add cleanbuild for -S 51fff23
- add user list interface for cleanbuild, view diffs, review PKGBUILDs with -S 51fff23
- add more indicators when searching for online package
- install multiple packages at the same time after build 5621922
- add targets for -Q 1932507
- add -s and -i (incomplete) for -Q (a57c353 and 9920eaa)
Fixes
- fix execPacman() d4aea45
- fix sysupgrade/sync operations with no targets acting weirdly 25bfcb6
- fixed several problems with system packages c13c790
- fixed a bug where the program would continue without checking the result of alpm_pkg_get_satisfier 8d75a3f
- fixed a bug where -Ss would try to install a system package 8865263
- fixed inconsistent theming 51fff23
Improvements
- make usage of packages.aur
- improve compile time 4d34168
Full Changelog: v0.6.4...v0.6.6
TabAUR v0.6.4
Warning
THIS TABAUR VERSION IS IN ALPHA
First v version because it's good practise to name these like that
Features
- Add searchBy d0455f4
- Add votes indicator c5cdf22
- Add diff viewer 1bf8caa
- Add editing PKGBUILD 5fecd31
- Add indicator for failed to update packages f6486fd
Improvements
- Base trustability in votes and not popularity cbb8e66
- Support for c++20 fixed 8f26306
- Improve search reliability b0ca749
- Don't print votes and popularity if it's a system package in search cbb8e66
- Make the colors more consistent (if they werent already consistent) 9c565d8
Full Changelog: 0.6.2...v0.6.4
TabAUR 0.6.2
Warning
THIS TABAUR VERSION IS IN ALPHA
Fixes
- Fix TabAUR ignoring the theme's palette when a shortcut theme value is missing. d9eb691
- Fix TabAUR trying to uninstall a package despite searching and finding nothing ee89b9b
Features
Improvements
- Improved experience when building an AUR package 07d8f63
- Make libfmt and libcpr as archive files. Now you'll have 0 3rd party dependencies and improves performance in most cases. (af34ab0 and 4172c13)
- Code cleanup (a00feb5 and 7810e1b)
- Addressed memory leak and fixed issue relating to tarballs. 281b71b
- Code maintenance related to executing both pacman and makepkg. (ab7b59b and 07d8f63)
Full Changelog: 0.6.1...0.6.2
TabAUR 0.6.1
Warning
THIS TABAUR VERSION IS IN ALPHA
Various fixes and improvements
Fixes:
- Fix aur only updates 78eeace
- Fixed a bug that prevented -Syu with no args from running + a crash when no packages were to be upgraded 232beff
- Removed direct package searching and fixed bug relating to searching in
remove_pkg()
60f500e
Features
- Added
[Installed]
indicator near package version when searching an already installed online package 60f500e - Allowed for multiple packages to be passed for both removing and installing 60f500e
Improvements
- Move
$NO_COLOR
check to main() (better perfomances when printing. Nice) c063e56
Full Changelog: 0.6.0...0.6.1
TabAUR v0.5.9
Update makefile.yml