Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to mkdocs 9 #166

Merged
merged 4 commits into from
May 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update changelog
  • Loading branch information
evan-buss committed May 6, 2024
commit d9dea3d56387a05e042be79c4c9d83bb3173142a
24 changes: 18 additions & 6 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# [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 kept open between page reloads / websocket disconnects.
- After the websocket is disconnected, the IRC connection will remain open until the websocket is reconnected or 3 minutes have passed.
This will prevent inadvertent bans from the IRC channel due to frequent connects/disconnects.
- Grid Improvements
- Column sorting
- Fuzzy searching across title / author columns
- 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.