0.7.0 - 2026-04-21
- support tasklists/checkboxes (#5) by @sermuns in 0ce6e53
- (comrak) sort fields of Extension by @sermuns in f5fb4ef
- satisfy/configure clippy, remove lib.rs, just mods declare in main.rs by @sermuns in a998a4c
- use less dependency features (#12) by @sermuns in c350a4f
- use less syntect features (#12) by @sermuns in 508d5cc
- remove cargo build from release by @sermuns in 08831b0
- release v0.7.0 by Samuel Åkesson in f1d0620
v0.6.0 - 2026-03-19
- nixpkgs support ❄️ (#11) by @juneb125 in #11
- begin adding support for alerts #5 by @sermuns in 39e2a68
- fully implemented alerts, with icons by @sermuns in e5ae1b2
- idiotic bug with wrong path to font assets... by @sermuns in 99daf5a
- simplify comrak config creation by @sermuns in 921634c
- merge imports, fix bug when targeting file by @sermuns in 65136fb
- simplify asset get logic by @sermuns in 9075602
- move export into own mod by @sermuns in 2ec86ca
- minor changes to main by @sermuns in e4db101
- use singlethreaded tokio by @sermuns in 082223b
- move themes to own directory by @sermuns in 8926aaf
- update deps, cut down on deps by @sermuns in d47c696
- install color-eyre by @sermuns in ccb1a8c
- sort deps by @sermuns in 62174c4
- update lockfile by @sermuns in 2c4a615
- remove unused bacon.toml by @sermuns in 50ea7df
- remove unused import by @sermuns in 7beb692
- update release experience, add precommit etc by @sermuns in 3664c7b
- release v0.6.0 by @sermuns in bbea6cd
v0.5.0 - 2026-01-16
- add manpage generation, closing #4 by @sermuns in 230e612
- document manpage generation by @sermuns in d5318b9
- Release meread version 0.5.0 by @sermuns in b434f48
v0.4.0 - 2026-01-09
- add math support by @sermuns in db58536
- (deps) bump dependencies by @sermuns in 817ee8b
- change from anyhow->color_eyre, deny unwrap_used, minor cleanup by @sermuns in 3572a95
- try to fix past sins. by @sermuns in d98f173
- more optimization in release build by @sermuns in e334f4c
- use lib.rs file, reorder imports by @sermuns in b0694d5
v0.3.2 - 2025-12-02
- add docker and publish action by @sermuns in 9d2bd84
- Release meread version 0.3.2 by @sermuns in 8f8c78a
v0.3.1 - 2025-12-02
- add more config for git cliff/release by @sermuns in f0e3bfa
- Split up stuff by purpose, so that it's not all in
src/main.rsby @juneb125 in 6b5e7bd - Move all reloading logic to
src/reload.rsby @juneb125 in ae78409 - Remove
pubkeyword from things that don't need it by @juneb125 in a2de080
- Move imports to the lowest scope they need (I think this fits under the 'perf' [aka performance] type) by @juneb125 in 20a29b5
- Be explicit with crate imports in
src/main.rsby @juneb125 in 8fb2a44
v0.3.0 - 2025-07-29
- Add (and default to-) darkmode. Can toggle to lightmode with flag. by @sermuns in 2faa721
- Release meread version 0.3.0 by @sermuns in 7ea667c
v0.2.1 - 2025-07-29
- embedded assets now working again by @sermuns in b50c45f
- Release meread version 0.2.1 by @sermuns in 811adb4
v0.2.0 - 2025-07-28
- Add syntax highlighting. General refactoring. by @sermuns in 8a3e7d6
- add annotations to commands. Add --force to export by @sermuns in d40b57b