Releases: arashrasoulzadeh/devenv
Release list
π Devenv commit-7e5b0db
π 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
π 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
π 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
π 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
π 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
π 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
π 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
π 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
π 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
π 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)