Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CavefulGames/HandyNet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: CavefulGames/HandyNet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 31, 2024

  1. Fix readme link

    jiwonz committed Oct 31, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f921430 View commit details

Commits on Nov 23, 2024

  1. Copy the full SHA
    5622920 View commit details
Showing with 3 additions and 4 deletions.
  1. +1 −1 README.md
  2. +0 −1 lib.luau
  3. +2 −2 pesde.toml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[한국어](https://github.com/CavefulGames/HandyNet/blob/main/README_kr.md) 👈
[한국어](README_kr.md) 👈
# English

## HandyNet
1 change: 0 additions & 1 deletion lib.luau

This file was deleted.

4 changes: 2 additions & 2 deletions pesde.toml
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@ description = "ByteNet fork made more handy"
authors = ["ffrostfall", "jiwonz"]
repository = "https://github.com/CavefulGames/HandyNet"
license = "MIT"
includes = ["lib.luau", "src", "README.md", "LICENSE.md", "pesde.toml"]
includes = ["src", "README.md", "LICENSE.md", "pesde.toml"]

[target]
environment = "roblox"
lib = "lib.luau"
lib = "src/init.luau"
build_files = ["src"]

[scripts]