Skip to content

Commit

Permalink
Merge pull request #7 from LiteLDev/develop
Browse files Browse the repository at this point in the history
Release 2.3.1
  • Loading branch information
futrime authored Oct 22, 2023
2 parents f8d2254 + 9349890 commit d81faf3
Show file tree
Hide file tree
Showing 23 changed files with 707 additions and 655 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BasedOnStyle: Google
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Bug Report
description: Create a report to help us improve
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
validations:
required: true

- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.

- type: input
attributes:
label: Platform
description: The platform you are using. (e.g. Windows 10, macOS 10.15, Ubuntu 20.04)

- type: input
attributes:
label: Version
description: The version of the application you are using. (e.g. 1.0.0)

- type: input
attributes:
label: Loader Version
description: The version of the plugin loader you are using. (e.g. 1.0.0)

- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true

- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.

- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## What does this PR do?



## Which issues does this PR resolve?



## Checklist before merging

Thank you for your contribution to the repository.
Before submitting this PR, please make sure:

- [ ] Your code builds clean without any errors or warnings
- [ ] Your code follows the code style of this repository (see the wiki)
- [ ] You have tested all functions
- [ ] You have not used code without license
- [ ] You have added statement for third-party code
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ _deps
/.vscode/
/.xmake/
/build/
CMakeLists.txt
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.1] - 2023-10-22

### Fixed

- Faulty off-hand beharivors.

## [2.3.0] - 2023-10-18

### Changed

- Adapt to BDS 1.20.31 and LiteLoaderBDS 2.16.2.

[Unreleased]: https://github.com/Futrime/CSharpProjectTemplate/compare/v2.3.0...HEAD
[Unreleased]: https://github.com/Futrime/CSharpProjectTemplate/compare/v2.3.1...HEAD
[2.3.1]: https://github.com/Futrime/CSharpProjectTemplate/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/Futrime/CSharpProjectTemplate/releases/tag/v2.3.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ lip install github.com/tooth-hub/movinglight

## Usage

### How To Switch Item To Off-Hand
- Take the item and try to break the block.
To put a light source item to your off-hand, just grab it in your main hand and swing your arm.

### Configuration File

### Configuration file
```json5
// Generally speaking, you don't need to modify them.
{
Expand Down
84 changes: 0 additions & 84 deletions include/Config.h

This file was deleted.

110 changes: 0 additions & 110 deletions include/LightMgr.h

This file was deleted.

9 changes: 0 additions & 9 deletions include/Plugin.h

This file was deleted.

Loading

0 comments on commit d81faf3

Please sign in to comment.