-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |