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

[Testing] rtyping 0.1.0.0 #2778

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Changes from all commits
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
9 changes: 7 additions & 2 deletions testing/live/rtyping/manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[plugin]
repository = "https://github.com/apetih/rtyping.git"
commit = "21942bdf922976c2c8c31131cb02299243e7500e"
commit = "41218f912da1dac2d497ce5ea45807efd7e4b67a"
owners = ["apetih"]
project_path = "client/rtyping"
changelog = """
- Update for 6.5
- Rewritten Websocket client to make future new feature(s) easier to implement.
- Moved some items around in the configuration window.
- Added server Connect/Disconnect button to configuration window.
- Added window inside Trusted Characters list for adding party member characters to the list.
- Changed Typing detection. It now requires active typing, and expires after a prolonged idle period.
- Added somewhat of an IPC provider.
"""
Loading