Skip to content

Commit 6d3faab

Browse files
committed
chore(main): release 1.0.0
1 parent 1ceb595 commit 6d3faab

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-05-10)
4+
5+
6+
### Features
7+
8+
* adds domain to link info result ([28f9a03](https://github.com/TorBox-App/video-link-debugger/commit/28f9a0314abc0d67ea9c38cc8bdb44e4e8ee6bf7))
9+
* adds downloading full file for testing, allows multi-connection ([778c3a2](https://github.com/TorBox-App/video-link-debugger/commit/778c3a21401b7876a4b127d2e28589c2b4ab8a89))
10+
* adds pastebin sending ([1ceb595](https://github.com/TorBox-App/video-link-debugger/commit/1ceb595b53998e78292e2f3e32d7f5558aed9c85))
11+
* adds random seeking and table results ([13b6945](https://github.com/TorBox-App/video-link-debugger/commit/13b6945d57baffe1593abb9d120f2082f8d98b18))
12+
* adds release-please ([40921a3](https://github.com/TorBox-App/video-link-debugger/commit/40921a3b67ff90f857a52d8ca1731f9c170db388))
13+
* allows sending positional rather than flag, flag is now optional ([f6b7d6c](https://github.com/TorBox-App/video-link-debugger/commit/f6b7d6cbc559c66b3546a7724e8a4e1139218fb3))
14+
* allows skipping specific steps ([a9ddafb](https://github.com/TorBox-App/video-link-debugger/commit/a9ddafbe34cf123d32ed1e3b8cf2a567df7c5832))
15+
* **doc:** updates the readme ([f2031c4](https://github.com/TorBox-App/video-link-debugger/commit/f2031c4059a31a0d3d847374344ac00c9d1cb2d4))
16+
* **init:** inits base project ([6401b54](https://github.com/TorBox-App/video-link-debugger/commit/6401b54b38c00be95a47bfb9b2955537f73feba3))
17+
* **workflows:** adds building cli on push ([638a12b](https://github.com/TorBox-App/video-link-debugger/commit/638a12bef763f7eb2edd64cced233c8a929f0d1d))
18+
19+
20+
### Bug Fixes
21+
22+
* removes note about not being multi-connection ([32d29f8](https://github.com/TorBox-App/video-link-debugger/commit/32d29f839d85d98e174378a5e1e72203d5e9a721))
23+
* **workflows:** prefixes uploads to release ([a27afaf](https://github.com/TorBox-App/video-link-debugger/commit/a27afafda43cd1235bddbf7ed4f7715d744488c9))
24+
* **workflows:** proper os for building ([79ab859](https://github.com/TorBox-App/video-link-debugger/commit/79ab859c918a58dfc522eb93eebb37660b87efa2))
25+
* **workflows:** removes unnecessary builds ([05887e5](https://github.com/TorBox-App/video-link-debugger/commit/05887e55663e1144bc897e26f7ef509030209ac1))
26+
* **workflows:** uses github token ([3d2889f](https://github.com/TorBox-App/video-link-debugger/commit/3d2889fa74eccfc76fb22323b2ecc37229fa77d4))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "video-link-debugger",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A CLI built with Bunli",
55
"author": "",
66
"bin": {

0 commit comments

Comments
 (0)