Zack
3c781069ca
Merge pull request #653 from schollz/dependabot/go_modules/golang.org/x/crypto-0.19.0
...
Bump golang.org/x/crypto from 0.18.0 to 0.19.0
2024-02-08 13:38:12 -07:00
Zack
7274a8bd4b
Merge pull request #655 from schollz/schollz/issue650
...
add build for windows 7
2024-02-08 13:37:54 -07:00
Zack Scholl
3382306342
add build for windows 7
2024-02-08 13:37:10 -07:00
dependabot[bot]
ad47739c8f
Bump golang.org/x/crypto from 0.18.0 to 0.19.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/crypto/compare/v0.18.0...v0.19.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 08:07:15 +00:00
Zack
2f33b14b3d
Merge pull request #581 from sitiom/patch-1
...
switch winget releaser runner to `ubuntu-latest`
2024-02-06 18:12:51 -08:00
Zack
4025efcd48
bump the default.txt
2024-02-06 15:58:18 -08:00
Zack
f41a2afead
bump version and fix installer
2024-02-06 15:51:07 -08:00
Zack
ba75f7badb
add release workflow for generating binaries
2024-02-06 15:37:28 -08:00
Zack
55c954117a
update deps
2024-02-06 14:33:01 -08:00
Zack
4d083f8d10
Merge pull request #646 from rehanone/fix-docker-deplyment
...
Fix for the failing CD build
2024-02-06 08:05:08 -08:00
Rehan Mahmood
9ad2af18bd
Added the gcc
and musl-dev
packages in the builder layer of the Dockerfile.
2024-01-28 14:38:01 -05:00
Zack
47fc96b98f
Merge pull request #645 from rehanone/fix-docker-deplyment
...
Update and fix the docker image deplyment build
2024-01-25 07:59:36 -08:00
Rehan Mahmood
d4bba88fb1
Update and fix the docker image deplyment build
2024-01-25 10:02:01 -05:00
Zack Scholl
c1367671b6
bump 9.6.6
2023-11-09 06:56:42 -08:00
Zack Scholl
1e572067ec
bump 9.6.6
2023-11-09 06:56:29 -08:00
Zack Scholl
8aa9f040f6
bump 9.6.6
2023-11-09 06:53:42 -08:00
Zack Scholl
96bb34485e
update deps
2023-11-09 06:51:31 -08:00
Zack
159f0f8d9b
Merge pull request #625 from gravetii/patch-1
...
Fix minor error in README
2023-11-05 07:30:14 -08:00
Sandeep
c4d5c89e5f
Fix minor error in README
2023-11-03 11:20:41 +05:30
Zack
6ac67b68fc
Merge pull request #570 from PThorpe92/main
...
.gitignore support
2023-09-23 07:09:30 -07:00
PThorpe92
0af35d7149
feat: add support to respect .gitignore files
2023-09-22 21:15:27 -04:00
Zack
f91c7a9948
Merge pull request #587 from ferebee/main
...
fix architecture detection for Apple Silicon
2023-09-03 19:35:53 -07:00
Zack
cff8cddd13
Merge pull request #589 from zx9597446/main
...
zip file bug on windows and linux
2023-08-18 11:00:46 +02:00
zx9597446
d724f11297
Here is the English translation:
...
If there are directories in a zip file compressed on the Windows platform, the "\\" in the filepath will cause the files to be extracted normally on Linux, and ls will show filenames containing single quotes.
So when compressing, I replace "\\" with "/" so that it seems there are no issues on both Windows and Linux.
2023-08-17 12:07:07 +08:00
ferebee
80aabea29b
fix architecture detection for Apple Silicon
...
fix auto-install on macOS Apple Silicon, which reports architecture "arm64" on uname -a rather than "aarch64"
2023-08-09 11:42:23 +02:00
sitiom
f8bb011eac
switch winget releaser runner to ubuntu-latest
2023-07-07 08:52:14 +08:00
Zack Scholl
ef68dfa54c
bump 9.6.5
2023-07-06 10:10:57 -07:00
Zack Scholl
8ab65d06b5
bump 9.6.5
2023-07-06 10:10:39 -07:00
Zack Scholl
9c82914e7c
update deps
2023-07-06 10:00:05 -07:00
Zack
95717f16c9
Merge pull request #579 from glitsj16/systemd-unit
...
croc.service: use DynamicUser
2023-06-21 05:58:58 -07:00
glitsj16
5a58ae294b
croc.service: use DynamicUser
2023-06-21 01:46:47 +00:00
Zack Scholl
0aa5c80393
upgrade dependencies
2023-05-08 17:39:18 +00:00
Zack
23a8904193
Merge pull request #563 from N0mansky/main
...
Feat: support http proxy as a complementary way to use in network limited environments.
2023-04-12 09:03:53 -07:00
N0mansky
d5e63cd0bf
Update: update error messages for http proxy
2023-04-12 18:17:25 +08:00
N0mansky
1b1dc5cdfe
Feat: support http proxy as a complementary way to use in network limited environments.
2023-04-12 18:04:15 +08:00
Zack
cd1162f85c
Merge pull request #553 from goggle/typos01
...
Fix some typos
2023-03-27 08:36:56 -07:00
Alexander Seiler
ad7a22b218
Fix some typos
...
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-03-27 17:13:09 +02:00
Zack
e3a18cd7a7
Merge pull request #547 from schollz/dependabot/github_actions/docker/setup-buildx-action-2
...
Bump docker/setup-buildx-action from 1 to 2
2023-03-27 07:43:21 -07:00
Zack
8611bfa44a
Merge pull request #550 from schollz/dependabot/github_actions/actions/setup-go-4
...
Bump actions/setup-go from 2 to 4
2023-03-27 07:42:58 -07:00
Zack Scholl
b3c0625659
localhost -> 127.0.0.1 Fixes #513
2023-03-20 09:16:07 -07:00
dependabot[bot]
40e5893bb8
Bump actions/setup-go from 2 to 4
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 09:12:12 +00:00
Zack
e1b49e6d1c
Merge pull request #549 from BayLee4/main
...
Enhance tab completion
2023-03-15 08:11:00 -07:00
BayLee4
fae2e81b4a
Enhance tab completion
2023-03-15 10:03:38 +01:00
BayLee4
f5a02df17b
Merge pull request #1 from schollz/main
...
Merge upstream
2023-03-15 07:40:29 +00:00
dependabot[bot]
d813aa2fa9
Bump docker/setup-buildx-action from 1 to 2
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 12:01:02 +00:00
Zack
8d8d06557e
Merge pull request #534 from sitiom/winget-releaser
...
add winget releaser workflow
2023-03-14 05:00:19 -07:00
Zack Scholl
3ae46c3c18
bump 9.6.4
2023-03-14 04:52:15 -07:00
Zack Scholl
1fce28e72f
remove twitter
2023-03-14 04:51:47 -07:00
Zack Scholl
ac3caa5564
bump 9.6.4
2023-03-14 04:50:55 -07:00
Zack Scholl
790ee9e6eb
bump 9.6.4
2023-03-14 04:50:29 -07:00