Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
qlot-1.7.0.tar.gz | 2025-05-03 | 10.3 MB | |
qlot-installer-1.7.0.sh | 2025-05-03 | 3.8 kB | |
1.7.0 source code.tar.gz | 2025-05-03 | 282.1 kB | |
1.7.0 source code.zip | 2025-05-03 | 337.6 kB | |
README.md | 2025-05-03 | 986 Bytes | |
Totals: 5 Items | 10.9 MB | 0 |
What's Changed
Enhancements
- Add
--output
option forqlot bundle
to specify the output directory other than.bundle-libs/
. by @fukamachi in https://github.com/fukamachi/qlot/pull/316 - Run
qlot install --no-deps
at the beginning of bundling if.qlot
doesn't exist. by @fukamachi in https://github.com/fukamachi/qlot/pull/318
Incompatible changes
- Rename
.bundle-libs/bundle.lisp
->.bundle-libs/setup.lisp
. by @fukamachi in https://github.com/fukamachi/qlot/pull/319 - Delete
bundle-info.sexp
after runningqlot bundle
. by @fukamachi in https://github.com/fukamachi/qlot/pull/317
Documentation
- Update README to fix issues and include option for people using Vim but not Roswell by @scarpart in https://github.com/fukamachi/qlot/pull/314
New Contributors
- @scarpart made their first contribution in https://github.com/fukamachi/qlot/pull/314
Full Changelog: https://github.com/fukamachi/qlot/compare/1.6.1...1.7.0