Skip to content

Commit 2114ec6

Browse files
authored
Merge pull request #629 from carpentries/release-0.16.11
Release 0.16.11
2 parents cee3d02 + d73cd18 commit 2114ec6

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sandpaper
22
Title: Create and Curate Carpentries Lessons
3-
Version: 0.16.10.9000
3+
Version: 0.16.11
44
Authors@R: c(
55
person(given = "Robert",
66
family = "Davey",

NEWS.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
# sandpaper (development version)
1+
# sandpaper (0.16.11)
22

33
## BUG FIXES
44

55
* The website preview feature which automatically opens a web browser after
66
running `build_lesson()` has been fixed to work with the latest version of
77
pkgdown (@Bisaloo, #627)
8+
* Fix build failures if `instructor-notes.[R]md` is missing or not listed in
9+
the `config.yaml` (reported @jhidding #622, fixed @froggleston #626)
10+
11+
## NEW FEATURES
12+
13+
* Users can now provide a `disable_sidebar_numbering` option in a lesson
14+
`config.yaml` to turn off automatic episode numbering if they want to
15+
use their own, e.g. specifying their own numbering manually in episode
16+
title blocks (reported @anenadic #623, implemented @froggleston #624)
17+
* Add a new `config_yaml` option `license_url` so that users can supply
18+
custom license URLs for lesson footers (reported @chrbknudsen #619,
19+
implemented @froggleston #620)
20+
821

922
# sandpaper 0.16.10 (2024-11-11)
1023

0 commit comments

Comments
 (0)