Developer

Changelog

changelog.md
# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- New feature or capability that was introduced

### Changed

- Modifications to existing functionality

## [1.2.0] - 2024-01-15

### Added

- Dark mode support across all pages
- Export to PDF functionality
- Keyboard shortcut `Ctrl+S` to save

### Changed

- Improved markdown parsing performance by 40%
- Updated dependencies to latest versions

### Fixed

- Fixed cursor jumping to end of line on paste
- Resolved memory leak in live preview

## [1.1.0] - 2024-01-01

### Added

- Live preview panel with split view
- Syntax highlighting for code blocks
- Auto-save to local storage

### Deprecated

- Legacy export format (will be removed in v2.0)

### Security

- Updated marked library to patch XSS vulnerability

## [1.0.0] - 2023-12-15

### Added

- Initial release
- Markdown editor with toolbar
- Five built-in themes
- File download as `.md`

[Unreleased]: https://github.com/user/repo/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/user/repo/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/user/repo/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/user/repo/releases/tag/v1.0.0

About This Template

Keep your users informed about every release with this changelog template based on the Keep a Changelog format. It organizes changes into Added, Changed, Deprecated, Removed, Fixed, and Security categories under semantic version headings. A clear changelog builds trust with users and contributors, reduces support requests, and makes auditing past changes straightforward. This template follows semver conventions and includes links to compare diffs between versions on GitHub. Whether you maintain a SaaS product, an open-source library, or an internal tool, a structured changelog is essential for transparent communication about what shipped and when.

changelogrelease notesversioningsemverreleasesupdates