Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release pegboard 0.6.0 #133

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# pegboard 0.6.0 (unreleased)
# pegboard 0.6.0 (2023-08-29)

NEW FEATURES
------------

- Overview pages are now able to be processed into `Lesson` objects. For Jekyll-
based lessons, the directory name must end with `-overview`, for sandpaper-
based lessons, the `config.yaml` file must contain the `overview: true` tag
(reported: @zkamvar, #118; fixed: @zkamvar, #132, reviewed by @klbarnes20).
These pages are indicated by the `$overview` field in the `Lesson` object.
- Workshop overview pages are now able to be processed into `Lesson` objects.
For Jekyll- based lessons, the directory name must end with `-workshop` (as
is the standard for workshop overview lessons without episodes), for
sandpaper- based lessons, the `config.yaml` file must contain the `overview:
true` tag (reported: @zkamvar, #118; fixed: @zkamvar, #132, reviewed by
@klbarnes20). These pages are indicated by the `$overview` field in the
`Lesson` object. For lessons that are not workshop overview lessons, nothing
will change.

BUG FIX
-------
Expand Down
Loading