Skip to content

Commit c00da7c

Browse files
authored
Update changelog-1.1.md
1 parent 252a63a commit c00da7c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

news/changelog-1.1.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,41 @@
88

99
- Support for `nocite` within _project.yml for book projects (#1660)
1010

11+
## OJS
12+
13+
- Better handle OJS code blocks that begin with empty lines
14+
- Better OJS support for dark vs light mode
15+
- Improved button formatting
16+
- Support passing Pandas Series
17+
- Update to latest OJS runtime
18+
19+
## Websites
20+
21+
- Correctly align dark/light toggle in navbar (thanks @FabioRosado)
22+
23+
## Preview Server
24+
25+
- Improved daemonization in preview server for small number of file changes
26+
- Improve automatic detection of jupyter shell magics used in daemonization
27+
- Don't attempt to open browser when in a server sessions
28+
29+
## Localization
30+
31+
- Finnish localization (thanks @jkseppan)
32+
- Dutch localization (thanks @bwelman)
33+
34+
## HTML Format
35+
36+
- Respect toc-depth in the HTML format (bootstrap) rather than always acting as if depth is 3.
37+
38+
## RevealJS Format
39+
40+
- Don't ignore auto stretch rules when speaker notes are present
1141

1242
## Miscellaneous
43+
44+
- Allow environment variables to override paths to binary dependencies
45+
- Support `cover-image-alt` to specify alt text for a book's cover image
46+
- Correctly support Giscus `category-id` property
47+
- Correctly support `output-file` names that contain `.` characters (like `file.name.html`)
48+
- Avoid file permission errors in additional cases (thanks @jmbuhr)

0 commit comments

Comments
 (0)