Skip to content

Commit

Permalink
docs: Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneDx committed Apr 20, 2022
1 parent 098a1f7 commit f82bb9e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
# Changelog

## 1.5.0
## 1.5.0 - Unreleased

### Added
* Support for GriefDefender 2.0.0
* Added possibility to create auctions
* Auctions last a given duration
* Players can bid a specific amount or raise their bid by a `bidStep` defined by the auctioneer
* Format for new auctions is:
```
[auction]
<starting price>
<bid step>
<duration>
```
* An auction with no bid won't change owner and will expire

### Removed
* Remove confusing *rent period* behavior
* Remove logs whenever a sign is interacted with

### Fixed
* Fixed typo in config

## 1.4.1

### Added
Expand Down

0 comments on commit f82bb9e

Please sign in to comment.