Skip to content

Commit 304e17d

Browse files
committed
Update NEWS file
1 parent 7e6e624 commit 304e17d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS

+12
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ tested across these platforms.
2424
This is intended for future flexibility in feature toggles and
2525
platform-specific conditions.
2626

27+
** Routing to any input.
28+
Brogw now supports routing of any non-empty input, including local
29+
file paths (e.g., '~/file.html') and custom schemes (e.g., `file://`,
30+
`ftp://`). Removed the restrictive check requiring input to start
31+
with 'http://' or 'https://'.
32+
33+
** Improved error handling.
34+
Added validation to reject empty string inputs, e.g., 'brogw ""'.
35+
36+
** Code cleanup.
37+
Cleaned up runtime output by removing unnecessary debug logs.
38+
2739
* Release 1.0, 2024-12-10
2840

2941
Initial release.

0 commit comments

Comments
 (0)