Releases: sermuns/MEREAD
Releases · sermuns/MEREAD
Release list
v0.7.1
0.7.1 - 2026-06-17
🐛 Bug Fixes
- (docs) re-format help by @sermuns in c7bf6a6
- make copy-to-clipboard icons use
currentColorby @sermuns in 09ba3d7 - actually set syntax highlighting theme.. i forgor. also start using pure-rust "fancy" syntect backend by @sermuns in 5213e27
💼 Other
- (deps) bump askama from 0.15.6 to 0.16.0 by @dependabot[bot] in #23
- (deps) bump actions/upload-pages-artifact from 3 to 5 by @dependabot[bot] in #17
- (deps) bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #18
- (deps) bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #21
- (deps) bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #20
- (deps) bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #19
- (deps) bump math-core from 0.6.0 to 0.6.1 by @dependabot[bot] in #22
- (deps) bump tokio from 1.52.1 to 1.52.2 by @dependabot[bot] in #30
- (deps) bump tower-http from 0.6.8 to 0.6.10 by @dependabot[bot] in #29
- (deps) bump docker/login-action from 3 to 4 by @dependabot[bot] in #28
- (deps) bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #27
- (deps) bump actions/checkout from 4 to 6 by @dependabot[bot] in #26
- (deps) bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #25
- (deps) bump actions/cache from 4 to 5 by @dependabot[bot] in #24
- (deps) bump tokio from 1.52.2 to 1.52.3 by @dependabot[bot] in #31
- (deps) bump open from 5.3.4 to 5.3.5 by @dependabot[bot] in #32
- (deps) bump tower-http from 0.6.10 to 0.6.11 by @dependabot[bot] in #33
- (deps) bump hyper from 1.9.0 to 1.10.0 by @dependabot[bot] in #34
- (deps) bump math-core from 0.6.1 to 0.6.3 by @dependabot[bot] in #35
- (deps) bump hyper from 1.10.0 to 1.10.1 by @dependabot[bot] in #36
- add ci by @sermuns in 57621d8
⚙️ Miscellaneous Tasks
v0.7.0
v0.6.0
0.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
🚜 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 Samuel Åkesson in 4715db7
v0.5.0
v0.4.0
v0.3.2
v0.3.1
0.3.1 - 2025-12-02
💼 Other
🚜 Refactor
- 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
⚡ Performance
- Move imports to the lowest scope they need (I think this fits under the 'perf' [aka performance] type) by @juneb125 in 20a29b5