v0.14.1
0.14.1 (2023-01-06)
https://discuss.ocaml.org/t/ann-release-of-ocaml-sf-learn-ocaml-0-14-1/11133
Bug Fixes
- learnocaml_report.css: Display multiple spaces in code excerpts (#503) (c1054ab), closes #502
- web-app: Ask token (not secret) when opening exercise url (#489) (b91050e), closes #488
- web-app: Disable the Sync button at load time (1c068dd)
- web-app: Disable Sync after local save for a static deployment (dd69f3c)
- web-app: Remove automatic dialog (cf. Mechanism-2 of PR #372) (7ea03f1)
- web-app: Add Reload button that replaces Mechanism-2 of PR #372 (918b79e), closes #493 #505
- learnocaml_common.ml: Remove unused var (leftover of PR #489) (dc5c89c)
Documentation
- index.md: Update index.md (2fdc853)
- README.md: Update/Fix README.md (7174547)
- src/main/*: Document exit codes in man pages forall cmd/subcmd (c6ae2ca)
- src/main/*: Move server options to ad-hoc section in man pages (7c14d4c)
Build System
Dependencies
- opam: Bump ssl (0.5.10 -> 0.5.12) (#499) (9bc28a6), closes #498
- opam: Upgrade cmdliner version to 1.1.1 & Improve man pages (590034f)