Releases: oshazard/apacman
Releases · oshazard/apacman
Release v3.1
- Clean build directory and temp directory
- Expanded -G to fetch old AUR package source (
-G foobar~
or-G foobar==2.0-1
) - Added new exit codes
- Converted
apacman.8
andapacman.conf.5
manpages to HTML - Fixed #75
- Fixed #72
- Fixed #73
- Merged pull request #76
- Merged pull request #74
- Miscellaneous fixes and cleanup
Release v3.0
Closed 10+ issues since last release:
#9, #40, #51, #52, #55, #63, #64, #66, #68, #70, #71
- Add alternative
--flag=parameter
syntax for relevant options - Fix for installing groups and virtual packages
- Fix to allow installing cached packages without Internet
- Implement unit tests using bats (see: test.bats)
- Add regex/wildcard (ex:
apacm.*
) support to-S
and-Ss
- Return status code 1 on errors
- Improve viewing package comments (
-W
) - Update manpages
Release v2.9
- Database metadata for local AUR packages
- Add
--gendb
&--nodatabase
flags - Explore installed AUR package metadata with
pkgfile
using the-P
flag - Update manpages
Release v2.8
- Enable terminal progress by default
- Add
--noprogress
&--notify
flags - Display remaining packages in queue
Release v2.7
Release v2.6
Release v2.5
Release v2.3
- AUR dependency handling when installing local packages
- virtual packages map to package provides (official repos)
- interactive choice for multiple provides (
pacman
just chooses the first option with prompting)
Release v2.2
- view web comments
- fixes for ABS
curl
sanity checks and debugging- new pass-through parameters
--asdeps
&--asexplicit