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 11Package: sandpaper
22Title: Create and Curate Carpentries Lessons
3- Version: 0.16.10.9000
3+ Version: 0.16.11
44Authors@R: c(
55 person(given = "Robert",
66 family = "Davey",
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments