Skip to content

Releases: arashrasoulzadeh/devenv

πŸš€ Devenv commit-7e5b0db

Choose a tag to compare

@github-actions github-actions released this 27 May 21:22

πŸš€ Devenv Release (commit-7e5b0db)

πŸ“Œ Build Info

  • Commit: 7e5b0db
  • Build Date (UTC): 2026-05-27T21:21:29Z

πŸ“ Commit Description

Centralize all output through the log package and add env command tests

All direct fmt output in commands (help, version, env) now routes
through
the log package. log.SetOutput lets callers redirect output β€” used in
tests
to capture and assert on log lines without touching stdout.

  • log: add SetOutput(io.Writer), Print (no prefix), route Info/Fatal to
    out
  • env: remove io.Writer param, use log.Info; fix bare-name env var panic
  • help, version: replace fmt.Println with log.Print
  • tests: captureLog helper redirects log output into a bytes.Buffer;
    four focused env command tests cover missing keys, value display,
    --no-values flag, and keys already present in the OS environment
  • README: document env subcommand, all flags (--dont-commit,
    --no-values),
    fix inaccuracies in FAQ and command table; remove stale emoji comments
    from test files

A fast, minimal development environment manager built with Go.

πŸ“¦ Downloads

🐧 Linux

  • Linux (x86_64) β†’ devenv-linux
  • Linux (ARM64) β†’ devenv-linux-arm64
  • Linux (x86) β†’ devenv-linux-386

🍎 macOS

  • macOS (Intel) β†’ devenv-macos-intel
  • macOS (Apple Silicon) β†’ devenv-macos-arm64

πŸͺŸ Windows

  • Windows (64-bit) β†’ devenv-windows-amd64.exe
  • Windows (ARM64) β†’ devenv-windows-arm64.exe

✨ Built automatically from commit 7e5b0db at 2026-05-27T21:21:29Z

πŸš€ Devenv commit-d0d55a5

Choose a tag to compare

@github-actions github-actions released this 28 Apr 17:21

πŸš€ Devenv Release (commit-d0d55a5)

πŸ“Œ Build Info

  • Commit: d0d55a5
  • Build Date (UTC): 2026-04-28T17:20:45Z

πŸ“ Commit Description

Add commit description to release notes in GitHub Actions workflow. The workflow now captures the latest commit message and includes it in the generated RELEASE.md file, enhancing the clarity of build information.

A fast, minimal development environment manager built with Go.

πŸ“¦ Downloads

🐧 Linux

  • Linux (x86_64) β†’ devenv-linux
  • Linux (ARM64) β†’ devenv-linux-arm64
  • Linux (x86) β†’ devenv-linux-386

🍎 macOS

  • macOS (Intel) β†’ devenv-macos-intel
  • macOS (Apple Silicon) β†’ devenv-macos-arm64

πŸͺŸ Windows

  • Windows (64-bit) β†’ devenv-windows-amd64.exe
  • Windows (ARM64) β†’ devenv-windows-arm64.exe

✨ Built automatically from commit d0d55a5 at 2026-04-28T17:20:45Z

πŸš€ Devenv commit-ce682db

Choose a tag to compare

@github-actions github-actions released this 28 Apr 17:48

πŸš€ Devenv Release (commit-ce682db)

πŸ“Œ Build Info

  • Commit: ce682db
  • Build Date (UTC): 2026-04-28T17:48:18Z

πŸ“ Commit Description

Revise README.md to enhance clarity and presentation. Updated the introduction with a centered description, improved the overview section, and restructured the CLI usage and examples for better readability. Added a new FAQ section addressing common user queries and streamlined the configuration rules for clarity.

A fast, minimal development environment manager built with Go.

πŸ“¦ Downloads

🐧 Linux

  • Linux (x86_64) β†’ devenv-linux
  • Linux (ARM64) β†’ devenv-linux-arm64
  • Linux (x86) β†’ devenv-linux-386

🍎 macOS

  • macOS (Intel) β†’ devenv-macos-intel
  • macOS (Apple Silicon) β†’ devenv-macos-arm64

πŸͺŸ Windows

  • Windows (64-bit) β†’ devenv-windows-amd64.exe
  • Windows (ARM64) β†’ devenv-windows-arm64.exe

✨ Built automatically from commit ce682db at 2026-04-28T17:48:18Z

πŸš€ Devenv commit-a6f9bb1

Choose a tag to compare

@github-actions github-actions released this 28 Apr 17:24

πŸš€ Devenv Release (commit-a6f9bb1)

πŸ“Œ Build Info

  • Commit: a6f9bb1
  • Build Date (UTC): 2026-04-28T17:23:37Z

πŸ“ Commit Description

Enhance README.md by adding a new "Help & Version" section and expanding the "Commands" section to include detailed CLI usage instructions. This update provides clearer guidance on available commands and their functionalities, improving overall documentation for users.

A fast, minimal development environment manager built with Go.

πŸ“¦ Downloads

🐧 Linux

  • Linux (x86_64) β†’ devenv-linux
  • Linux (ARM64) β†’ devenv-linux-arm64
  • Linux (x86) β†’ devenv-linux-386

🍎 macOS

  • macOS (Intel) β†’ devenv-macos-intel
  • macOS (Apple Silicon) β†’ devenv-macos-arm64

πŸͺŸ Windows

  • Windows (64-bit) β†’ devenv-windows-amd64.exe
  • Windows (ARM64) β†’ devenv-windows-arm64.exe

✨ Built automatically from commit a6f9bb1 at 2026-04-28T17:23:37Z

πŸš€ Devenv commit-8ffa938

Choose a tag to compare

@github-actions github-actions released this 28 Apr 17:18

πŸš€ Devenv Release (commit-8ffa938)

