-
Notifications
You must be signed in to change notification settings - Fork 0
ChangeLog
lvjr edited this page May 5, 2023
·
2 revisions
- use
-f base.ext
to query or install package filebase.ext
- use
-c cmdname
to query or install command\cmdname
- use
-e envname
to query or install environment\envname
- accept multiple names in
query
and - return multiple matches in
query
andinstall
actions - move
comapre
andgenerate
actions totfpbuild.lua
- add
check
andsave
actions totfpbuild.lua
- print dependency tree for package files
- remove duplicate packages in the output
- exclude installed packages in the output
- store builtin commands and environmens first in json data
- remove keys with empty values in generating json data
- ignore
optex.cwl
in generating json data - fix wrong json data for class files
- fix wrong json data for
tikz
andtcolorbox
libraries
- change tool name to
texfindpkg
- provide
query
action for querying packages - provide
--help
and--version
options - add
sudo
prefix in installing packages on Linux and MacOS - add a simple man page
texfindpkg.1
- add workflow files in github actions
- first public release as
findpkg
tool - provide
install
action for installing packages