Skip to content

Releases: fukamachi/qlot

1.5.14

03 Oct 02:38
Compare
Choose a tag to compare

What's Changed

  • Make Windows-related changes by @djhaskin987 in #290
  • Disable parallel processing on windows to fix #289 by @djhaskin987 in #291
  • Add ability to run from powershell or CMD prompt on Windows by @djhaskin987 in #292
  • Fix an error from git fetch command trying to unshallow for a full repository. by @fukamachi in #293

New Contributors

  • @djhaskin987 made their first contribution in #290

Full Changelog: 1.5.13...1.5.14

1.5.13

01 Oct 13:44
Compare
Choose a tag to compare

What's Changed

  • Show a specific error when trying to install an unknown library. by @fukamachi in #284
  • Fix an error during git clone for repositories which don't support --depth option. by @fukamachi in #288
  • Fix qlot update to allow to take github's project names for update. by @fukamachi in #287

Full Changelog: 1.5.12...1.5.13

1.5.12

18 Sep 11:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.11...1.5.12

1.5.11

18 Sep 09:56
Compare
Choose a tag to compare

What's Changed

  • Change local-projects-searcher to ignore directories with names beginning with a dot. by @fukamachi in #270
  • Delete --init option and always create a qlfile before qlot install if it doesn't exist. by @fukamachi in #271
  • Show a specific error when exceeded the rate limit of GitHub API. by @fukamachi in #273
  • Retry HTTP requests in case of connection errors or server is down. by @fukamachi in #276, #279, #281, #282
  • Don't quit even when a job failed during parallel installation. by @fukamachi in #280

Full Changelog: 1.5.10...1.5.11

1.5.10

24 Aug 14:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.9...1.5.10

1.5.9

06 Aug 14:37
Compare
Choose a tag to compare

What's Changed

  • tweak: minor grammar correction by @fosskers in #261
  • Raise invalid-project-name error when a project name contains /. by @fukamachi in #263
  • Add with-local-quicklisp again. by @fukamachi in #266
  • Warn if the directory being added as 'local' source does not exist. by @fukamachi in #267
  • Change the color of a message by 'qlot init'. by @fukamachi in #268

Workflow changes

  • Run tests before building Docker images for releases by @fukamachi in #258

New Contributors

Full Changelog: 1.5.8...1.5.9

1.5.8

16 Jul 14:50
Compare
Choose a tag to compare

What's Changed

  • Fix warnings in shell scripts. by @fukamachi in #255
  • Eval forms in asd files while determining project dependencies. by @fukamachi in #256
  • Fix "qlot install" failure due to an error when reading ASD files by @fukamachi in #257

Full Changelog: 1.5.7...1.5.8

1.5.7

04 Jul 13:32
Compare
Choose a tag to compare

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

18 Jun 02:03
Compare
Choose a tag to compare

What's Changed

This release fixes an error on ECL when running qlot exec ecl.

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

13 Jun 01:56
Compare
Choose a tag to compare

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