Skip to content

Releases: fukamachi/qlot

1.6.0

23 Nov 13:37
Compare
Choose a tag to compare

What's Changed

  • [new feature] Add asdf source to use a newer ASDF. by @fukamachi in #297
    • Not forward compatible
  • [bugfix] Fix the version of ql sources not to be updated by qlot install if it's locked. by @fukamachi in #300
  • [new feature] Add qlot.published-date to distinfo.txt for git & github sources. by @fukamachi in #301
    • This data hasn't been used yet.

Full Changelog: 1.5.16...1.6.0

1.5.16

20 Nov 02:19
Compare
Choose a tag to compare

This is an important bugfix update for users who have github projects in qlfile.
Qlot had been downloading the latest commit of the branch even though a specific SHA1 is recorded in a lock file.

What's Changed

  • Fix github projects to use the version specified in qlfile.lock. by @fukamachi in #303

Full Changelog: 1.5.15...1.5.16

1.5.15

26 Oct 15:03
Compare
Choose a tag to compare

This is probably the last release of the series of v1.5.x.
All changes are minor ones.

What's Changed

  • Fix an unexpected error in qlot outdated due to missing a symbol import. by @fukamachi in #296
  • Fix qlot outdated to show updates of the default Quicklisp dist. by @fukamachi in #298
  • Allow --debug option for 'remove', 'check' and 'outdated'. by @fukamachi in #299

Full Changelog: 1.5.14...1.5.15

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