diff --git a/CHANGELOG.md b/CHANGELOG.md index eeff156..a41131d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v4.6.0] - 2024-04-17 +### Changed +- Mothd now correctly handles using the current directory for a path. + For instance, `-puzzles .` +- Theme configuration has a new structure: + old theme config files need to be modified +- Theme now omits the qix animation in the background + if the user has configured the browser to reduce motion. + This should help people with vestibular motion disorders, + or people who are annoyed by the animation. +- Theme colors are now specified with CSS variables, + making the theme (hopefully) easier to re-color. + +### Added +- Theme: brought back integrated Python IDE, + with updated versions of CodeJar and Prism.js. + These depend on a CDN, but if it cannot be reached, + there is a graceful fallback. +- Theme (nearly) instantly updates the list of open puzzles + when a puzzle is solved. + Users should no longer need to refresh the index after solving a puzzle. +- Theme fires confetti 🎊 when a puzzle is answered correctly. + This requires a CDN; if unreachable, everything still works. +- Theme closes the tab a few seconds after a puzzle is answered + correctly. ## [v4.5.0] - 2024-01-19 ### Changed diff --git a/LICENSE.md b/LICENSE.md index ecab0f3..a739ab2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -130,7 +130,7 @@ Both came with the following license: Go Fonts -======= +------- The Go fonts were obtained from https://go.googlesource.com/image diff --git a/theme/puzzle.css b/theme/puzzle.css index 7c44117..20f564f 100644 --- a/theme/puzzle.css +++ b/theme/puzzle.css @@ -3,11 +3,6 @@ src: url("fonts/Go-Regular.ttf"); } -@font-face { - font-family: "Go-Mono"; - src: url("fonts/Go-Mono.ttf"); -} - /** Workspace * * Tools for this puzzle: shows up in content.