Skip to content

Commit a2b451b

Browse files
committed
Fix the terminal to stop glitching out and not displaying unless window is resized.
1 parent 6fb44f7 commit a2b451b

File tree

11 files changed

+460
-585
lines changed

11 files changed

+460
-585
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
99
* `[pre.7]` — Fixes bug with injected JS that was causing `<!DOCTYPE html>` to be ignored in templates.
1010
* `[pre.7]` — Fixes exception thrown when trying to delete a node due to a misnamed model.
1111
* `[pre.7]` — Fixes username vanishing on failed login attempts.
12+
* `[pre.7]` — Terminal is now fixed to actually output all lines, rather than leaving one hanging in neverland until the browser is resized.
1213

1314
### Added
1415
* Login attempts and pasword reset requests are now protected by invisible ReCaptcha. This feature can be disabled with a `.env` variable.
@@ -24,6 +25,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
2425
* Routes are now handled in the `routes/` folder, and use a significantly cleaner syntax. Controller names and methods have been updated as well to be clearer as well as avoid conflicts with PHP reserved keywords.
2526
* API has been completely overhauled to use new permissions system. **Any old API keys will immediately become invalid and fail to operate properly anymore. You will need to generate new keys.**
2627
* Cleaned up dynamic database connection setting to use a single function call from the host model.
28+
* `[pre.7]` — Corrected a config option for spigot servers to set a boolean value as boolean, and not as a string.
2729

2830
## v0.6.0-pre.7 (Courageous Carniadactylus)
2931
### Fixed

0 commit comments

Comments
 (0)