Skip to content

Releases: kjunh972/loex

loex v1.2.1

25 Jul 07:23

Choose a tag to compare

🎉 Loex 1.2.1 Release

Thank you for using Loex! This release includes the following changes:

Changelog

🚀 New Features

📦 Installation

🍺 Homebrew (Recommended)

brew tap kjunh972/loex && brew install loex

📥 Direct Download

Download the appropriate binary for your platform from the assets below:

  • macOS: loex-1.2.1-darwin-amd64.tar.gz (Intel) / loex-1.2.1-darwin-arm64.tar.gz (Apple Silicon)
  • Linux: loex-1.2.1-linux-amd64.tar.gz (x86_64) / loex-1.2.1-linux-arm64.tar.gz (ARM64)

🚀 Quick Start

# Initialize a project
loex init myproject

# Auto-detect services in current directory
loex detect myproject

# Start all services
loex start myproject

📋 What's Next?

Full Changelog: v1.1.1...v1.2.1


💡 Pro tip: Use loex -v to check your current version and loex --help for all available commands!

loex v1.1.1

20 Jul 04:06

Choose a tag to compare

🎉 Loex 1.1.1 Release

Thank you for using Loex! This release includes the following changes:

Changelog

🚀 New Features

📦 Installation

🍺 Homebrew (Recommended)

brew tap kjunh972/loex && brew install loex

📥 Direct Download

Download the appropriate binary for your platform from the assets below:

  • macOS: loex-1.1.1-darwin-amd64.tar.gz (Intel) / loex-1.1.1-darwin-arm64.tar.gz (Apple Silicon)
  • Linux: loex-1.1.1-linux-amd64.tar.gz (x86_64) / loex-1.1.1-linux-arm64.tar.gz (ARM64)

🚀 Quick Start

# Initialize a project
loex init myproject

# Auto-detect services in current directory
loex detect myproject

# Start all services
loex start myproject

📋 What's Next?

Full Changelog: v1.1.0...v1.1.1


💡 Pro tip: Use loex -v to check your current version and loex --help for all available commands!

loex v1.1.0

18 Jul 16:09

Choose a tag to compare

🎉 Loex 1.1.0 Release

Thank you for using Loex! This release includes the following changes:

Changelog

🚀 New Features

  • 6209729: feat: add self-update functionality and fix critical bugs (@kjunh972)

📦 Installation

🍺 Homebrew (Recommended)

brew tap kjunh972/loex && brew install loex

📥 Direct Download

Download the appropriate binary for your platform from the assets below:

  • macOS: loex-1.1.0-darwin-amd64.tar.gz (Intel) / loex-1.1.0-darwin-arm64.tar.gz (Apple Silicon)
  • Linux: loex-1.1.0-linux-amd64.tar.gz (x86_64) / loex-1.1.0-linux-arm64.tar.gz (ARM64)

🚀 Quick Start

# Initialize a project
loex init myproject

# Auto-detect services in current directory
loex detect myproject

# Start all services
loex start myproject

📋 What's Next?

Full Changelog: v1.0.0...v1.1.0


💡 Pro tip: Use loex -v to check your current version and loex --help for all available commands!

loex v1.0.0

17 Jul 22:13

Choose a tag to compare

What's Changed

Changelog

Installation

Homebrew

brew tap kjunh972/loex && brew install loex

Direct Download

Download the appropriate binary for your platform from the assets below.

Full Changelog: ...v1.0.0