CHANGELOG.md 1.6 K raw
1
# Changelog
2
3
All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
### Miscellaneous
8
9
- Add changelog workflow
10
- Update changelog
11
- Added wrapping when creating inside tui
12
- Update changelog
13
- Replaced rand with nanoid
14
15
## [0.1.4] - 2026-02-21
16
17
### Miscellaneous
18
19
- Added db path env
20
- Update README
21
- Update readme
22
- Update readme
23
- Update readme
24
- Added max file size and plain text response for curl
25
- Updated workflows
26
- Version bump
27
28
## [0.1.3] - 2026-02-21
29
30
### Miscellaneous
31
32
- Update readme
33
- Update readme
34
- Added update and search
35
- Version bump
36
37
## [0.1.2] - 2026-02-20
38
39
### Bug Fixes
40
41
- Patch over ts tsx jsx issue
42
43
### Miscellaneous
44
45
- Updated TUI interface
46
- Added proper error handling
47
- Added git cliff workflow
48
- Version bump
49
50
## [0.1.1] - 2026-02-20
51
52
### Miscellaneous
53
54
- Updated workflow
55
- Updated workflow
56
- Updated docker info
57
- Removed about page
58
- Update readme
59
- Updated html
60
- Fixed svg
61
- Version bump
62
63
## [0.1.0] - 2026-02-19
64
65
### Features
66
67
- Init
68
- Added tui
69
- Added syntax highlighting to snippets
70
- Added remote access via tui and api key
71
- Added config auth setup
72
73
### Miscellaneous
74
75
- Added tui scroll for snipps
76
- Added syntax highlighting
77
- TUI help menu
78
- Added delete to snippet
79
- Tui enhancements
80
- Added link copy to tui
81
- Tui improvements
82
- Merged tui and server into single binary
83
- Server auth config
84
- Added slow equal for auth ccheck
85
- Bumped packages and renamed to sipp
86
- Renamed to sipp-so
87
- Covered edge cases with no config setup
88
- Update gitignore
89
- Update README
90
- Add LICENSE
91
- Update cargo.toml
92
- Add Rust CI workflow
93
- Added release workflow
94