Skip to content

Releases: wagoodman/dive

v0.7.0

16 Mar 16:08
8fcc9f6
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Changelog

8fcc9f6 gofmt fix
58f6404 dont depend on image history to exist (closes #169)
5459279 Merge branch 'master' of github.com:wagoodman/dive
031d9b9 create log later in processing (closes #177)
34439f2 Fixes config-file location in README.md (#171)
a1e0f08 Adds support for docker host access over ssh (#173)
9a6af6b Update .travis.yml (#163)
5ff66f2 ensure data capture is disabled in CI
993be8d Filetree improvements (#165)
cf8900d Update README.md (#159)
327814f Add collapse all directory keybinding (#162)
9943096 overwrite lower tree payloads while comparing (fixes #160) (#161)
46aff8b reference layer data for source of truth on index
96e9e25 gofmt
184d3a2 added layerview pgup/pgdown
eb31a62 gentle reminder about fetch times
ab3bbb8 less verbose processing output
d4e9bdb Added docker PATH volume, current directory volume and working directory to allow build to go through. (#155)
91d3721 Implementation of xdg spec about config files (#152)
142e1c1 Add homepage and description to Homebrew repo (#150)
0115696 Require golang 1.9+ (#149)
2301a34 Fix creating log file with logging disabled (#148)

v0.6.0

30 Dec 19:10
54979ae
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Changelog

54979ae bump to v0.6.0 refs
fc27dcd Add CI integration (#143)
ad32c0a Make changes to mode or owner show in UI (#142)
a830f34 regenerate gosum (fixes #137) (#138)
7dc6c5b Merge branch 'master' of github.com:wagoodman/dive
8c97168 Add go 1.11.x version (#131)
1abb210 using keybinding lib

v0.5.0

08 Dec 18:37
8b4c302
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Changelog

8b4c302 version v0.5.0 bump
1650839 handle scratch images (closes #76)
d78b6cd Export metrics to a file (#122)
e63a886 Performance tweaks (#127)
9f9a8f2 Refactor image preprocessing (#121)

v0.4.1

03 Dec 16:17
910c33f
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Changelog

910c33f bump patch version in docs
fbd2214 read entire json file on image parsing
40a30ea added mac download link; formatting
c96c27a formatting windows title
06c4a12 archive override for windows (zip)
4f537c8 version bump

v0.4.0

02 Dec 03:27
53b11f4
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changelog

53b11f4 fail on image not found without panic; add extra chmod case to test dockerfile
1baa942 Merge branch 'master' of github.com:wagoodman/dive
816e715 add pipeline build badge
1c2df29 add basic PR pipeline (#120)
89bb66b Removes extra if (Typo from #114) (#115)
5dbaa81 Fix a problem with the size checking (#114)
7bbf457 support windows builds
a566ad4 remove jotframe
3320d2d Feature/cc/do not write image (#108)
3edff17 Only scan the tar file once (#103)
530ea55 Accelerate file hashing with xxhash (#102)
bf8dde7 Replace aurman with yay (#101)
0904611 Using the same client.WithVersion(dockerVersion) as in other places. On my machine ImageInspectWithRaw was failing for an API mismatch and it was always trying to pull (#104)
8e6709a Fixes left arrow navigation for empty filetree (#100)
929c05a Add dependency info via go module support metadata (#87)
6a32573 Properly exits when UI is not instanciated (#91)
d9ec426 aur controller warning
06f58c9 Add Arch Linux package installation instructions (#77)
ca22237 Use curl instead of wget on RHEL/CentOS (#78)
55d1604 bump v0.3.0 release refs

v0.3.0

25 Nov 02:17
b1962b9
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changelog

b1962b9 ensure tmp image is cleaned up on crash (addresses part of #58)
7d86809 use env vars to determine the docker API version (closes #71)
6a6cbe1 add docs for filetree screen width
49baf84 configurable filetree split col (addresses #69)
30f3fed add image size to details pane (closes #66)
3c46874 add dir collapse docs
64d1a3b configurable directory collapse default value (closes #70)
e153cb4 Update README.md (#68)
e0af39c bump version ref

v0.2.0

07 Nov 02:59
dc519ad
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changelog

dc519ad added efficiency test
8c5dd1d Merge branch 'master' of github.com:wagoodman/dive
4617e1c fix format type
faf4572 Fix typo in comment (#57)
41e1685 drive view options from configuration (closes #56)
a95c45e add multiple config paths (fixes #60)
951d2c7 bump readme ref

v0.1.0

02 Nov 12:27
f481e7f
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Changelog

f481e7f keybindings belong to a specific view (fixes #55)
ebdd6fa added large example
82014bc discover docker version automatically (fixes #47)
39db078 tweaks
6f00572 added configuration + custom keybinding support
4b6ff48 #29: Support configuring the docker client from environment variables (#54)
81cbb14 Add page functions for FileTreeView (#53)
f3f2ec9 correct nested diff colors and dir sizing (fixes #45)
f40600e only show new keybindings
57f1448 Right Arrow Key descends into directory (#48)
c4bb987 Changes keys bindings (#41)
e7a05d4 cap the layers view based on the available terminal real estate
fac24be bump version ref

v0.0.8

27 Oct 16:09
5ddaa16
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Changelog

5ddaa16 use stable uuid def (closes #31)
790d5a6 cleanup on exit of non-gocui methods (fixes #42)
d9742b1 added note for img pulls on windows
ddc6907 Update README.md (#39)
b3c0e35 Added left arrow navigation for moving to parent directory or top of root (#43)
8b08736 tweak test img
e779798 add id + tar name to the layer details
9078b1d dont process purely whiteout flag files (fixes #30)
8ffa075 fix typo in readme (#40)
3f12f9d added maintainer
fdc88fc bump version

v0.0.7

25 Oct 02:13
b44c980
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Changelog

b44c980 unaccounted whiteout files should not be fatal
3a1339f update dive args for docker example