Releases: Jimzical/Vizdisk
Releases · Jimzical/Vizdisk
v0.1.4
Changelog
Others
- c3f7d9d: Merge pull request #6 from Jimzical/docs/add-images (@Jimzical)
- efad9ae: Merge pull request #7 from Jimzical/docs/add-dockercompose (@Jimzical)
- d205eec: Merge pull request #8 from Jimzical/chore/add-favicon (@Jimzical)
- ef902ae: Minor fix (@Jimzical)
- c0c7a57: Update README with images and formatting changes (@Jimzical)
- d79c594: Update README.md (@Jimzical)
v0.1.3
v0.1.2
v0.1.0
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