Oops, sorry: If you see "Unable to find latest release zip file" or "Failed to unzip the latest release", then you will need to manually update (it should only affect Windows 8.x users).
Recent highlights: The v1.3.13 release added features that make the i.lua script possible. Argmatchers can now be written to do match completion in directories other than the current directory. Argmatchers can also be written to take a whole command line as an argument: for example the built-in cmd
argmatcher (cmd some_command
).
v1.3.26
- Added
unicode.iter()
,unicode.isnormalized()
, andunicode.normalize()
for more precise UTF8 string manipulation. - The updater now includes an HTTP header to request no caching, in an effort to work around an issue on Win8.x.
- The updater now updates the version number displayed in the "Apps & features" section of Settings in Windows (or "Add or Remove Programs" in Control Panel in older versions of Windows).
- Fixed the
directories.dupe_mode
setting inclink set
. - Fixed the
remove-history
command when trying to remove a history entry added by theadd-history
command that hasn't yet been saved. - Fixed the
/D=
flag in the setup program. - Fixed potential double-load of scripts in the profile or binaries directories, due to an issue while searching
completions
directories (regression introduced in v1.3.24). - Fixed potential infinite loop when merging an argmatcher with itself.
- Fixed potential accidental resume of an orphaned coroutine.
- Fixed potential double-reporting of coroutine errors when the
lua.debug
setting is enabled. - Internal maintenance to the coroutine management system.