Version 1.2.1
- Changed repository URL
Version 1.2.0
- Enabled Link-Time Optimization and updated dependencies
Version 1.1.1
- Adding a better interface to send metrics (other than sender::send)
- Add API to MetricEvent (e.g. /view, /page, /list, etc)
- New more friendly metric file format
- Dependencies upgraded
Version 1.1.0
- Added total visits and unique visits to metrics
- Metric aggregation time slot is now configurable
Version 1.0.3
- Refactored metrics to support aggregation per minute (previous implementation was very, very simplistic)
Version 1.0.2
- Changed unique lock with multiple rwlocks to improve performance
Version 1.0.1
- rust clippy
- upgraded to rust 1.82.0
Version 1.0
- Bumped 0.3.6 to 1.0.0
Version 0.3.6
- Added rss feed support - yoursite.com/rss
Version 0.3.5
- Removed unnecessary locks
Version 0.3.4
- Added support for X-Forwarded-For for users using apache as a proxy
Version 0.3.3
- Metric implementation properly done
Version 0.3.2
- Preliminary metrics implemented
Version 0.3.1
- texted-tool now removes especial chars from the file name
- texted-tool added tags to the post template
Version 0.3.0
- Added support for different markdown names
- Added support for breaking tags other than <!-- more -->
- Added support for auto breaking posts after a given number of lines
Version 0.2.6
- Better error handling when configuration is incorrect
- New log configuration added + log support
- Renamed texted-post to texted-tool
- texted-tool now bootstraps a new blog
- generate-cfg option removed from texted
- Readme updated with new instructions