blob: d82e44e2c5173cdb8ed6d6b3c7371de306c965fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The site always runs on the latest released version.
## [Unreleased]
## Added
- Sprites now know about their spawn time, and will tell you if they're not
spawning due to a missing weather condition.
## [1.0.1] - 2021-08-09
### Fixed
- Added level ranges for enemies in Hydatos that needed them.
- Fixed Mammet #013BL's name not being displayed correctly.
- Various condition changes for monsters.
## [1.0.0] - 2021-08-09
### Added
- Initial release.
|