release 4.82
fixed @expose issue on static method/classmethod due to API change in Python 3.10
switched from travis to using github actions for CI builds and tests
Python 3.10 is now included in the unit test runs
release 4.81
fix some typo's in docs
corrected some minor other things in docs
Python 3.9 is now included in the unit test runs
No actual code changes.
1.40
Added "bytes_repr" option to serializer to serialize byte arrays into their Python bytes repr escaped form.
(also added BytesNode to the parser where it directly deserializes into a byte array)
This can be more convenient than having to deal with base-64 encoded bytes, but the serialized data is usually about twice as large and it is slower to process.
A cat(1) equivalent for viewing sqlite database.
-Read the database simply by running dbcat
-Change the format of the output by choice or automatically if the output
is a tty or not.
-Access individual tables
-Pass a filter query to filter the tables
-Use dbcat --help to see the help.
jless is a command-line JSON viewer.
Use it as a replacement for whatever combination of less, jq, cat and your
editor you currently use for viewing JSON files.
It is written in Rust and can be installed as a single standalone binary.
Features
-Clean syntax highlighted display of JSON data, omitting quotes around
object keys, closing object and array delimiters, and trailing commas.
-Expand and collapse objects and arrays so you can see both the high- and
low-level structure of the data.
-A wealth of vim-inspired movement commands for efficiently moving around
and viewing data.
-Full regex-based search for finding exactly the data you're looking for.
2022-01-24 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.23 released.
* Decompression time has been reduced by 5-12% depending on the file.
* main.cc (getnum): Show option name and valid range if error.
* Improve several descriptions in manual, '--help', and man page.
* lzip.texi: Change GNU Texinfo category to 'Compression'.
(Reported by Alfred M. Szmidt).
Changes:
2.34.5
======
- Improve VP8 codec selection when using GStreamer 1.20.
- Fix connecting to the accessiblity bus when using the Bubblewrap sandbox.
- Fix links being incorrectly activated when starting a pinch zoom gesture.
- Fix touch-based scrolling.
- Fix the build with recent toolchains based on GCC 12 and on older ones as
included e.g. in Ubuntu 18.04.
- Fix the build with ICU 60, version 61 is no longer required.
- Fix several crashes and rendering issues.
support for rk3328 (not yet tested), rk3399 (tested), and fiptool.
these will obsolete the existing arm-trusted-firmware* (v2.3) packages
once all consumers are updated and tested, and currently the sun50i_a64
and sun50i-h6 targets are not yet available.
CMUdict is a versioned Python wrapper package for the CMU Pronouncing
Dictionary data files. The main purpose is to expose the data with little
or no assumption on how it is to be used.
Similar functionality is also provided by nltk. My motivations for
importing this package are that (1) nltk doesn't appear to be keeping
its packaging of the dictionary data up to date, and (2) this has no
dependency chain beyond Python itself.
ugrep v3.7.2
New --hexdump options to grep binary files and display binary matches in hexadecimal with n hex lines before and after the match with --hexdump=Cn, --hexdump=An for n lines after and --hexdump=Bn for n lines before. Omitting n defaults to the entire matching line. Option -X is equivalent to --hexdump=2C for 2 hex columns per line and entire matching line as context. We also made ugrep faster overall with performance improvements. More coming soon!
extra_libarchive_depends(). Oops. Now that the problem has bitten me (on
Manjaro ARM), I can attest that single-quoting fixes it. Sorry, tyil,
and thanks again!
4.1.3
Bug Fixes
Fix flushdb and flushall
Maintenance
Add redis5 and redis4 dockers
Change json.clear test multi to be up to date with redisjson
Fixing volume for unstable_cluster docker
Update changes file with changes since 4.0.0-beta2
v2.10.17
========
Bugfixes
--------
- ansible-galaxy collection build - Ignore any existing ``MANIFEST.json`` and ``FILES.json`` in the root directory when building a collection.
- ansible-test - Fix traceback in the ``validate-modules`` sanity test when testing an Ansible module without any callables.
- backwards compatiblity copy of doc fragment action_common_attributes
-Fixed an issue where some blocks (ProgressBlock, ButtonBlock,
ScrollingTextBlock) would cause bugged rendering due to relying on the
default Cairo operator (Over), which was changed in 0.10.0. #50
Features
add username to Pulumi module (#3428)
Enable Undistract Me for Linux (#3547)
starship bug-report sets syntax highlighting for config file (#3529)
add a container indicator (#3304)
cli: Print arguments if argument parsing fails (#3560)
cmd_duration: Make notification timeout configurable (#3515)
install: Add posix shell check (#3474)
localip: add module to print the current ipv4 address (#3289)
pwsh: Set ExtraPromptLineCount (#3439)
pwsh: Set STARSHIP_SHELL to pwsh on PS >5 (#3443)
Bug Fixes
Correctly detect older versions of powershell in bug-report (#3543)
bash: Restore previous exit status in bash init (#3521)
elvish: use $pwd for logical-path (#3534)
nodejs: use e718 as the default of symbol in node configuration (#3533)
status: Enable to convert from i64 to hex_status by casting instead of
parsing status. (#3462)
Code Refactoring
Improve compatibility with Zsh prompt theme system (#3480)
zsh: using add-zsh-hook instead of add hook manually (#3537)
Performance Improvements
elvish: Use built-in randint instead of starship session. (#3479)
Bump libmacchina to v6.1.0:
-Fixes a bug that causes the package readout to display "0 (cargo)" if
$CARGO_HOME/bin is empty. (Macchina-CLI/libmacchina@22a7df0)
-Fixes a bug that causes the network readout to return an IPv6 address in
some cases. (Macchina-CLI/libmacchina@608a1dd)
Updated in wip by @wiz, thanks!
We are bumping nine versions here, from 0.21.1 to current 0.24.2
Too many changes to list here, for a compleate changelog, please visit
https://sw.kovidgoyal.net/kitty/changelog/
pygraphviz-1.8
Drop Python 3.7 support
Add Python 3.10 support
Add IPython rich display hook to AGraph class
Add contributor guide
Fixed directed nature of AGraph.copy()
Minor documentation and code fixes