index
:
Erich/devtools
archlinuxewe
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
version
/
check.sh
Age
Commit message (
Expand
)
Author
2024-03-23
fix(version): do not prompt for input on terminal during check
Levente Polyak
2024-03-09
fix(pkgctl): skip path arguments that are not directories
Morten Linderud
2024-02-05
fix(doc): Correct typo in version check error message
Carl Smedstad
2024-02-05
fix(version): Handle pkgbase with '.' correctly
Carl Smedstad
2024-02-05
fix(version): fix typo never should be newer
Jelle van der Waa
2024-01-22
doc(version): extensively revamp documentation for version subcommands
Levente Polyak
2024-01-22
feat(version): use exit code for check to indicate out-of-date versions
Levente Polyak
2024-01-22
feat(version): add verbose option to display up-to-date versions
Levente Polyak
2024-01-22
feat(version): add spinner while checking upstream versions
Levente Polyak
2024-01-21
feat(version): pretty print and group together version check results
Levente Polyak
2024-01-21
feat(version): support nvchecker keyfile from user config home
Levente Polyak
2024-01-21
fix(version): add error handling to version check subcommand
Levente Polyak
2024-01-21
chore(check): factor out function to get upstream version
Christian Heusel
2024-01-10
feat(version): introduce version check subcommand
Jelle van der Waa