GrabLog shows what packages can be updated and then shows changelogs for each package.
- Pub (Dart/Flutter)
- Composer (PHP)
- Yarn (JavaScript/NodeJS)
- Cargo (Rust)
OS | Download | Comments |
---|---|---|
Ubuntu 24.04 | grablog-linux-v0.1.1.tar.xz | May work on other distributions |
macOS 14 | grablog-macos-v0.1.1.pkg | Universal binary (x86_64 + arm64) |
Windows 11 | grablog-windows-v0.1.1.zip | Install vc_redist |
-
This tool relies on website scraping and parsing, therefore it can stop working at any moment.
-
You can pass a directory or a path to a lock file as a CLI argument.
-
The network requests are cached until the end of the day.
-
To build from the source, install and setup Flutter, then run
build.sh
(on Linux or macOS) orbuild-windows.ps1
(on Windows).