# MDPreview Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/lang/en/). ## `v0.6.3` - 20.07.2026 ### Fixed - Fixed minify script and templates. --- ## `v0.6.2` - 20.07.2026 ### Changed - Links are now opens in new tab. --- ## `v0.6.1` - 17.07.2026 ### Added - Add compile-time templates minificattion. --- ## `v0.6.0` - 17.07.2026 ### Added - Add text emoji support (`:smile:` for example). --- ## `v0.5.3` - 16.07.2026 ### Fixed - Fixed contend width --- ## `v0.5.2` - 16.07.2026 ### Fixed - Fixed tables rendering --- ## `v0.5.1` - 2026-07-14 ### Fixed - Fixed tables rendering --- ## `v0.5.0` - 2026-07-14 ### Changed - Migrate to embed js/css deps --- ## `v0.4.5` - 2026-07-14 ### Changed - Refactoring --- ## v0.4.4 - 2026-03-29 ### Fixed - Fixed removing newlines. --- ## v0.4.3 - 2026-03-28 ### Changed - Change footer. --- ## v0.4.2 - 2026-03-27 ### Added - Added version and project name in footer. --- ## v0.4.1 - 2026-03-26 ### Fixed - Added support for rendering individual files, not just directories (e.g., `mdpreview dir/file.md`). - Fixed the rendering of Markdown lists. --- ## v0.4.0 - 2026-03-25 ### Added - Added a button to copy the edit command (`note edit current_note.md`). --- ## v0.3.0 - 2026-03-24 ### Added - Added the `--random` flag to open the browser on a random page when used with `--browser` (`--browser --random`). --- ## v0.2.1 - 2026-03-23 ### Fixed - Fixed an issue where listening on port 0 (`--port 0`) caused the browser to open the wrong port. --- ## v0.2.0 - 2026-03-23 ### Added - Added the `--browser` flag to automatically open the page in the browser. --- ## v0.1.3 - 2026-03-23 ### Added - Added a "Random File" button to the header. ### Fixed - Non-Markdown files now render correctly. ### Changed - Translated the interface from Russian to English. --- ## v0.1.2 - 2026-03-22 ### Added - Added a "Random File" button. - Added an "On Main" button. ### Changed - Changed the default port to 8080. --- ## v0.1.1 - 2026-03-21 ### Added - Added page titles.