Skip to content

Releases: jesseduffield/lazydocker

v0.7.3

07 Sep 09:09
Compare
Choose a tag to compare

Changelog

42e029c checkout latest master before updating docs

v0.7.2

07 Sep 08:10
54609a5
Compare
Choose a tag to compare

Changelog

b1881e6 Improve container top
54609a5 Merge pull request #148 from jesseduffield/147_child_processes
98ae4f3 Merge pull request #156 from skanehira/master
a14e640 Merge pull request #159 from jesseduffield/fix_returning
a901506 Merge pull request #163 from mikhailswift/fix_1.13_builds
a3b3c94 Merge pull request #164 from jesseduffield/ci-improvements
133454e README: change brew installation instructions
1ee506f Update golang.org/x/xerrors package
ea18c1b Update keybindings.go (#162)
b124149 add golang-collections dependency
d4b2373 ci: improvements
139d991 ci: proper build matrix using workflows
3f28a97 ensure the current task is stopped before exit so we don't have any child orphan processes
14abd94 go mod tidy
f95b49c gui: actually pop stack and keep it fit
2763336 gui: delete comment
897d47d gui: implement PreviousViews stack
cfd4b7a gui: improve and fix PreviousViews stack
c2ea933 vendor: add golang-collections

v0.7.1

25 Aug 17:26
febfce9
Compare
Choose a tag to compare

Changelog

91ec431 Fix typo...
b8d477f Merge pull request #149 from ekremkaraca/patch-1
febfce9 Merge pull request #155 from jesseduffield/docker_env
1bc6ebc Update README...
c764c9e remove tap command for homebrew
1258471 respect DOCKER_HOST
49fe834 update docs

v0.7

14 Aug 23:17
2b6a4b0
Compare
Choose a tag to compare

Changelog

6ebddea Merge pull request #130 from winhung/limit-scrolling
b305558 Merge pull request #145 from anjiawei1991/master
2b6a4b0 Merge pull request #150 from Duske/patch-1
9f50809 add image to conatiner view.
42e69ac added test to increase coverage #31
42c4287 fix german notion of volumes
07bfb92 implemented review comments by adding improved scrolling checking #31
b899796 removed scrollCount #31
4e25f78 scrollDownMain now works properly with ScrollPastBottom enabled #31
4de994e scrolling does not go beyond the displayed text #31
19dac18 updated vendor for gocui #31
082034d used ViewLinesHeight for scrolling down function #31

v0.6.4

02 Aug 13:47
8970352
Compare
Choose a tag to compare

Changelog

b5df761 InternalFunction is not serializable to YAML
8970352 Merge pull request #142 from pvande/fix/crash-on-credits-tab
fc329ac README: set docker minimal version to match api
b287834 update docs

v0.6.3

29 Jul 09:36
Compare
Choose a tag to compare

Changelog

c599658 third time lucky

v0.6.2

29 Jul 09:32
Compare
Choose a tag to compare

Changelog

2e58ff5 turns out we can't use --rebase

v0.6.1

29 Jul 09:29
Compare
Choose a tag to compare

Changelog

7213a31 fix CI update docs thing

v0.6

29 Jul 09:07
4dc8f76
Compare
Choose a tag to compare

Changelog

  • We now support custom commands for images and volumes (thanks @SvenDowideit)

  • You can now press 'b' and view bulk commands in each panel, for example to prune containers/images/volumes, to stop all containers, or to remove all containers. You can also add your own custom bulk commands via your config. We've removed the 'D' keybinding which previously allowed for pruning in favour of the menu.

  • The user can now set the docker refresh interval in case they had CPU concerns (thanks @mjarkk)

  • We now support the use of XDG_CONFIG_HOME even if you're on a mac (thanks @dawidd6)

  • We cleaned up some code here and there (thanks @muesli)

  • We fixed some german translations (thanks @tecpromotion)

If I've forgotten anything let me know :)

v0.5.5

07 Jul 12:52
cca69e6
Compare
Choose a tag to compare

Changelog

8ef19b7 Added a litmit to the StatsHistory
b89b02e Added h key binding
58baf82 Added the sugestion from @jesseduffeild
209456f Changed the keybinding to e
0ca9235 Merge branch 'master' into f110
91e3c0f Merge pull request #103 from jesseduffield/window-check
a46074c Merge pull request #108 from jesseduffield/see-required-translations
cca69e6 Merge pull request #111 from mjarkk/f110
da6deff Merge pull request #112 from mjarkk/fix-git-typo
17fc1bd Merge pull request #114 from jesseduffield/ci-cheatsheet
a5ec531 Merge pull request #98 from mjarkk/fix-76
867459a Merge remote-tracking branch 'jesse/master' into fix-git-typo
30a79fa Moved the filtering out of containers to the docker.go file
fddbc7c Removed some lazygit code
b80b13d Update Config.md
c04867b Update Config.md
4dc13eb Update README.md
0d42164 Update README.md
71acacb Update issue templates
9bbd513 Update pkg/i18n/english.go
ec5bd8c Updated keybindings file
401c6a3 Updated the keybindings
cfd47b2 add get_required_translations.go
87d657c only update docs on release
df7f9c4 update cheatsheets
7e490b9 update docs
018e151 update docs when merging to master