Releases: dlang-tour/core
Releases · dlang-tour/core
v1.3.0
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
- @dependabot made their first contribution in #786
Full Changelog: v1.2.4...v1.3.0
v1.2.4: Upgraded dependencies, modernized Dockerfile
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
A a couple of fixes, e.g #487 (thanks goes to @ZombineDev)
Newly started translations:
v1.0.2 - offline running & splitted language content
- offline mode for
dlang-tour
is fixed - try withdub 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
Make configuration file optional to make offline starting easier.
Initial Dub release
v1.0.0 Update dub.sdl