Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
z80maniac committed Jul 20, 2024
1 parent 6f71ebd commit 63ae706
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 63ae706

Please sign in to comment.