-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
Changelog | ||
========= | ||
|
||
- Added the ``gidocgen`` doctype | ||
- Rewrite the way presets and doctypes are loaded | ||
- Add a :doc:`doctypes` section to the docs | ||
- Add a preset for `mathworks <https://www.mathworks.com/>`__ | ||
- Fix qmk preset not working, and rewrite logic to hopefully keep it working despite potential changes on qmk's side | ||
- Update code quality standard | ||
- Add some code logic to handle potential edge cases in qmk, lua, and ss64 presets | ||
|
||
Documentation | ||
------------- | ||
- Some minor changes | ||
- Rename the ``latest`` version to ``dev`` | ||
- Fix bug with the ``stable`` version not appearing in index page | ||
- Fix bug with ``stable`` version linking to the wrong version | ||
- Fix bug with the icon of the autohotkey docs not loading | ||
- Add unittests to help detect when presets stop working |