You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,19 @@
2
2
All notable changes to this project will be documented in `CHANGELOG.md`.
3
3
4
4
## Added
5
-
Nothing has been added.
5
+
* Search bar to the Server List.
6
+
* Ability to search by IP, MOTD, Version and Max Players!
7
+
*`PlaceholderText` for easy `JTextField` placeholder text.
8
+
*`DatabaseHandler.updateServerByIPInDB()` for updating a server in the DB by it's IP.
6
9
7
10
## Modified
8
-
*`ServerList` refreshes every 10 seconds.
9
-
* Fixed bug where when an offset got to ~252-255, it would stay there and miss out on ***a lot*** of IPs.
11
+
* Disable selection and editing on the JTable/Server List.
10
12
11
13
## Removed
12
-
* The thing that tells you how many IPs are left to scan. It was inaccurate and I'm pretty sure getting & drawing that number to the screen made it lag a lot.
14
+
* The thing that tells you how many IPs are left to scan.
15
+
* It was inaccurate and I'm pretty sure getting & drawing that number to the screen made it lag a lot.
16
+
* Clicking a row to copy it's IP.
17
+
*`DatabaseHandler.writeDetailsToDB(String ip, String motd, Integer maxPlayers)` because I can just make the version number report "1.6<="
13
18
14
19
## TODOs
15
20
-[ ] Optimise IP generation and initial scanning code.[¹][1]
0 commit comments