fix(docs): fixed typos in changelog

This commit is contained in:
thek4n 2026-03-26 13:05:35 +03:00
parent dac4fc4861
commit f5704be2f2
2 changed files with 28 additions and 25 deletions

View File

@ -1,71 +1,74 @@
# MDPreview Changelog # MDPreview Changelog
Все заметные изменения в этом проекте документируются в этом файле. All notable changes to this project will be documented in this file.
Формат основан на [Keep a Changelog](https://keepachangelog.com/ru/1.0.0/), The format is based on [Keep a
и проект использует [Semantic Versioning](https://semver.org/lang/ru/). Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/lang/en/).
## [0.4.0] - 2026-25-03 ## [0.4.0] - 2026-03-25
### Added ### Added
- Added button for copy edit command (`note edit current_note.md`) - Added a button to copy the edit command (`note edit current_note.md`).
--- ---
## [0.3.0] - 2026-24-03 ## [0.3.0] - 2026-03-24
### Added ### Added
- Added flag `--random` for open browswer on random page (`--browser --random`) - Added the `--random` flag to open the browser on a random page when used with
`--browser` (`--browser --random`).
--- ---
## [0.2.1] - 2026-23-03 ## [0.2.1] - 2026-03-23
### Fixed ### Fixed
- Fix bug when listening port 0 (`--port 0`), browser open wrong port. - Fixed an issue where listening on port 0 (`--port 0`) caused the browser to
open the wrong port.
--- ---
## [0.2.0] - 2026-23-03 ## [0.2.0] - 2026-03-23
### Added ### Added
- Added flag `--browser` for open page in browser automaticly - Added the `--browser` flag to automatically open the page in the browser.
--- ---
## [0.1.3] - 2026-23-03 ## [0.1.3] - 2026-03-23
### Added ### Added
- Added button "random file" to header - Added a "Random File" button to the header.
### Fixed ### Fixed
- Non-markdown files now correctly render - Non-Markdown files now render correctly.
## Changed ### Changed
- Translated from russian to eng - Translated the interface from Russian to English.
--- ---
## [0.1.2] - 2026-22-03 ## [0.1.2] - 2026-03-22
### Added ### Added
- Added button "random file" - Added a "Random File" button.
- Added button "on main" - Added an "On Main" button.
## Changed ### Changed
- Default port now 8080 - Changed the default port to 8080.
--- ---
## [0.1.1] - 2026-21-03 ## [0.1.1] - 2026-03-21
### Added ### Added
- Added page title - Added page titles.

View File

@ -1,4 +1,4 @@
# TODO <!-- [NOGREP] --> # TODO <!-- [NOGREP] -->
* [ ] Сделать кнопку скопировать путь * [X] Сделать кнопку скопировать путь
* [ ] Сделать кнопку скопировать путь вместе с командой (`note edit ...`) * [X] Сделать кнопку скопировать путь вместе с командой (`note edit ...`)