File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
Package: sandpaper
2
2
Title: Create and Curate Carpentries Lessons
3
- Version: 0.16.10.9000
3
+ Version: 0.16.11
4
4
Authors@R: c(
5
5
person(given = "Robert",
6
6
family = "Davey",
Original file line number Diff line number Diff line change 1
- # sandpaper (development version )
1
+ # sandpaper (0.16.11 )
2
2
3
3
## BUG FIXES
4
4
5
5
* The website preview feature which automatically opens a web browser after
6
6
running ` build_lesson() ` has been fixed to work with the latest version of
7
7
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
+
8
21
9
22
# sandpaper 0.16.10 (2024-11-11)
10
23
You can’t perform that action at this time.
0 commit comments