Releases: fukamachi/qlot
Releases Β· fukamachi/qlot
1.5.7
What's Changed
- Fix an error while retrieving the git ref for
github
sources. by @fukamachi in #253
Full Changelog: 1.5.6...1.5.7
1.5.6
What's Changed
This release fixes an error on ECL when running qlot exec ecl
.
- Fix local-init script to work on ECL (ASDF 3.1). by @fukamachi in #251
To fix the error, upgrade Qlot to v1.5.6, and re-run qlot install
to update the local-init scripts in your project.
Full Changelog: 1.5.5...1.5.6
1.5.5
What's Changed
- Optimize project-searcher by not running unnecessarily. by @fukamachi in #249
- This will remedy a problem that was taking a long time when loading systems. Happens since v1.5.1.
Full Changelog: 1.5.4...1.5.5
1.5.4
What's Changed
- Fix shell scripts to work even with ksh. by @fukamachi in #246
- Allow relative paths for
local
by @fukamachi in #247 - Fix a bug that changes of directory path for
local
inqlfile
won't be synced withqlfile.lock
by @fukamachi in #248
Full Changelog: 1.5.3...1.5.4
1.5.3
What's Changed
- Fix broken link for automatic installer by @solanav in #242
- Fix metadata files for
ql
orultralisp
by @fukamachi in #244
New Contributors
Full Changelog: 1.5.2...1.5.3
1.5.2
What's Changed
- Fix to replace with the new source during 'add' or 'remove' if the same project exists. by @fukamachi in #241
Full Changelog: 1.5.1...1.5.2
1.5.1
What's Changed
- fix 'extract-tarball': flush tar-stream buffer before extract by @Junker in #236
- Ignore directories with names that start with "." to look for ASD files in a project. by @fukamachi in #233
- Muffle warnings while loading sub-packages during 'qlot add' on macOS. by @fukamachi in #237
- Fix to add a new dist with 'qlot init' even when the qlfile already exists by @fukamachi in #238
- Change the condition to install local-init files. by @fukamachi in #239
New Contributors
Full Changelog: 1.5.0...1.5.1
1.5.0
1.4.2
What's Changed
- Find the project root if there's no .qlot/ directory. by @fukamachi in #227
- Add basic ABCL, ECL and Clasp support by @fukamachi in #225
- Ignore systems in the project when bundling. by @fukamachi in #228
- Add
--init
option toqlot install
to create an empty "qlfile" if it doesn't exist by @fukamachi in #229
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
- Add scripts/install.sh for manual installation by @fukamachi in #217
- Fix
qlot exec sbcl --noinform
. by @fukamachi in #218 - Make
qlot install
run in parallel by @fukamachi in #223
Full Changelog: 1.4.0...1.4.1