Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
chore: update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
update installation script
  • Loading branch information
ShrBox committed Feb 26, 2023
1 parent d002c4e commit ae15ee9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Release 2.10.1
# Release 2.11.0

![BDS 1.19.62.01](https://img.shields.io/badge/BDS-1.19.62.01-blue?style=for-the-badge) ![Protocol 567](https://img.shields.io/badge/Protocol-567-orange?style=for-the-badge)
![BDS 1.19.63.01](https://img.shields.io/badge/BDS-1.19.63.01-blue?style=for-the-badge) ![Protocol 568](https://img.shields.io/badge/Protocol-568-orange?style=for-the-badge)

<!--
## Added
-->

* Add feetPos for Player and Entity in LLSE (by @yqs112358)
* Add resourcepack encryption (by @dreamguxiang)
* Add get/setTime() get/setWeather() api in LLSE (by @ACX66)

## Changed
* Remove unused configuration item (by @StarsDream00)

## Fixed
* Update Header for 1.19.63 (by @dreamguxiang)
* Add members for HopperSearchItemEvent & HopperPushOutEvent (by @ACX66)

* Fix SimulatedPlayer Bugs (by @dreamguxiang)
* Fix LLSE crash when loading wrong json config file (by @ACX66)
* Fix LLSE's fastlog (by @ACX66)
## Fixed

* Fix PlayerAttackEvent::mAttackDamage (by @ACX66)

**Full Changelog**: https://github.com/LiteLDev/LiteLoaderBDS/compare/2.10.0...2.10.1
**Full Changelog**: https://github.com/LiteLDev/LiteLoaderBDS/compare/2.10.1...2.11.0
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
# Install wine
codename=$(lsb_release -c --short)
BDSVER="1.19.62.01"
LLVER="2.10.1"
BDSVER="1.19.63.01"
LLVER="2.11.0"
sudo apt install -y wget unzip
sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
Expand Down

0 comments on commit ae15ee9

Please sign in to comment.