jakoch / cpp-devbox

C++ DevBox is a docker devcontainer for C++ development. Based on Debian with LLVM, GCC, VulkanSDK, Mesa, CMake, VCPKG, mold, zsh.
MIT License
8 stars 9 forks source link

change version overview to compact #10

Open jakoch opened 4 months ago

jakoch commented 4 months ago

The version overview is currently a long list with a lot of noise (several mentions of "version").

# cpp-devbox 1.0.4 (2024-07-04)

Name:  Debian 12 Bookworm with Vulkan-SDK
Image: ghcr.io/jakoch/cpp-devbox:bookworm-with-vulkansdk-latest

## Version Overview

GCC         12.2.0, 13.2.0
Clang       17.0.6
Vulkan-SDK  1.3.283.0
Ninja       1.11.1
cmake       3.30.0
ccache      4.10.1
vcpkg       2024-06-10-02590c43
Mold        2.32.1
ldd         2.36
lldb        17.0.6
valgrind    3.19.0
cppcheck    2.10
git         2.39.2
jakoch commented 4 months ago

Transition from using README.md files for version tracking to a dynamically updated website that displays release tags, their images, and the versions.