Releases: sandrolain/sdt
Releases · sandrolain/sdt
v0.10.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
Changelog
- 6c85741 Added msgpack as conversion format
- 5c8015d Fix go version and wasm build
- cea6ede Update github action go version
- 45780e6 Updates and improvements
- 5183e6b Use commited wasm_exec.js
- bd455c1 [chore] Dependencies update
- dd772df [chore] Update github workflow go version
- 4697fb5 [fix] Fix go version for netlify
- 5de5d41 [fix] Fix go version in go.mod
- b6ea017 [fix] Fix golang versione for netlify
- 2eba67a [fix] Fix netlify configuration
- 498c9f1 [fix] Update webapp and netlify configuration
- bfe0ad3 [fix] copy netlify to web directory
- 128ba4c build(goreleaser): update build configuration and hooks
- 17c7a7f chore(dependabot): remove dependabot configuration file
- 75fd383 chore(deps): remove unused indirect dependencies
- d5986d7 chore(docker): remove obsolete Dockerfile and docker-compose
- 9a12fe9 chore(docs): remove web application references from AGENTS.md
- bfbbdfb chore(gui): remove main application code
- 21a67b8 chore(release): update Go version to 1.25
- 6e01e71 chore(web): remove web application files and configuration
- 743bbae ci(docker): remove obsolete Docker build steps
- b674b93 ci: add CI workflow for testing and building
- 72944a9 ci: update CI workflows to use latest action versions
- 9c2693c ci: update Go version and action versions in workflows
- d0424b5 ci: update Go version and simplify CI configuration
- 0baa2ac ci: update golangci-lint action to v8
- 15761c3 docs(contributing): add contributing guidelines
- 210d4bb docs(readme): update project overview and features
- b85d673 docs(sdt_conv): update input/output formats to include msgpack
- adb4369 feat(docker): add Dockerfile and docker-compose setup
- 538373a feat(setup): add setup command for agent files
- 6313f7d feat: add ai-specific tools
- 39ba467 feat: add new command fo agents
- 9dc4941 feat: add security tools
- f5a9949 fix: fix linting issues
- 94ac603 refactor(cmd): remove deprecated pipe and watch commands
- 90f4e26 refactor(taskfile): enhance build and test tasks
- 2ec1fb4 refactor: remove unuseful tools for agents
- affd8fd style(app): format code and improve readability
- c53376d style(ip): fix header setting for table output
v0.5.0
v0.4.0
v0.3.0
Changelog
- da79d8b Added "totp" and "lorem" tests
- a6b022e Added HTML encode / decode
- a9884b1 Added IP info and NS lookup commands
- ab1dad8 Added Interval Watcher
- b98755a Added RegExp commands test
- fce0a7a Added RegExp replace
- f1d5496 Added TOML conversion support
- 288daf3 Added basic http service for commands as routes
- c5df26c Added docker image
- 0ede525 Added html test
- 37922e3 Added new presets
- b30b78e Added simple static file server command
- 77c5473 Added some string webapp presets
- 5bc3f44 Added source map for web-app
- 83cdde5 Added string command tests
- dddb234 Added string commands
- aa9f076 Added tests for config command and fixes
- 53dbcd6 Added tests for qrcode creation and read with inputs refactoring
- f2107e3 Added watcher commands
- 018bb05 Added web preset camelCase
- 2bfdbc5 Code sec fixes
- c805aa4 Dependencies update
- 24766dd Docs and docker build updates
- 5018e00 Docs update
- faebeb8 Fix for wasm build
- 9a86047 Fix time test
- aa07d45 Fix to string title case command
- 2021941 Fix typo
- 56bcc86 Fix vite build config
- acfa2d7 Fixes and improvements to string and pipe commads
- 7e4d2df Fixes for "lorem" command
- 20eeb49 HTTP Client fixes
- c76e0aa Improvements and unit test for time commands
- f069f51 Improvements to http API version
- 621e91c Improvements to pipe command
- d598244 Improvements to web app
- 7de5894 Password generator tuning
- 35c0e81 README update
- 7129349 Removed unused import
- 982b28a Setup of "conv" testas
- 9812af7 Updated build script
- 9108b65 Updates with github workflow
- d19b9b4 Webapp fixes
- 81ec932 Webapp improvements
- 7fa4b81 Webapp improvements
- c4467e4 build-wasm script fix
- 0ae78e1 porting of string commands range
- 9aaee09 webapp fixes for netlify build
v0.2.0
Changelog
- 00534d7 Added "config" command
- c30edbb Added Base 32 encode/decode
- 1642e3f Added Cthulhu
- d0be1d4 Added HTTP command
- 339bd5d Added TOTP
- 138f89d Added TOTP commands
- 30af569 Added UPX compression
- 27149fc Added conversion from/to url query string
- 3d76d24 Added conversion to CSV
- 98c2b5e Added global input file flag
- 2f62403 Added keypair generator
- f1586d4 Added manual input from Stdin
- d9f835c Added some unit tests
- 3139f46 Added support form multiple files to write command
- 3d4e661 Added terminal logo
- 00b73c1 Added test coverage script
- 55776a5 Added usage of YAML file for static flags values definition
- 211cc35 Added version command and installation instructions
- a662501 Docs update
- 9aa75ec Docs update
- f5fcb98 README and docs updated
- 27e3877 Refactor of "pipe" command without shell execution and with WASM support
- b314828 Refactoring
- e0039f6 Refactoring for cleanr code
- 8ce8ede Refactoring for unified and simpler flag management
- 1326373 Setup of WASM based webapp
- e83f2af Setup of conversion command
- 2b8ae58 Setup of unit tests
- 39049cc Setup of wasm webapp
- 047ac49 Tests and fixes
- 6d32eff Tests refactoring
- cc3e98d Try WASM webapp
- 19593bd Try native GUI app
v0.1.0
Changelog
- 35411f1 Added CSV 2 JSON
- 3fb783c Added Lorem Ipsum
- 6462307 Added QR code
- 624b750 Added RegExp and string commands. Minor fixes
- 114821b Added UUID and bcrypt tools
- 27d970a Added Wishlist into README
- 781e0ab Added docs
- 84d6f3d Added goreleaser configuration
- c8876e8 Added json and file commands
- 4013250 Added notification
- 9b04f4d Added password generator
- 64eb456 Fix README
- c93f5f4 Initial commit
- a1db5ba Initial push