CHANGELOG: Add info about changes in query tool
This commit is contained in:
parent
0dcf9d4197
commit
6f03eee42c
1 changed files with 5 additions and 0 deletions
|
|
@ -12,3 +12,8 @@ Some HTTP servers may not support WSGI natively and may require a separate WSGI
|
||||||
We also recommend using Python virtual environments to manage dependencies.
|
We also recommend using Python virtual environments to manage dependencies.
|
||||||
Check "Manual Installation" section of README for details.
|
Check "Manual Installation" section of README for details.
|
||||||
|
|
||||||
|
== 2025-03 - Query refactor
|
||||||
|
|
||||||
|
The query tool was extracted to utils/query.py. Example call: `python3 -m utils.query file v6.8 /README'.
|
||||||
|
Version and cmd (file/ident) parameters changed order, to allow for commands that do not take version as a parameter.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue