Skip to content

Releases: carpentries/styles

styles v9.5.3

21 Aug 13:58
d209595
Compare
Choose a tag to compare

This is effectively a pre-release of v9.6.0 that is being tested on the geospatial curriculum. Full release notes will be included in the release of v9.6.0.

styles v9.5.2

19 Jun 17:44
0ff9a92
Compare
Choose a tag to compare

This is a minor release to address #300 that was revealed in the initial deployments of v9.5.1.

Changes

  • contact email address changed to: [email protected]
  • CODE_OF_CONDUCT.md is being added back to the root (#300)

styles v9.5.1

18 Jun 19:18
Compare
Choose a tag to compare

This is a minor release.

New features

  • new target in Makefile, docker-serve that serves the lesson from a Docker container (#238, @alee)
  • add 'cp' as new lesson type category for "Carpentries" branding of website. To be used for instructor training for instance. (#298, @fmichonneau).

Changes

  • Code of conduct file is renamed from CONDUCT.md to CODE_OF_CONDUCT.md to match GitHub's expectations. (@katrinleinweber)
  • Fix permalinks, and mailto: that were broken (@mr-c)
  • Include links.md in files of the boilerplate (@maxim-belkin)
  • Add R-specific files to .gitignore (@mzc9)
  • Fix URLs reflecting migration of styles, workshop-template, training-template and instructor-training to the Carpentries GitHub organization

v9.5.0

24 May 08:04
v9.5.0
Compare
Choose a tag to compare

New Features

  • Migrate bin/*.py to Python 3

    Because Python 2 will not be supported soon
    and we are teaching Python 3 for a while.

  • Add note about the version of the style

    This will help maintainers, contributors and users.

  • Move boilerplate files to their own file

    This will help maintainers to copy some files.

  • Add .travis.yml

    This will help contributors to know what is wrong.

Changes

  • Fix favicon
  • Fix search (powered by Google)
  • Clean footer HTML
  • Fix Copyright information
  • Fix line wrap after dash in code block
  • Fix font size of h2 in call out box
  • Remove root and layout from YAML for boilerplate
  • Make Jekyll ignore .Rproj

Contributors

Migration process

$ git remote add styles [email protected]:swcarpentry/styles.git
$ git fetch styles
$ git merge v9.5.0
$ git checkout --theirs bin/lesson_initialize.py Makefile
$ git add -f bin/lesson_initialize.py Makefile
$ git commit
$ cp bin/boilerplate/.travis.yml .
$ cp bin/boilerplate/aio.md .
$ cp bin/boilerplate/_extras/figures.md _extras
$ git add aio.md _extras/figures.md
$ git commit

_config.yml

YAML header

layout and root can be removed from most of the files, except index.md and reference.md.

v9.4.0

17 Apr 16:08
v9.4.0
f55a015
Compare
Choose a tag to compare

Changes

  • Fix bin/lesson_initialize.py
  • Secure hyperlinks to pre-empt server-side HTTPS redirects
  • Advise users not to edit .md files generated from .Rmd files
  • Fix CSS to use .language-X class
  • Updated lesson_initialize
  • Add current year to copyright of workshop footer
  • Fix broken link for Contact
  • Fix svg files
  • Replace out of date Code of Conduct
  • Link DOIs to preferred resolver
  • Update repo_check.py with new GitHub labels
  • Don't break words in code
  • Fix GitHub meta data

v9.3.1

23 Nov 09:00
v9.3.1
Compare
Choose a tag to compare

Changes

  • Fix "Could not locate the included file 'all_figures.html'" error

v9.3.0

19 Nov 21:22
v9.3.0
Compare
Choose a tag to compare

Changes

  • Syntax highlight
  • Replace extract_figures.py with Javacript
  • Add "Offline" Capable
  • Add keyboard key style

Upgrade notes

Some URL changed as part of the "offline" feature. Please use {{ page.root }}{% link path/to/filename.md %} instead of the URL.

v9.2.4

10 May 10:07
Compare
Choose a tag to compare

Restore CONDUCT.md.

v9.2.3

06 May 09:21
Compare
Choose a tag to compare

Fix bin/lesson_initialize.py.

v9.2.2

06 May 09:09
Compare
Choose a tag to compare

Remove file added by mistake.