Charalambos Emmanouilidis
a0819d6b91
Fix color contrast for better readability on dark backgrounds
...
Changed FgBlue to FgCyan in multiple locations to improve text visibility
on terminals with dark blue ANSI colors. This affects image history display,
service status indicators, container states, keyboard shortcuts, and command output.
Fixes #685
2025-12-16 16:53:57 +02:00
Jesse Duffield
78edbf3d2e
Merge pull request #706 from nickspaargaren/upgrade-go-version-1.23
...
Upgrade Go version from 1.21 to 1.23 in Dockerfile
2025-11-15 14:01:07 +11:00
Nick Spaargaren
753c0269d7
Upgrade Go version from 1.21 to 1.23 in Dockerfile
2025-11-14 13:32:29 +01:00
Jesse Duffield
4137d216aa
Merge pull request #703 from jesseduffield/fix-docker-api
...
fix: Update Docker client to support API version 1.52
2025-11-14 21:23:17 +11:00
Jesse Duffield
826f0293f1
Fix types
2025-11-14 21:20:28 +11:00
Jesse Duffield
c7b58683ae
Fix CI
2025-11-14 21:03:38 +11:00
Jesse Duffield
5e0aeec310
run go mod vendor
2025-11-14 20:59:29 +11:00
Jesse Duffield
992c138844
Clean up
2025-11-14 20:59:23 +11:00
Md. Asaduzzaman
c8d2fbdfdc
fix: Update Docker client to support API version 1.52
...
- Upgrade Docker client from v27.1.1 to v28.5.2
- Update hardcoded API version from 1.25 to 1.52
- Enable API version negotiation for better compatibility
- Fix compatibility with Docker Engine 29.0.0 and newer versions
Resolves issues with lazydocker not working with latest Docker clients.
2025-11-12 08:49:01 +06:00
Jesse Duffield
f023b42c89
Add Subble job ad
2025-10-29 21:58:38 +11:00
Jesse Duffield
123af388b0
Add subble job ad
2025-10-29 21:56:08 +11:00
Jesse Duffield
3314ecb66c
Updated README.md
...
Updated the image source for the Warp logo in the README.
2025-10-11 15:51:02 +11:00
Jesse Duffield
4e2f26b21e
Update README.md
...
Updated image widths for Warp, Tuple, and Subble.
2025-09-06 17:11:19 +10:00
Jesse Duffield
8a1975ef4a
Update README.md
2025-09-06 17:08:36 +10:00
Jesse Duffield
4332656606
Add Subble image
2025-09-06 17:07:12 +10:00
Jesse Duffield
99bf41c873
Update README.md
2025-09-06 17:04:26 +10:00
Jesse Duffield
587bbbf4b5
Change warp logo explicitly
2025-09-06 17:04:10 +10:00
Jesse Duffield
46400c4d32
Update README.md
2025-09-06 17:01:58 +10:00
Jesse Duffield
8ee57bffaf
Add tuple png
2025-09-06 16:59:05 +10:00
Jesse Duffield
bedde4a037
Merge pull request #564 from viviannevilar/patch-1
...
Update Config.md: location of the config in windows
2024-12-22 21:43:29 +11:00
Jesse Duffield
07558afdc8
Merge pull request #605 from A11Might/readme-add-manual-install
...
readme add manual install part
2024-12-22 21:40:08 +11:00
Jesse Duffield
1178381e00
Merge pull request #599 from A11Might/feat-show-panel-number
...
Show jump panel keybindings in panel titles
2024-12-22 21:37:21 +11:00
Jesse Duffield
c45bdea3a0
Merge pull request #540 from peauc/feature/issue-522-add-number-like-lazygit
...
Add navigation with numbers
2024-12-22 21:26:21 +11:00
kohath
15677ac3d2
readme add manual install part
2024-12-07 22:04:56 +08:00
kohath
b8a3ca1550
Show jump panel keybindings in panel titles
2024-11-25 21:27:27 +08:00
Jesse Duffield
be05115352
Merge pull request #568 from thaJeztah/update_docker_27.1
...
go.mod: github.com/docker/docker, docker/cli v27.1.1
2024-11-23 17:24:22 +11:00
Clément PÉAU
e2bc42f4bb
Merge branch 'master' into feature/issue-522-add-number-like-lazygit
2024-09-02 22:35:05 +02:00
Sebastiaan van Stijn
98721a3a2c
go.mod: github.com/docker/cli v27.1.1
...
full diff: https://github.com/docker/cli/compare/v27.0.3...v27.1.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-31 09:55:42 +02:00
Sebastiaan van Stijn
a8e75ecfe3
go.mod: github.com/docker/docker v27.1.1
...
full diff: https://github.com/docker/docker/compare/v27.0.3...v27.1.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-31 09:42:45 +02:00
Clément PÉAU
86cce84955
Add navigation via numbers
...
A la lazygit, we can now navigate between panels using numbers
(1,2,3,4,5,6,7)
Add translation for number navigation
reformat
oops
fix translation case & generate docs
pluralize networks
2024-07-26 15:58:45 +02:00
Vivianne
eaecd2c573
Update Config.md - location of the config in Windows
...
Update the location of the config file in Windows in the file Config.md
2024-07-26 17:29:21 +08:00
Jesse Duffield
de40167712
Merge pull request #563 from jesseduffield/docker-compose-command-update
...
Use 'docker compose' by default
2024-07-21 21:49:27 +10:00
Jesse Duffield
df6c8c196e
Use 'docker compose' by default
...
We now fall back to 'docker-compose' if need be
2024-07-21 21:32:03 +10:00
Jesse Duffield
4f375bbf36
Merge pull request #554 from hauskens/patch-1
...
Add hint to what .DockerCompose is in documentation
2024-07-21 21:06:04 +10:00
Jesse Duffield
0849b800ff
Merge pull request #561 from thaJeztah/update_docker
...
go.mod: github.com/docker/docker, docker/cli v27.0.3
2024-07-21 20:49:16 +10:00
Jesse Duffield
c73b3f7cc0
Merge pull request #552 from peauc/feature/issue-493
...
fix lazydocker breaking when having default context in config
2024-07-21 20:15:19 +10:00
Sebastiaan van Stijn
77a4de4819
go.mod: github.com/docker/docker, docker/cli v27.0.3
...
Update to v27.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:44:09 +02:00
Sebastiaan van Stijn
2d16389add
go.mod: github.com/docker/docker, docker/cli v26.1.4
...
Update to v26.1, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:37:10 +02:00
Sebastiaan van Stijn
0232610967
go.mod: github.com/docker/docker, docker/cli v25.0.5
...
Update to v25.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:25:11 +02:00
Sebastiaan van Stijn
c84bb887a4
update to go1.21
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:07:48 +02:00
Sebastiaan van Stijn
ff579d8713
go.mod: github.com/stretchr/testify v1.9.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:05:26 +02:00
Sebastiaan van Stijn
463ddfd6ee
go.mod: github.com/docker/go-connections v0.5.0
...
drops support for legacy Go versions, add support for TLS 1.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:05:26 +02:00
Sebastiaan van Stijn
6f85b653d4
go.mod: github.com/docker/docker, docker/cli v24.0.7
...
Update to v24.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:04:43 +02:00
Sebastiaan van Stijn
966ad05338
go.mod: github.com/docker/docker, docker/cli v23.0.10
...
Update to v23.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Sebastiaan van Stijn
8fe90830b1
go.mod: github.com/Microsoft/go-winio v0.5.3
...
update to a version compatible with go1.22 and up
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Sebastiaan van Stijn
bb5d70f787
go.mod: golang.org/x/time v0.5.0
...
no changes, but using the tagged version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Sebastiaan van Stijn
3daea1ea4d
go.mod: github.com/docker/go-units v0.5.0
...
removes uses of regular expressions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Sebastiaan van Stijn
e27d4878a2
go.mod: github.com/moby/term v0.5.0
...
no changes, but using the tagged version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Sebastiaan van Stijn
61cd92bc0c
go.mod: github.com/morikuni/aec v1.0.0
...
no changes, but using the tagged version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:02 +02:00
Sebastiaan van Stijn
8ca3166439
go.mod: github.com/imdario/mergo v0.3.16
...
update to the last version of the module under the old name, before v1.0.0
renames the module.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:02 +02:00