Releases: evan-buss/openbooks
Releases · evan-buss/openbooks
Release v4.5.0
Added
- Use
--useragent/-u
flag to optionally specify the UserAgent reported to the IRC server. Default remainsOpenBooks v4.5.0
.
Breaking
--name/-n
flag must be specified when starting the application. OpenBooks will no longer generate a randomnoun_adjective
username.- Only a single connection to the IRC server will be made. Opening a second browser tab will show an error message.
Release v4.4.1
bugfix: fix blank page when using custom base path.
Full Changelog: v4.4.0...v4.4.1
Release v4.4.0
What's Changed
- Bump nanoid from 3.1.30 to 3.3.0 in /server/app by @dependabot in #73
- Fix length comparison so zero doesn't appear. by @evan-buss in #74
- Improve error handling. by @evan-buss in #75
- Various maintenance tasks. by @evan-buss in #76
- feat: add --searchbot flag by @evan-buss in #86
- feat: add flag to disable automatic browser downloads by @evan-buss in #87
- Add "Desktop Mode" as the default. by @evan-buss in #88
- Add TLS Support for IRC communication by @Kab1r in #90
- feat: migrate ui to mantine by @evan-buss in #93
- release: OpenBooks v4.4.0 by @evan-buss in #95
New Contributors
Full Changelog: v4.3.0...v4.4.0
Release v4.3.0
What's Changed
- Add server status to grid rows. by @evan-buss in #64
- Show Results Grid Even When Search Returned Only Error Lines by @evan-buss in #58
- Respond to CTCP Version requests. by @evan-buss in #63
- Prevent double clicking. by @evan-buss in #65
- Show Available Servers in CLI Mode by @evan-buss in #67
Full Changelog: v4.2.0...v4.3.0
Release v4.2.0
What's Changed
- fix image name in compose by @cvoegele in #46
- Update NPM packages and Go modules. by @evan-buss in #48
- Replace various "path" module calls with "filepath" module calls. by @evan-buss in #49
- Fix typo in readme by @KasteM34 in #50
- Feature/rate limit searches by @evan-buss in #53
- Add Search Rate Limiting by @evan-buss in #54
Full Changelog: v4.1.0...v4.2.0
Release v4.1.0
What's Changed
- Improve Search Result Parsing / Show Errors In Web UI by @evan-buss in #43
- Show "N/A" when result doesn't include file size #41.
- Remove "%sometext%" text from title strings #42.
- Show all parsing errors on the client and allow users to manually copy / paste the valid
download string. There are always going to be edge cases that my parser can't deal with.
This solution will allow users to download any of the search results regardless of parsing
result. - Update NPM and Golang packages.
Full Changelog: v4.0.2...v4.1.0
Release v4.0.1
Fix download bug when using a subpath.
Release v4.0.0
See pull request for full details.
Release v3.4.0
Add support for hosting OpenBooks server at a sub path. See instructions.
Release v3.3.1
Updated project dependencies. Evergreen UI has a slightly different look in v6.