| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* attempt to fix regex detection
* second try
|
|
|
|
|
|
|
|
|
|
GitHub action pulls articles from the feedback.minecraft.net section via the ZenDesk API and matches the URL pattern that's in use since at least 1.17.10 to find the right article.
|
|
Update supportedVersion to 1.19.22.01 without protocol bump, Closes #331.
|
|
* add gh action workflow for creating releases
* improve regex pattern and release demo run
|
|
Bumps [gson](https://github.com/google/gson) from 2.5 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.5...gson-parent-2.8.9)
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
To make less clutter, and also so dependbot doesn't make pull requests for it, this removes the folder. The code can still be found in this repository here: https://github.com/Pugmatt/BedrockConnect-Legacy
|
|
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.19 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.19...8.0.28)
---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
* Create SUPPORTED-VERSION (#1)
* Create checkversion.yml
* Update checkversion.yml
Checkout to get SUP-V
* Update checkversion.yml
Update sed so that only version is returned
* Update checkversion.yml
Frist Trigger change
* Update SUPPORTED-VERSION
Push
* Update checkversion.yml
* Update SUPPORTED-VERSION
Push
* Update checkversion.yml
Change issue create if
* Update SUPPORTED-VERSION
Change to current version
* Update checkversion.yml
Make workflow triggerable
* Update checkversion.yml
Add repository dispatch action
* Update checkversion.yml
* Update checkversion.yml
* Add action permissions, casing GHT, move supported Version file
As per discussion in #326
* Update checkversion.yml
typo
|
|
support 1.19.21
|
|
|
|
|
|
|
|
|
|
Fix some spelling errors
|
|
|
|
|
|
|
|
|
|
Getting errors from Protocol's end currently when trying to get form data
|
|
Original discussion: https://github.com/Pugmatt/BedrockConnect/issues/308
|
|
Support Bedrock 1.19.10
|
|
|
|
|
|
Implement 1.19 support
|
|
|
|
Support Bedrock 1.18.30
|
|
|
|
|
|
|
|
This adds a "Manage Server List" button that lets users edit servers, or add servers without disconnecting from the list. This commit also includes a change to error forms so they go back to the form the user was originally on, instead of throwing the user all the way back to the main menu
|
|
|
|
Open language files using UTF-8 encoding to avoid garbled text.
|
|
Option to bind to specified IP.
|
|
|
|
Allows to configure both server with BedrockConnect on the same machine.
|