-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tjk
committed
Nov 20, 2024
1 parent
6599419
commit 58297bd
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
|
||
All notable changes to Terminal Velocity 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). | ||
|
||
## [0.1.2] - 2024-11-20 | ||
|
||
### Added | ||
- Static file handling with proper directory structure preservation | ||
- Hot reloading support for local development | ||
- Progress indicators during site generation | ||
- Default theme with terminal-inspired styling | ||
- Automatic slug generation for posts | ||
- Tag support for blog posts | ||
- Preview text support in post metadata | ||
- GitHub Actions for CI/CD and publishing | ||
- Comprehensive test suite | ||
|
||
### Changed | ||
- Improved post date handling with better error messages | ||
- More robust frontmatter parsing | ||
- Better error handling for file operations | ||
- Simplified initialization command (`termv init [path]`) | ||
|
||
### Fixed | ||
- Port validation for development server | ||
- URL path normalization to prevent double slashes | ||
- Empty slug generation edge cases | ||
- Static file copying to respect output directory configuration | ||
- Date parsing validation in frontmatter | ||
- Added port range validation (1024-65535) | ||
|
||
## [0.1.1] - 2024-11-20 | ||
|
||
### Added | ||
- Basic static site generation | ||
- Markdown support with frontmatter | ||
- Template system using Tera | ||
- Local development server | ||
- CLI interface with basic commands | ||
- Post creation wizard | ||
|
||
## [0.1.0] - 2024-11-20 | ||
|
||
### Added | ||
- Initial release | ||
- Basic project structure | ||
- Core CLI framework |