8000 Release/10.0.0 by JorelAli · Pull Request #638 · CommandAPI/CommandAPI · GitHub
[go: up one dir, main page]

Skip to content

Release/10.0.0 #638

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

Merged
merged 100 commits into from
Apr 1, 2025
Merged
Changes from 1 commit
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
e2fceb9
fix repo url
MC-XiaoHei Dec 12, 2024
692eea1
Merge pull request #626 from MC-XiaoHei/master
JorelAli Dec 12, 2024
548114c
Set version to 9.7.1-SNAPSHOT
DerEchtePilz Dec 30, 2024
80b04c6
Fix reloadDataPacks() throwing an exception on Paper 1.21.4 build 63+
DerEchtePilz Dec 31, 2024
92b3a62
Remove unnecessary imports
DerEchtePilz Dec 31, 2024
3aeb37a
Use `true` instead of `false` to set selected packs
DerEchtePilz Dec 31, 2024
6f50818
Address code review and add some exception handling to CompletableFut…
DerEchtePilz Jan 2, 2025
8047c7e
Reorder fields in 1.21.4 NMS
DerEchtePilz Jan 3, 2025
25c5080
Merge pull request #627 from CommandAPI/dev/fix-additional-parameter
DerEchtePilz Jan 3, 2025
8d7c744
Fix PotionEffectArgument.NamespacedKey not having suggestions in some…
DerEchtePilz Jan 12, 2025
bea80ef
Fix if check in snapshot deploy workflow
DerEchtePilz Jan 12, 2025
fabe42c
Added: AsyncOfflinePlayerArgument
Bram1903 Jan 12, 2025
0d5ec47
Added: AsyncOfflinePlayerArgument to the README changelog
Bram1903 Jan 17, 2025
587d087
Merge pull request #633 from Bram1903/feat/AsyncOfflinePlayerArgument
willkroboth Jan 17, 2025
1fa0824
Update `upload-artifact` action to v4
willkroboth Feb 2, 2025
00967d1
Update Ubuntu runner image
DerEchtePilz Feb 11, 2025
b286e00
Update actions/cache to v4 and use latest ubuntu version
DerEchtePilz Feb 11, 2025
7219cbf
Remove documentation
DerEchtePilz Nov 29, 2024
ec20488
Don't move JavaDocs
DerEchtePilz Nov 30, 2024
f6b397b
Convert spaces to tabs in files that previously had documentation code
DerEchtePilz Dec 9, 2024
be892c8
Also move JavaDocs
DerEchtePilz Dec 10, 2024
6c93f06
Remove Doxyfile
willkroboth Feb 14, 2025
904450f
Update `update.sh` - No longer needs to change version referenced by …
willkroboth Feb 14, 2025
e7ade89
Merge pull request #616 from CommandAPI/dev/remove-docs
willkroboth Feb 15, 2025
8fb93e1
Register commands as plugin commands for Paper 1.20.6 build 65 and above
DerEchtePilz Jan 4, 2025
f5ce01d
Remove the printlns
DerEchtePilz Jan 4, 2025
e3401fc
Deal with help
DerEchtePilz Jan 4, 2025
f440134
Minor clean-up
DerEchtePilz Jan 4, 2025
612e226
Add changelog entry
DerEchtePilz Jan 4, 2025
40f94b7
Account for Paper's latest changes for identifying plugin commands
DerEchtePilz Feb 17, 2025
d350bdc
Does this fix stuff?
DerEchtePilz Feb 20, 2025
35ecee0
This seems to work too
DerEchtePilz Feb 20, 2025
956d0f6
So it doesn't actually work...
DerEchtePilz Feb 21, 2025
e58b0e1
Let the server generate help topics
DerEchtePilz Feb 21, 2025
995fc6a
Don't let the server generate the help topic when anything other than…
DerEchtePilz Feb 25, 2025
a3371d8
Make sure that reloads don't mess up help topics we generate
DerEchtePilz Feb 25, 2025
0ad2439
Address code review
DerEchtePilz Feb 26, 2025
d753923
Addressing some review comments
DerEchtePilz Feb 27, 2025
3463253
Merge pull request #629 from CommandAPI/experiment/plugin-commands
DerEchtePilz Feb 27, 2025
00f603f
Use the plugin namespace as the default namespace when shading
DerEchtePilz Mar 12, 2025
2e59a9e
Fix the tests
DerEchtePilz Mar 12, 2025
7c9204a
Revert "Fix the tests" and do some other stuff to fix them
DerEchtePilz Mar 13, 2025
5d4aa3f
Code review
DerEchtePilz Mar 13, 2025
b9251a3
Merge pull request #636 from CommandAPI/dev/default-plugin-namespace
DerEchtePilz Mar 13, 2025
27a89cd
Add changelog entry for namespace changes
DerEchtePilz Mar 13, 2025
2733e51
Remove deprecated methods for 10.0.0 (#493)
DerEchtePilz Mar 21, 2025
c665fb0
Initial commit for 1.21.5 support
DerEchtePilz Mar 25, 2025
0c3102b
Make it compile locally
DerEchtePilz Mar 25, 2025
aa4a4a1
Fix ChatComponentArgument for spigot
DerEchtePilz Mar 25, 2025
43fe5c3
Adds @Differs annotations for particleOptionsTag change
JorelAli Mar 25, 2025
8a5caf9
Adds 1.21.5 to the global changelog
JorelAli Mar 25, 2025
e8d253c
#634: Replace Adventure Component with ComponentLike in the public API
JorelAli Mar 25, 2025
716a6c0
Update version supported table
DerEchtePilz Mar 25, 2025
2a668ab
Implement CommandAPI plugin networking system
willkroboth Jun 17, 2023
f4c8df4
Address SonarCloud code smells in CommandAPIProtocol
willkroboth Jun 17, 2023
9405bcb
Register Bukkit outgoing plugin messaging channel
willkroboth Jun 23, 2023
e6bdf04
Add CommandAPIMessengerTests in commandapi-bukkit-test-tests
willkroboth Jun 24, 2023
7be847f
Address SonarCloud issues
willkroboth Jun 24, 2023
f206ad0
Clean up formatting in CommandAPIMessengerTests
willkroboth Jun 24, 2023
2346e72
Fix inconsistent `this` usage in BukkitCommandAPIMessenger
willkroboth Jun 24, 2023
f0488fc
Throw ProtocolVersionTooOldException if ClientToServerUpdateRequireme…
willkroboth Jul 21, 2023
ac26e78
Fix javadoc error in FriendlyByteBuffer
willkroboth Jul 21, 2023
5ebc090
Address some SonarCloud code smells in new network classes
willkroboth Jul 21, 2023
ab99840
Remove direction of travel from packet class name to get UpdateRequir…
willkroboth Jul 23, 2023
b6d76f2
Reduce boilerplate by making packets records
willkroboth Jul 24, 2023
2a44908
Throw exception if unknown packet tries to be handled
willkroboth Jul 28, 2023
c779abc
Fix UpdateRequirementsPacketTests being skipped because MockPlayer#up…
willkroboth Aug 17, 2023
d53c9bf
Fix tests failing on 1.16 and 1.17 because those versions didn't impl…
willkroboth Aug 18, 2023
3976782
Create simple networking only plugin for Bukkit
willkroboth Feb 29, 2024
aa60786
Tweak some javadocs and class names in `commandapi-bukkit-networking-…
willkroboth Feb 29, 2024
de2e38e
Update some notes in the code
willkroboth Mar 31, 2024
f3845e3
Update notes referring to the first CommandAPI version that supports …
willkroboth Mar 20, 2025
5a2d381
Fix dev/velocity/fixUpdateRequirements rebase mistake
willkroboth Mar 21, 2025
29bf80d
Make NativeProxyCommandSender extend CraftBukkit class ProxiedNativeC…
willkroboth Jul 4, 2024
6325288
Add `NativeProxyCommandSender#from`
willkroboth Jul 4, 2024
54ee8c7
Add `ProxiedNativeCommandSenderTests`
willkroboth Aug 7, 2023
ad48d41
Add ProxySender fix to global changelog
willkroboth Aug 13, 2023
a86575a
Implement `NMS#createNativeProxyCommandSender`in the test toolkit
willkroboth Nov 18, 2024
c45bab5
Implement PR #478 in 1.21.4/5 NMS
willkroboth Mar 25, 2025
a608e9c
Set version to 10.0.0
JorelAli Mar 26, 2025
99c50f1
Update project timeline
DerEchtePilz Mar 26, 2025
ec3f00a
Initial commit of dropping support for 1.19.4 and below
JorelAli Mar 26, 2025
8e15bc6
Update the default config values for the datapack reloading step
DerEchtePilz Mar 27, 2025
e509fed
Remove preview code
JorelAli Mar 29, 2025
dc21717
Remove unused imports from CommandAPIVersionHandler
JorelAli Mar 29, 2025
46c9540
Change release target to use Java 17. Adds version drop to changelog
JorelAli Mar 30, 2025
bb93f82
Fix CommandAPIVersionHandler.kt blowing up
JorelAli Mar 30, 2025
b8adf1b
Merge branch 'dev/dev' into dev/drop-pre-1.20
JorelAli Mar 30, 2025
b36873c
Do some stuff
DerEchtePilz Mar 30, 2025
2189d1d
Change default testing version from 1.20 to 1.20.5 (Mojang-mapped)
JorelAli Mar 30, 2025
966fb4b
Rejig test profiles and disable all tests (at least for 10.0.0's rele…
JorelAli Mar 30, 2025
70cfef5
Aaaaaand disable codecov
JorelAli Mar 30, 2025
75f4556
Inline chat argument parsing calls
JorelAli Mar 30, 2025
b97e657
Fix `ComponentLike` not found when loading on Spigot
willkroboth Mar 31, 2025
4c7fdef
Merge pull request #637 from CommandAPI/dev/drop-pre-1.20
JorelAli Mar 31, 2025
14627ee
Adds NoClassDefFoundError logging message that might help users that …
JorelAli Mar 31, 2025
12bc3de
Add changes for #634 to the global changelog
DerEchtePilz Apr 1, 2025
1586a90
Update global changelog. Adds new build instructions. Remove legacy d…
JorelAli Apr 1, 2025
3625958
Adds velocity sources jar
JorelAli Apr 1, 2025
42df226
Adds JavaDocs jar to commandapi-velocity-kotlin
JorelAli Apr 1, 2025
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
Added: AsyncOfflinePlayerArgument to the README changelog
  • Loading branch information
Bram1903 committed Jan 17, 2025
commit 0d5ec47a722e0147d0f5dfaaf6d966794af2fbdd
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@ This is the current roadmap for the CommandAPI (as of 30th April 2024):
<td valign="top"><b>9.7.1</b></td>
<td valign="top">???</td>
<td valign="top">
<b>CommandAPI Changes:</b>
<ul>
<li>https://github.com/CommandAPI/CommandAPI/pull/633 Adds an <code>AsyncOfflinePlayerArgument</code> to allow asynchronous fetching of an offline player</li>
</ul>
<b>Bug Fixes:</b>
<ul>
<li>Fixes <code>PotionEffectArgument.NamespacedKey</code> not having suggestions in some versions</li>
Expand Down
Loading
0