chore(release): update CHANGELOG.md for v0.1.2
3693e2ee
1 file(s) · +62 −0
| 1 | + | # Changelog |
|
| 2 | + | ||
| 3 | + | All notable changes to this project will be documented in this file. |
|
| 4 | + | ||
| 5 | + | ## [0.1.2] - 2026-02-20 |
|
| 6 | + | ||
| 7 | + | ### Bug Fixes |
|
| 8 | + | ||
| 9 | + | - Patch over ts tsx jsx issue |
|
| 10 | + | ||
| 11 | + | ### Miscellaneous |
|
| 12 | + | ||
| 13 | + | - Updated TUI interface |
|
| 14 | + | - Added proper error handling |
|
| 15 | + | - Added git cliff workflow |
|
| 16 | + | - Version bump |
|
| 17 | + | ||
| 18 | + | ## [0.1.1] - 2026-02-20 |
|
| 19 | + | ||
| 20 | + | ### Miscellaneous |
|
| 21 | + | ||
| 22 | + | - Updated workflow |
|
| 23 | + | - Updated workflow |
|
| 24 | + | - Updated docker info |
|
| 25 | + | - Removed about page |
|
| 26 | + | - Update readme |
|
| 27 | + | - Updated html |
|
| 28 | + | - Fixed svg |
|
| 29 | + | - Version bump |
|
| 30 | + | ||
| 31 | + | ## [0.1.0] - 2026-02-19 |
|
| 32 | + | ||
| 33 | + | ### Features |
|
| 34 | + | ||
| 35 | + | - Init |
|
| 36 | + | - Added tui |
|
| 37 | + | - Added syntax highlighting to snippets |
|
| 38 | + | - Added remote access via tui and api key |
|
| 39 | + | - Added config auth setup |
|
| 40 | + | ||
| 41 | + | ### Miscellaneous |
|
| 42 | + | ||
| 43 | + | - Added tui scroll for snipps |
|
| 44 | + | - Added syntax highlighting |
|
| 45 | + | - TUI help menu |
|
| 46 | + | - Added delete to snippet |
|
| 47 | + | - Tui enhancements |
|
| 48 | + | - Added link copy to tui |
|
| 49 | + | - Tui improvements |
|
| 50 | + | - Merged tui and server into single binary |
|
| 51 | + | - Server auth config |
|
| 52 | + | - Added slow equal for auth ccheck |
|
| 53 | + | - Bumped packages and renamed to sipp |
|
| 54 | + | - Renamed to sipp-so |
|
| 55 | + | - Covered edge cases with no config setup |
|
| 56 | + | - Update gitignore |
|
| 57 | + | - Update README |
|
| 58 | + | - Add LICENSE |
|
| 59 | + | - Update cargo.toml |
|
| 60 | + | - Add Rust CI workflow |
|
| 61 | + | - Added release workflow |
|
| 62 | + |