You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.3.0] - 2025-08-28
9
+
10
+
### Added
11
+
12
+
- Added a `--limit` flag to the `run` and `results` commands to control the maximum number of results returned.
13
+
- Added a `limit` field to the `config.json` file to allow setting a default result limit.
14
+
15
+
### Changed
16
+
17
+
- The default behavior for result fetching is now to return all results (`limit=0`) unless specified otherwise by the `--limit` flag or in the config file.
18
+
19
+
### Fixed
20
+
21
+
- Fixed a display issue where the "Waiting for job to complete..." message was not printed on a new line.
-`--earliest <time>`: The earliest time for the search (e.g., -1h, @d, 1672531200).
91
92
-`--latest <time>`: The latest time for the search (e.g., now, @d, 1672617600).
92
93
-`--timeout <duration>`: Total timeout for the job (e.g., 10m, 1h30m).
94
+
-`--limit <int>`: Maximum number of results to return (0 for all).
93
95
-`--silent`: Suppress progress messages.
94
96
95
97
> **💡 Ctrl+C Behavior**: When you press `Ctrl+C` during a `run` command, you can choose to either cancel the job or let it continue running in the background.
@@ -119,9 +121,13 @@ Fetches the results of a completed job. This is useful in combination with tools
0 commit comments