Todo_Marker/changelog.md

39 lines
1.5 KiB
Markdown
Raw Normal View History

2024-06-22 11:21:00 -06:00
# Changelog
2024-06-22 11:33:06 -06:00
## [0.2.2] - 2024-06-22
### Added
- Introduced an occasional message to ask for support via a PayPal donation link.
### Commits
- [Add in occasional message to ask for support](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker/commit/ee3545aa19ca909dff6e14a5d78c7a49248b9dee)
- [Final version commit hopefully. Version 0.2.2](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker/commit/9271a0a027df497b996f44c75e4c2937bdf7f49c)
## [0.2.1] - 2024-06-22
### Updated
- Updated gemspec for the release.
### Commits
- [Release v0.2.1](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker/commit/04e723333c0860952d4fe1331e73dda3cbc2aa9b)
- [Update gemspec for release](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker/commit/fb90d3cca317752149e546d801daf0bae0b43e22)
2024-06-22 11:21:00 -06:00
## [0.2.0] - 2024-06-22
### Updated
- README.md
### Added
- Introduced additional formatting options for TODO comments.
- Implemented styles for TODO comments including titles and sublists.
- Added support for `title1`, `title2`, and `title3` styles.
### Commits
- [Adding in additional formatting options](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker/commit/b47350d96dc67a4ed2f707c2e57f8bf9deba7f13)
- [Finished implementation of styles](https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker/commit/99b4b136c451e20091a31dfdca2aa1f204f67fcd)
## [0.1.0] - Initial Release
### Added
- Basic functionality to read TODO comments from Ruby files and generate a `TODO.md` file.