[Release Prep] v10.2

pull/48/head
Oj18 3 years ago
parent b1de161d62
commit aa64d8ac0a

@ -1,5 +1,19 @@
# GooseMod Changelog
## v10.2 [2021-07-31]
- ### PGP Verification
- **Repos now have PGP verification support.** Repos can now be signed by their maintainers and verified within GooseMod. This should both improve security generally and for some specific attacks. The main advantage PGP adds is that it verifies repos are made and released by their owners. This prevents someone else taking over and publishing malicious updates as the repo would have to be signed with the same private key, which they should not have access to.
- ### Main Settings
- **Added copy debug info to utilities.**
- **Moved reset setting to end of utilities section.**
- **Added text to experimental section to clarify what it means.**
- ### Commands
- **Commands now use a custom GooseMod section.** Was previously reverted to using built-in after a Discord update.
## v10.1 [2021-07-26]
- ### Internal Rewrites

@ -109,7 +109,7 @@ const init = async function () {
}
this.versioning = {
version: `10.2-dev`,
version: `10.2`,
hash: '<hash>', // Hash of built final js file is inserted here via build script
lastUsedVersion: this.storage.get('goosemodLastVersion')

Loading…
Cancel
Save