Age | Commit message (Collapse) | Author | |
---|---|---|---|
42 hours | bump to 2.30.3 | slurpee | |
2024-08-05 | bump to 2.30.0 | slurpee | |
2024-06-06 | bump to 2.29.0 | slurpee | |
2024-05-18 | bump to 2.28.0 | slurpee | |
2024-04-19 | bump to 2.27.0 | slurpee | |
2024-04-16 | bump to 2.26.1 | slurpee | |
2024-03-14 | bump to 2.25.1 | slurpee | |
2024-02-28 | bump to 2.25.0 | slurpee | |
2024-01-21 | stop installing system shell completion | slurpee | |
op prompts users to turn on the 1P app integration during makepkg while installing completion, which prevents the package from being built. Following official 1P documentation, users should install completion to their own personal dotfile instead of using a system installation; Agilebits's official packages do not ship completion either. Users wishing to install shell completion will need to add a line to their shell's dotfile (.bashrc, .zshrc, etc.). | |||
2023-12-28 | bump to 2.24.0 | slurpee | |
2023-11-19 | bump to 2.23.0 | slurpee | |
2023-10-25 | bump to 2.22.0 | slurpee | |
2023-10-15 | bump to 2.21.0 | slurpee | |
2023-08-26 | bump to 2.20.0 | slurpee | |
also add -m argument to install command for zsh completion | |||
2023-07-16 | bumping to 2.19.0 | slurpee | |
2023-05-22 | bump to 2.18.0 | slurpee | |
2023-05-10 | bump to 2.17.0 | slurpee | |
2023-04-02 | bump to 2.16.1 | slurpee | |
2023-03-21 | bump to 2.15.0 | slurpee | |
2023-02-16 | bump to 2.14.0 | slurpee | |
2023-01-29 | bump to 2.13.1 | slurpee | |
2022-12-22 | bump to 2.12.0 | slurpee | |
2022-12-19 | bump to 2.11.0 | slurpee | |
2022-12-15 | bump to 2.10.0 | slurpee | |
2022-12-07 | bump to 2.9.1 | slurpee | |
2022-11-04 | bump to 2.7.3 | slurpee | |
2022-10-25 | bump to v2.7.2 | slurpee | |
2022-09-18 | bump to v2.7.1 | slurpee | |
2022-08-31 | bump version to 2.7.0 | slurpee | |
2022-08-23 | bump version to 2.6.2 | slurpee | |
2022-08-23 | add usage to helper | slurpee | |
2022-08-12 | bump version to 2.6.1 | slurpee | |
2022-07-29 | bump to 2.6.0 | slurpee | |
2022-07-19 | update sha256 sums to recent archives | slurpee | |
AgileBits was testing some beta releases of the CLI and they were inadvertently uploaded to their CDN. After reaching out and verifying the binaries, this commit updates sha256sums to the current archives. | |||
2022-06-24 | bump to 2.5.1 | slurpee | |
2022-06-24 | add package update helper script | slurpee | |
Adds the helper script that I use to automate generating the sha256sums as 1password doesn't publish the checksums separately. It downloads the archives, verifies the signature of the binary with 1password's public GPG key and if the signature is good, updates the hash in the PKGBUILD. Invoked with the PKGBUILD env variable: PKGVER=2.5.1 ./package-update.sh | |||
2022-06-10 | bumping to 2.4.1 | slurpee | |
2022-06-03 | bumping to 2.4.0 | slurpee | |
Reverted back to original source/checksum structure; easier to work with, makepkg can print all sources/sums in .SRCINFO again. | |||
2022-05-27 | bumping to 2.3.1 | slurpee | |
2022-05-21 | bumping to 2.3.0 | slurpee | |
2022-05-11 | bumping to 2.2.0 | slurpee | |
2022-04-25 | bumping to 2.1.0 | slurpee | |
2022-04-19 | bumping to 2.0.1 | slurpee | |
2022-04-19 | install zsh completion with package | slurpee | |
Due to a file conflict with the bash-completion package, only zsh completion is installed automatically with this package. Upstream bash-completion has deprecated their completions in favor of the generated completions, but a new release has not been cut with this fix. bash users seeking command completion will need to add completion directly to their .bashrc files, which will override the completion provided by the bash-completion package. | |||
2022-04-19 | add guard around group create | slurpee | |
This adds a guard around the group creation to prevent creating the onepassword-cli group if it already exists. | |||
2022-03-22 | swaps to groupadd instead of sysusers | slurpee | |
2022-03-20 | sets setgid bit post install | slurpee | |
2022-03-20 | adds support for 1pass GUI integration | slurpee | |
2022-03-16 | bumping to 2.0.0 | slurpee | |
2022-01-27 | bumping to 1.12.4 | slurpee | |