Skip to content

Releases: Jimzical/Vizdisk

v0.1.4

04 Jan 06:33
d205eec

Choose a tag to compare

Changelog

Others

v0.1.3

03 Jan 18:24

Choose a tag to compare

Changelog

Bug Fixes

v0.1.2

03 Jan 18:00
7d844b6

Choose a tag to compare

Changelog

Bug Fixes

  • b47febb: fix: add QEMU and Docker Buildx setup steps to release workflow (@Jimzical)

Others

v0.1.0

03 Jan 16:18
0199866

Choose a tag to compare

Changelog

  • a6814f9 Add CI workflow for Go: linting, testing, and Docker build checks
  • 27ef09c Add Dockerfile for building and running DiskTree application
  • 72c51ec Add README.md and update .gitignore to include disktree
  • d5571a9 Add error handling for writing responses and encoding data in server handlers
  • 797cad6 Add gzip compression support for JSON responses in HandleData
  • 36675c1 Add minification support for CSS and JS, and refactor HTML structure
  • b202611 Add view toggle functionality and implement list view for file display
  • ed6f981 Adjust tooltip positioning for improved visibility
  • 890437b Downgrade Go version to 1.24 in CI workflow
  • e1d36c3 Enhance data handling in server: add request validation and support base64 encoding for JSON responses
  • e772436 Fix: Correct property reference for child value in getDirectChildren function
  • cb905ce Implement ScanAndParse function to update webpage each time its loaded in
  • 29f1557 Implement graceful shutdown for server and ncdu command
  • 8827fb2 Initial Commit
  • 9ebf6e2 Merge pull request #1 from Jimzical/testing-ci-fmt-and-lint
  • 0199866 Merge pull request #2 from Jimzical/chore/setup-goreleasermain
  • 881074b Minor Fix
  • 32063d4 Redirect stderr of ncdu command to standard error for better error visibility
  • f0b026c Refactor ParseNode function for improved clarity and structure
  • 228fe90 Refactor code to breakup main.go into smaller files
  • 37bcf57 Refactor index.html and main.go: remove navigation instructions and update variable types
  • b15ca06 Refactor project structure: rename disktree to vizdisk
  • e06df30 Test Ci
  • a1b4513 Update Go version to 1.25.5 in CI workflow
  • fcc1535 Update README.md for clarity and improved instructions
  • 2de8514 Update ncdu command options and improve port configuration handling
  • fe15066 chore: add dist directory to .gitignore
  • cd0971b chore: setup goreleaser for automated releases and update main.go for versioning
  • cfd08a7 downgrade Go version to 1.24.0 in go.mod
  • 8c5774e fix formatting
  • c2c220e fix: correct archive format specification in goreleaser configuration
  • 4416cbb fix: remove unnecessary blank line in main function
  • 1a810e7 ncdu added into main app