v0.9 #60
alphapapa
announced in
Announcements
v0.9
#60
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Compatibility
plz
with Emacs versions older than 27.1. For Emacs 26.3, an earlier version ofplz
may be used, or this version might be compatible, with or without minor changes, which the maintainer cannot offer support for.)Changes
plz-timeout
is removed. (It was the default value forplz
's:timeout
argument, which is passed to Curl as its--max-time
argument, limiting the total duration of a request operation. This argument should be unset by default, because larger or slower downloads might not finish within a certain duration, and it is surprising to the user to have this option set by default, potentially causing requests to timeout unnecessarily.):as 'file
or:as '(file FILENAME)
now passes the filename to Curl, allowing it to write the data to the file itself (rather than receiving the data into an Emacs buffer and then writing it to a file. This improves performance when downloading large files, significantly reducing Emacs's CPU and memory usage).Fixes
plz
has returned for a synchronous request. See #53. Thanks to Joseph Turner for extensive help debugging, and to USHIN for sponsoring some of this work.)generate-new-buffer
(as extra protection against "kill buffer?" prompts in case of errors). (See #52. Thanks to Michał Krzywkowski.)Development
plz
is now automatically tested against Emacs versions 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, and a recent snapshot of themaster
branch (adding 29.2 and 29.3).This discussion was created from the release v0.9.
Beta Was this translation helpful? Give feedback.
All reactions