πŸ“Œ Build Info

  • Commit: 8ffa938
  • Build Date (UTC): 2026-04-28T17:17:31Z

A fast, minimal development environment manager built with Go.

πŸ“¦ Downloads

🐧 Linux

  • Linux (x86_64) β†’ devenv-linux
  • Linux (ARM64) β†’ devenv-linux-arm64
  • Linux (x86) β†’ devenv-linux-386

🍎 macOS

  • macOS (Intel) β†’ devenv-macos-intel
  • macOS (Apple Silicon) β†’ devenv-macos-arm64

πŸͺŸ Windows

  • Windows (64-bit) β†’ devenv-windows-amd64.exe
  • Windows (ARM64) β†’ devenv-windows-arm64.exe

✨ Built automatically from commit 8ffa938 at 2026-04-28T17:17:31Z

πŸš€ Devenv commit-8ff33a0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 18:37

πŸš€ Devenv Release (commit-8ff33a0)

πŸ“Œ Build Info

  • Commit: 8ff33a0
  • Build Date (UTC): 2026-04-28T18:37:13Z

πŸ“ Commit Description

Add core application structure with CLI parsing and command handling. Introduced app.go, cli.go, and commands.go for better organization. Updated main.go to utilize new functions for initialization and command dispatching. Enhanced README.md with configuration flag details.

A fast, minimal development environment manager built with Go.

πŸ“¦ Downloads

🐧 Linux

  • Linux (x86_64) β†’ devenv-linux
  • Linux (ARM64) β†’ devenv-linux-arm64
  • Linux (x86) β†’ devenv-linux-386

🍎 macOS

  • macOS (Intel) β†’ devenv-macos-intel
  • macOS (Apple Silicon) β†’ devenv-macos-arm64

πŸͺŸ Windows

  • Windows (64-bit) β†’ devenv-windows-amd64.exe
  • Windows (ARM64) β†’ devenv-windows-arm64.exe

✨ Built automatically from commit 8ff33a0 at 2026-04-28T18:37:13Z

πŸš€ Devenv commit-831c590

Choose a tag to compare

@github-actions github-actions released this 28 Apr 17:44

πŸš€ Devenv Release (commit-831c590)

πŸ“Œ Build Info

  • Commit: 831c590
  • Build Date (UTC): 2026-04-28T17:43:26Z

πŸ“ Commit Description

Update README.md to improve link references and enhance section clarity. Changed license link to a relative path, updated Go version link to point to the official site, and added a hyperlink to the app.go file for better navigation. Additionally, refined the "Configuration" section header for consistency.

A fast, minimal development environment manager built with Go.

πŸ“¦ Downloads

🐧 Linux

  • Linux (x86_64) β†’ devenv-linux
  • Linux (ARM64) β†’ devenv-linux-arm64
  • Linux (x86) β†’ devenv-linux-386

🍎 macOS

  • macOS (Intel) β†’ devenv-macos-intel
  • macOS (Apple Silicon) β†’ devenv-macos-arm64

πŸͺŸ Windows

  • Windows (64-bit) β†’ devenv-windows-amd64.exe
  • Windows (ARM64) β†’ devenv-windows-arm64.exe

✨ Built automatically from commit 831c590 at 2026-04-28T17:43:26Z

πŸš€ Devenv commit-f8b27a3

Choose a tag to compare

@github-actions github-actions released this 27 Apr 14:14

πŸš€ Devenv Release (commit-f8b27a3)

πŸ“Œ Build Info

  • Commit: f8b27a3
  • Build Date (UTC): 2026-04-27T14:14:07Z

A fast, minimal development environment manager built with Go.

πŸ“¦ Downloads

🐧 Linux

  • Linux (x86_64) β†’ devenv-linux
  • Linux (ARM64) β†’ devenv-linux-arm64
  • Linux (x86) β†’ devenv-linux-386

🍎 macOS

  • macOS (Intel) β†’ devenv-macos-intel
  • macOS (Apple Silicon) β†’ devenv-macos-arm64

πŸͺŸ Windows

  • Windows (64-bit) β†’ devenv-windows-amd64.exe
  • Windows (ARM64) β†’ devenv-windows-arm64.exe

✨ Built automatically from commit f8b27a3 at 2026-04-27T14:14:07Z

πŸš€ Devenv commit-ef9b501

Choose a tag to compare

@github-actions github-actions released this 27 Apr 14:32

πŸš€ Devenv Release (commit-ef9b501)

πŸ“Œ Build Info

  • Commit: ef9b501
  • Build Date (UTC): 2026-04-27T14:32:09Z

A fast, minimal development environment manager built with Go.

πŸ“¦ Downloads

🐧 Linux

  • Linux (x86_64) β†’ devenv-linux
  • Linux (ARM64) β†’ devenv-linux-arm64
  • Linux (x86) β†’ devenv-linux-386

🍎 macOS

  • macOS (Intel) β†’ devenv-macos-intel
  • macOS (Apple Silicon) β†’ devenv-macos-arm64

πŸͺŸ Windows

  • Windows (64-bit) β†’ devenv-windows-amd64.exe
  • Windows (ARM64) β†’ devenv-windows-arm64.exe

✨ Built automatically from commit ef9b501 at 2026-04-27T14:32:09Z

Release commit-c9e9b5c

Choose a tag to compare

@github-actions github-actions released this 27 Apr 12:59

πŸš€ Changes

  • Refactor main function to utilize a configuration instance, enhancing error handling and initialization flow. Update Runner struct to accept a Config instance, improving encapsulation and removing global state. Modify tests to reflect new configuration handling approach. (c9e9b5c)

πŸ“¦ Builds

  • Linux (amd64)
  • macOS (Intel + ARM)
  • Windows (amd64)