Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-buss committed May 5, 2024
1 parent c8db893 commit 62b194b
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# [v4.5.0] - 2023-01-08
## [Development]

## Added
- Use `--useragent/-u` flag to optionally specify the [UserAgent](https://en.wikipedia.org/wiki/Client-to-client_protocol#VERSION) reported to the IRC server. Default remains `OpenBooks v4.5.0`.
### Added

## Breaking
- `--name/-n` flag **must** be specified when starting the application. OpenBooks will no longer generate a random `noun_adjective` username.
- Only a single connection to the IRC server will be made. Opening a second browser tab will show an error message.
- The IRC connection is persisted between page reloads / websocket disconnects. After disconnecting, the IRC connection will remain open for 3 minutes.
Re-connecting will remove this countdown. This should help prevent inadvertent bans from the IRC channel due to frequent reconnects.
- Grid Improvements:
- Column sorting
- Fuzzy searching across title / author columns. These are often swapped depending on the content server.
- Toggle column visibility

## [v4.5.0] - 2023-01-08

### Added

- Use `--useragent/-u` flag to optionally specify the [UserAgent](https://en.wikipedia.org/wiki/Client-to-client_protocol#VERSION) reported to the IRC server. Default remains `OpenBooks v4.5.0`.

### Breaking

- `--name/-n` flag **must** be specified when starting the application. OpenBooks will no longer generate a random `noun_adjective` username.
- Only a single connection to the IRC server will be made. Opening a second browser tab will show an error message.

0 comments on commit 62b194b

Please sign in to comment.