All notable changes to this project will be documented in this file.
- Add 'assets' to
package.include
- fix logo issue
-
Update changelog
-
Update changelog
-
Bump version
-
Bump version
- Add logo to README
- Add crates.io and docs.rs badges
- Prepare crate for publishing
- Fix bug where colorized code wouldn't have the correct font family
-
Update changelog
-
Update dependencies versions
- Fix code fragments that aren't admonishments
- Update changelog
-
Escape
<root>
generic, that rustdoc thought was an HTML tag -
Fix font family for titles other than
<h1>
. -
Create dynamic font sizes for paragraphs.
-
Add left and right padding to center content.
-
Fix font family on elements other than
<p>
(likeli
) -
Fix font family for inline code fragments.
-
Use Playfair Display as Math font.
- Create admonishments (inspired by mdbook-admonish)
-
Update changelog
-
Update changelog
- Add
SUMMARY.toml
section to docs.
-
Update changelog
-
Bump version to
0.8.3
- Add 404 page
- Update documentation to
0.8.x
- Update changelog
- Remove warning messages
- Replace
Go
web-server with Rocket (desc. at0807937
)
-
Update changelog
-
Create boilerplate for migrating from Go to a Rocket webserver
-
Migrate from
cargo-sync-readme
(abandoned) tocargo-rdme
-
Rearrange help message subcommands to a more sensible order.
-
Sync
lib.rs
withREADME.md
-
Add licensing + contributing sections to
README.md
. + Add a "Synchronizing the README" section to CONTRIBUTING.md
-
Update changelog
-
Create
LICENSE
-
[breaking] change project name
-
Fix bug where it would try to open
cuteconfig.toml.toml
instead ofcuteconfig.toml
- Create general documentation in
lib.rs
.
-
Update changelog
-
Update changelog
- Add boilerplate for
introduction.md
+ Fix naming bug ininit
- Add documentation to subcommands
- Add
clean
subcommand
- Remove
PageConfig
fields and addpageconf
as an user open dictionary
- Update changelog
- Change error output to use
anyhow
-
Fix link from commits with description
-
Now
SUMMARY.md
is generated withinit
-
Bump version
-
Update changelog
- Fix bug where routing gets the wrong files (therefore, doesn't find them)
- Implement a sidebar (docs. pending)
-
Update changelog
-
Bump version
-
Update changelog
-
Update changelog
-
Update changelog
-
Update changelog
- Follow Clippy's guidelines
-
Change
on
key in actionchangelog.yaml
-
Minor fix
-
Remove
create
fromon:
inchangelog.yaml
- Replace libgit2 with console commands. Fix pulling.
- Reaplce
outdir
argument fromstatic
towww
(desc. at26b072c
)
- Now built-in styling files are copied into the output directory.
-
Bump version
-
Update CHANGELOG.md
- Replace whole-clone of the repository with shallow clone (desc. at
3474275
)
-
Update changelog
-
Rename
styles
tosrc-styles
& Now a built styles directory is available intemplates/styles
- Fix
changelog.yaml
, now it works :)
-
Minor typo fix in
CONTRIBUTING.md
-
Fix bug where, if CONFIG_PATH doesn't exist, only setups and returns.
-
Add CONTRIBUTING.MD
-
Add Versioning section to
CONTRIBUTING.md
-
Add info about
(desc.)
and tags toCONTRIBUTING.md
- Change configuration from
CARGO_HOME.join(...)
toCONFIG_PATH
- Improve changelog for commits with body
- Configure
git-cliff
- Display returned errors when panicking
-
Add some new config options (desc. at
0ae658c
) -
Add syntax highlighting support (
highlight.js
) -
Add subcommands (desc. at
3100220
)
- Bump version