Skip to content

Latest commit

 

History

History
152 lines (93 loc) · 8.9 KB

File metadata and controls

152 lines (93 loc) · 8.9 KB

Changelog

0.7.0 - 2026-04-21

🚀 Features

  • support tasklists/checkboxes (#5) by @sermuns in 0ce6e53

🚜 Refactor

  • (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

⚙️ Miscellaneous Tasks

  • 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

🚀 Features

  • 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

🐛 Bug Fixes

  • idiotic bug with wrong path to font assets... by @sermuns in 99daf5a

🚜 Refactor

  • 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

⚙️ Miscellaneous Tasks

  • 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

🚀 Features

  • add manpage generation, closing #4 by @sermuns in 230e612

📚 Documentation

  • document manpage generation by @sermuns in d5318b9

⚙️ Miscellaneous Tasks

  • Release meread version 0.5.0 by @sermuns in b434f48

v0.4.0 - 2026-01-09

🚀 Features

  • add math support by @sermuns in db58536

💼 Other

  • (deps) bump dependencies by @sermuns in 817ee8b

🚜 Refactor

  • change from anyhow->color_eyre, deny unwrap_used, minor cleanup by @sermuns in 3572a95
  • try to fix past sins. by @sermuns in d98f173

⚡ Performance

  • more optimization in release build by @sermuns in e334f4c

🎨 Styling

  • use lib.rs file, reorder imports by @sermuns in b0694d5

⚙️ Miscellaneous Tasks

  • remove unused imports by @sermuns in 2113826
  • Release meread version 0.4.0 by @sermuns in 290864d

v0.3.2 - 2025-12-02

💼 Other

  • add docker and publish action by @sermuns in 9d2bd84

⚙️ Miscellaneous Tasks

  • Release meread version 0.3.2 by @sermuns in 8f8c78a

v0.3.1 - 2025-12-02

💼 Other

  • add more config for git cliff/release by @sermuns in f0e3bfa

🚜 Refactor

  • Split up stuff by purpose, so that it's not all in src/main.rs by @juneb125 in 6b5e7bd
  • Move all reloading logic to src/reload.rs by @juneb125 in ae78409
  • Remove pub keyword from things that don't need it by @juneb125 in a2de080

⚡ Performance

  • Move imports to the lowest scope they need (I think this fits under the 'perf' [aka performance] type) by @juneb125 in 20a29b5

🎨 Styling

  • Be explicit with crate imports in src/main.rs by @juneb125 in 8fb2a44

⚙️ Miscellaneous Tasks

  • remove commented code by @sermuns in 1930e97
  • Release meread version 0.3.1 by @sermuns in 1c464db

v0.3.0 - 2025-07-29

🚀 Features

  • Add (and default to-) darkmode. Can toggle to lightmode with flag. by @sermuns in 2faa721

⚙️ Miscellaneous Tasks

  • Release meread version 0.3.0 by @sermuns in 7ea667c

v0.2.1 - 2025-07-29

🐛 Bug Fixes

  • embedded assets now working again by @sermuns in b50c45f

⚙️ Miscellaneous Tasks

  • Release meread version 0.2.1 by @sermuns in 811adb4

v0.2.0 - 2025-07-28

🚀 Features

  • Add syntax highlighting. General refactoring. by @sermuns in 8a3e7d6

🚜 Refactor

  • add annotations to commands. Add --force to export by @sermuns in d40b57b

[v0.0.1] - 2025-07-05