Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: WhyWhatHow/jenv

Tags

v0.6.7

Toggle v0.6.7's commit message
fix(config): update Java path validation for Windows

- Change Java executable name from 'java.exe' to 'javac.exe' for Windows
- Update corresponding Linux/Mac path from 'java' to 'javac'

v0.6.6

Toggle v0.6.6's commit message
ci: make it work for macos

v0.6.5

Toggle v0.6.5's commit message
ci: comment out macOS builds for now

v0.6.4

Toggle v0.6.4's commit message
ci: adjust platform matrix and project version

- Update platform matrix to use correct Go architecture for Windows aarch64
- Comment out project version for local running
- Remove unnecessary space in version default value

v0.6.3

Toggle v0.6.3's commit message
cli: no verion property in build script.

v0.6.2

Toggle v0.6.2's commit message
chore: move *.md -> doc/ folder

v0.6.1

Toggle v0.6.1's commit message
feat(scan): enhance JDK scanning with detailed statistics and progress

- Increase maximum directory depth from 3 to 5 subdirectories
- Implement optimized scan with statistics
- Display scanning progress and results- Add summary information including total time and new JDKs found
- Improve user feedback with more detailed output

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from WhyWhatHow/feature/linux-cross-platform-su…

…pport

Feature/linux cross platform support

v0.5.0

Toggle v0.5.0's commit message
docs: update README with jenv commands and usage examples

- Remove unused command examples
- Add comment symbols to unused commands
- Update command syntax for adding and removing JDKs
- Update command syntax for scanning installed JDKs
- Improve formatting consistency across all command examples

v0.4.8

Toggle v0.4.8's commit message
docs: remove redundant release notes section from header

- Deleted the entire release notes section from the header template
- This change simplifies the header structure and removes unnecessary content