Slug-Boi
|
834ce162a4
|
docs: capital A
|
2025-04-02 19:31:33 +02:00 |
|
Theis
|
3690597b0a
|
Update src/cmd/utils/author_file_utils.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-04-02 19:30:43 +02:00 |
|
Slug-Boi
|
36023787b4
|
test(json): change all test data to json
|
2025-04-02 19:27:45 +02:00 |
|
Slug-Boi
|
bddcaa9ba2
|
refactor(json): change create authorfile to json file and update directory creator to not panic
|
2025-04-02 19:27:32 +02:00 |
|
Slug-Boi
|
375d7f98e5
|
fix(json): change groups default from empty string to empty string slice
|
2025-04-02 19:27:03 +02:00 |
|
Slug-Boi
|
0f45cd9cd9
|
docs(json): update the readme with the new json authorfile format
|
2025-04-02 18:42:41 +02:00 |
|
Slug-Boi
|
5106e9ce1e
|
refactor(json): create author now works on new json authorfile
|
2025-04-02 18:35:10 +02:00 |
|
Slug-Boi
|
4a8572efdf
|
chore: defer close
|
2025-04-02 18:34:43 +02:00 |
|
Slug-Boi
|
39781da299
|
refactor(json): add ability to delete author using the new json author file
|
2025-04-02 18:25:14 +02:00 |
|
Slug-Boi
|
ec2f361583
|
feat: allow for json files to be opened instead of the weird self made csv format
|
2025-03-29 22:12:52 +01:00 |
|
Slug-Boi
|
f6a1316d4b
|
docs: add update command to list of CLI commands
|
2025-01-28 08:59:43 +01:00 |
|
Slug-Boi
|
09ece70b12
|
chore: add lazygit config to readme and example config to repo
docs: typo
|
2025-01-27 11:07:40 +01:00 |
|
Theis
|
b4be9fb978
|
Merge pull request #59 from Slug-Boi/feat_update_check
v1.3.0
|
2025-01-14 14:45:16 +01:00 |
|
Slug-Boi
|
9c98cd1c59
|
refactor: call update check on users cmd
|
2025-01-14 14:40:44 +01:00 |
|
Slug-Boi
|
1ea3d94421
|
fix: bug with the update tool and paths not being correct. Changed to abs path checks
|
2025-01-14 14:40:31 +01:00 |
|
Slug-Boi
|
667c25b162
|
refactor: add update check to cz command
|
2025-01-14 14:14:24 +01:00 |
|
Slug-Boi
|
106957c290
|
refactor: Fix terrible code and flag handling in root
WIP this will be passed down to the cz command most likely as well
|
2025-01-14 13:49:54 +01:00 |
|
Slug-Boi
|
79dc578b56
|
feat: check for tag version on github to let the user know they should update to the new version
|
2025-01-13 15:57:59 +01:00 |
|
Slug-Boi
|
2794a9038b
|
fix: rewrite error messages for error in author file to be more descriptive
|
2025-01-13 15:57:24 +01:00 |
|
Slug-Boi
|
0e47a9336a
|
fix: issue with creating author file from scratch. Fixed file permissions
|
2025-01-13 15:22:19 +01:00 |
|
Theis
|
a15067a013
|
docs: typo
|
2024-12-24 13:49:19 +01:00 |
|
Slug-Boi
|
43a946f101
|
chore: update net package due to security problems
v1.2.1
|
2024-12-19 20:20:05 +01:00 |
|
Slug-Boi
|
2b1c94d73b
|
chore: update go version to latest
|
2024-12-19 20:15:41 +01:00 |
|
Slug-Boi
|
22e8140a69
|
fix: change version fetcher to use github refs for build workflow
v1.2.0
|
2024-12-14 00:19:17 +01:00 |
|
Slug-Boi
|
33221e234b
|
feat: add git push flag to commands
|
2024-12-14 00:09:59 +01:00 |
|
Slug-Boi
|
8522fefa86
|
ci: add Coco_version env var to build flow and remove author.txt (no longer used)
|
2024-12-13 23:58:07 +01:00 |
|
Slug-Boi
|
de72d1a35c
|
chore: update install script to work (added sudo to mv) and update gitignore
|
2024-12-13 10:28:51 +01:00 |
|
Theis
|
fa866a7914
|
Merge pull request #51 from Slug-Boi/dependabot/go_modules/golang.org/x/crypto-0.31.0
|
2024-12-12 22:09:58 +01:00 |
|
dependabot[bot]
|
d1abad9409
|
chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.27.0...v0.31.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-12 21:05:57 +00:00 |
|
Slug-Boi
|
e94f59c1ab
|
docs: remove dollar sign from copy paste required code blocks (thanks github :) )
v1.1.1
|
2024-12-01 22:40:58 +01:00 |
|
Slug-Boi
|
1a338fc921
|
docs: add dollar sign back
|
2024-12-01 22:38:19 +01:00 |
|
Slug-Boi
|
bb0c571d0f
|
docs: add console tag to code blocks as a test
|
2024-12-01 22:37:25 +01:00 |
|
Theis
|
a8d7164dda
|
Merge pull request #48 from Slug-Boi/chore_install_script
|
2024-12-01 22:33:49 +01:00 |
|
Slug-Boi
|
6ffb08c561
|
docs: change readme to include install script commands
|
2024-12-01 22:28:38 +01:00 |
|
Slug-Boi
|
495606d798
|
chore: refactor install scripts to be actual scripts and simplify approach
|
2024-12-01 22:18:43 +01:00 |
|
Slug-Boi
|
c5ee15dd4b
|
refactor: fix syntax errors
v1.1.0
|
2024-12-01 21:03:28 +01:00 |
|
Slug-Boi
|
b224eeba40
|
ci: change tar names and add aarch64
|
2024-12-01 20:58:14 +01:00 |
|
Slug-Boi
|
ccdc550170
|
refactor: change regex to be actually universal
|
2024-12-01 20:55:57 +01:00 |
|
Slug-Boi
|
73c9adf908
|
chore: more work on install scripts
|
2024-12-01 20:52:20 +01:00 |
|
Slug-Boi
|
3862338350
|
feat: add install scripts (actual installer)
|
2024-12-01 20:25:38 +01:00 |
|
Theis
|
0f2a002690
|
Merge pull request #47 from Slug-Boi/feat_add_update_command
|
2024-12-01 19:51:33 +01:00 |
|
Theis
|
22db51ab11
|
Merge branch 'main' into feat_add_update_command
|
2024-11-29 23:58:17 +01:00 |
|
Slug-Boi
|
8f9e1e9ccb
|
ci: add version variable linkage to build command
|
2024-11-29 23:53:42 +01:00 |
|
Slug-Boi
|
08d1942492
|
feat: add version variable to cocommit which gets set through build command
|
2024-11-29 23:53:15 +01:00 |
|
Slug-Boi
|
0350779df3
|
chore: remove default copyright notice from cobra
|
2024-11-29 23:52:22 +01:00 |
|
Theis
|
5f7365cc22
|
Merge pull request #44 from Slug-Boi/feat_add_update_command
|
2024-11-28 13:49:53 +01:00 |
|
Theis
|
354d12b429
|
Merge pull request #43 from Slug-Boi/feat_pass_git_flags
|
2024-11-28 13:40:45 +01:00 |
|
Slug-Boi
|
06c83dce0d
|
fix: zip slip issue
|
2024-11-28 13:40:18 +01:00 |
|
Slug-Boi
|
d90ab2d809
|
ci: update build release workflow to include arm darwin and removed version from tar
the version number was removed from the tar to support new update
command
|
2024-11-28 13:31:04 +01:00 |
|
Slug-Boi
|
3d06dddf22
|
feat: add update command which looks at os and tries to update
this command will try to download and replace your current binary with
the latest release binary
|
2024-11-28 13:30:05 +01:00 |
|