Skip to content

Releases: dlang-tour/core

v1.3.0

31 Jul 21:55
Compare
Choose a tag to compare

What's Changed

  • feat: Add support for linking to section headings by @PetarKirov in #783
  • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #786
  • chore(deps): bump docker/setup-buildx-action from 1 to 2 by @dependabot in #785
  • chore(deps): bump docker/login-action from 1 to 2 by @dependabot in #784
  • chore(deps): bump docker/build-push-action from 2 to 4 by @dependabot in #787

New Contributors

Full Changelog: v1.2.4...v1.3.0

v1.2.4: Upgraded dependencies, modernized Dockerfile

17 Feb 13:55
Compare
Choose a tag to compare

What's Changed

  • Update LDC version on release job by @ljmf00 in #759
  • docker: use LABEL instead of deprecated MAINTAINER instruction by @ljmf00 in #758
  • build(docker), config(docker-compose), ci(gh-actions): Rewrite Dockerfile, CI and update docker-compose by @PetarKirov in #772
  • Fix docker entry point and update dub deps by @PetarKirov in #773
  • config(webinterface): Allow run.dlang.org hosts by @PetarKirov in #779
  • Upgrade dub dependencies by @dkorpel in #781

New Contributors

Full Changelog: v1.2.3...v1.2.4

Support for DMD 2.072 and more translations

07 Jan 22:00
Compare
Choose a tag to compare

A a couple of fixes, e.g #487 (thanks goes to @ZombineDev)

Newly started translations:

v1.0.2 - offline running & splitted language content

01 Sep 17:14
Compare
Choose a tag to compare
  • offline mode for dlang-tour is fixed - try with dub fetch dlang-tour && dub run dlang-tour
  • language content has been split to into separate submodules under the dlang-tour organization
  • separate languages can be loaded with the new -l/--lang-dir flag, e.g. dub run dlang-tour --lang-dir .

v1.0.1

17 Jun 17:54
Compare
Choose a tag to compare
Make configuration file optional to make offline starting easier.

Initial Dub release

13 Jun 16:56
Compare
Choose a tag to compare
v1.0.0

Update dub.sdl