From 63ae7062ee210123c37a433560b5fa72c049d2ae Mon Sep 17 00:00:00 2001 From: ZXED Date: Sat, 20 Jul 2024 11:13:48 +0300 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea06a59..350ab99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # GrabLog - CHANGELOG +## v0.1.1 (July 20, 2024) + +- Changed: support version query for Dart packages only from the pub.dev +- Fixed: scaling issues on Linux +- Fixed: the actual path to the project is not kept when using relative paths via command line +- Fixed: cannot open the directory from the recent directories list on macOS + + ## v0.1.0 (March 16, 2024) - Initial release diff --git a/README.md b/README.md index 3ae8a12..252d44f 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ GrabLog shows what packages can be updated and then shows changelogs for each pa | OS | Download | Comments | |--------------|-------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------| -| Ubuntu 23.10 | [grablog-linux-v0.1.0.tar.xz](https://github.com/alkatrazstudio/grablog/releases/download/v0.1.0/grablog-linux-v0.1.0.tar.xz) | May work on other distributions | -| macOS 14 | [grablog-macos-v0.1.0.pkg](https://github.com/alkatrazstudio/grablog/releases/download/v0.1.0/grablog-macos-v0.1.0.pkg) | Universal binary (x86_64 + arm64) | -| Windows 11 | [grablog-windows-v0.1.0.zip](https://github.com/alkatrazstudio/grablog/releases/download/v0.1.0/grablog-windows-v0.1.0.zip) | Install [vc_redist](https://aka.ms/vs/17/release/vc_redist.x64.exe) | +| Ubuntu 24.04 | [grablog-linux-v0.1.1.tar.xz](https://github.com/alkatrazstudio/grablog/releases/download/v0.1.1/grablog-linux-v0.1.1.tar.xz) | May work on other distributions | +| macOS 14 | [grablog-macos-v0.1.1.pkg](https://github.com/alkatrazstudio/grablog/releases/download/v0.1.1/grablog-macos-v0.1.1.zip) | Universal binary (x86_64 + arm64) | +| Windows 11 | [grablog-windows-v0.1.1.zip](https://github.com/alkatrazstudio/grablog/releases/download/v0.1.1/grablog-windows-v0.1.1.zip) | Install [vc_redist](https://aka.ms/vs/17/release/vc_redist.x64.exe) | ### Info diff --git a/pubspec.yaml b/pubspec.yaml index 91ed31e..7b2ceb3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: grablog description: GrabLog publish_to: 'none' -version: 0.1.0+1 +version: 0.1.1+2 environment: flutter: ^3.22.3