Skip to content

Release v1.3.0

Choose a tag to compare

@okwareddevnest okwareddevnest released this 15 Jun 05:42

πŸš€ 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 --update

Full Changelog: v1.2.0...v1.3.0