-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb87c9d
commit 627bbe9
Showing
3 changed files
with
151 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
# Changes | ||
All notable changes to this project will be documented in `CHANGELOG.md`. | ||
## Added | ||
* `PopupHandler` - stops me from duplicating a bunch of code just for settings. | ||
* [TODOs][todos] to changelog. | ||
* GUI to show all scanned MC servers in database (with sorting, too!) | ||
|
||
## Modified | ||
* Thread handling has been modified to be (potentially) faster (again) and use less lines of code. | ||
* Fixed everything again, but now it's slower. Need to work on a better thread system. | ||
|
||
## Removed | ||
* Hits feature | ||
* 1 unused import | ||
* (potentially) more comments | ||
Nothing has been removed. | ||
|
||
## TODOs | ||
- [ ] Optimise IP generation and inital scanning code. (1) | ||
- [ ] Optimise IP generation and inital scanning code. [1] | ||
- [ x ] ~~Add a GUI for viewing servers in a nice friendly grid.~~ | ||
|
||
[todos]: https://github.com/StupidRepo/MCScanner/blob/main/CHANGELOG.md#todos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters