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

v0.2.1 #291

Merged
merged 41 commits into from
Oct 22, 2023
Merged

v0.2.1 #291

merged 41 commits into from
Oct 22, 2023

Conversation

Wyvest
Copy link
Member

@Wyvest Wyvest commented Oct 15, 2023

Description

Related Issue(s)

Checklist

  • I made a clear description of what was changed
  • I stated why these changes were necessary
  • I updated documentation or said what needs to be updated
  • I made sure these changes are backwards compatible
  • This pull request is for one feature/bug fix

CaledonianEH and others added 30 commits March 20, 2023 18:32
Remove a lot of useless text & add quick links to most important docs, and clean up readme
✨ feature(recursive-lookup): initial implementation + test case
* new: add scrolling to dropdowns

* run apiDump

* add searching to dropdowns

* optimize levenshtein search a bit

* modify colors to make scroll in dropdown more obvious

* modify colors even more

* fix scroll being stuck and selecting options

* ✨ feature(dropdowns): color change + remove dropdown when no options exist

* cache dropdown filter
change startsWith to contains check

---------

Co-authored-by: xtrm <oss@xtrm.me>
* add support for mouse keybinds

* fix build errors + apiDump
…ies (#197)

* new: organize gradle dependencies
also update kotlin and PGT

* use bundles for kotlin

* downgrade kotlin

* re-update gradle dependencies (kotlin, gradle, blossom, shadow, pgt, devauth)

* update lwjgl-repacked (add windows x86 and arm)

* add 32-bit check for lwjgl manager
Bumps `kotlin` from 1.8.21 to 1.8.22.

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.21...v1.8.22)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.21...v1.8.22)

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.21...v1.8.22)

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.21...v1.8.22)

Updates `org.jetbrains.kotlin.jvm` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.21...v1.8.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…r from 0.13.1 to 0.13.2 (#262)

build(deps): bump org.jetbrains.kotlinx.binary-compatibility-validator

Bumps [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases)
- [Commits](Kotlin/binary-compatibility-validator@0.13.1...0.13.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx.binary-compatibility-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* new: `preload` method

* make preload final

* apiDump
Hypixel has drastically changed their API, and `/api new` no longer works. Hence, the `HypixelKey` annotation and other API-related features have been rendered useless.
….21.0 (#266)

build(deps): bump org.jetbrains.kotlinx:atomicfu-jvm

Bumps [org.jetbrains.kotlinx:atomicfu-jvm](https://github.com/Kotlin/kotlinx.atomicfu) from 0.20.2 to 0.21.0.
- [Release notes](https://github.com/Kotlin/kotlinx.atomicfu/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-atomicfu/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx-atomicfu@0.20.2...0.21.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:atomicfu-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `coroutines` from 1.7.1 to 1.7.2.

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.1...1.7.2)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.1...1.7.2)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-jdk8` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.1...1.7.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Show a message on first launch

* Fix keybind compat with NEU

* keybind rewrite v3

* hide first launch notification when actually opening oneconfig

* fix mouse input in modern versions with onekeybind

* apiDump

* add icon

* modify welcome message

* reorder if statement
main reasoning is new loom caused too many issues yet somehow increased build times
This reverts commit 8d47639.
Verifies that PRs to the gradle/wrapper directory are legitimate.
Co-authored-by: Wyvest <wyvestbusiness@gmail.com>
@pauliesnug
Copy link
Member

👀

@Wyvest Wyvest changed the title v0.3 v0.2.1 Oct 15, 2023
xtrm-en
xtrm-en previously approved these changes Oct 15, 2023
Copy link
Member

@xtrm-en xtrm-en left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

pauliesnug
pauliesnug previously approved these changes Oct 15, 2023
Copy link
Member

@pauliesnug pauliesnug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request by Wyvest looks wonderful!

Copy link
Member

@nextdayy nextdayy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@Wyvest Wyvest dismissed stale reviews from pauliesnug and xtrm-en via afdcc97 October 22, 2023 15:08
Copy link
Member

@nextdayy nextdayy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good looks to me

Copy link
Member

@pauliesnug pauliesnug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request by Wyvest looks splendid!

@Wyvest Wyvest merged commit 248e425 into master Oct 22, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants