Release v1.3.0
π Gitok 1.3.0
β¨ New Features
- Comprehensive Windows Support: Full compatibility with Windows environments
- PowerShell Installer: Native PowerShell script with auto-detection
- Batch File Installer: Traditional Windows batch installer
- WSL Support: Works seamlessly in Windows Subsystem for Linux
- Cross-Platform Documentation: Detailed Windows setup and troubleshooting guide
π οΈ Technical Improvements
- Multi-platform installation detection
- Windows-specific environment handling
- Enhanced documentation with Windows examples
- Visual Studio Code integration instructions
- Git Bash compatibility
π¦ Installation
Linux/macOS
bash <(curl -sL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install.sh)Windows (PowerShell)
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/okwareddevnest/gitok/main/install-windows.ps1'))Windows (WSL)
bash <(curl -sL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install.sh)π Update Existing Installation
gitok --updateFull Changelog: v1.2.0...v1.3.0