summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2023-01-04 15:38:10 -0400
committerLedmitz <smoothshifter@tuta.io>2023-01-04 15:38:10 -0400
commit830ae2e72a5f0deab0ff6cb7009cad6106f1c9ba (patch)
tree55ad94b317dcd4877ab664a299e4aa7e41742094 /README.md
parentfd7c773a66555baf4183f74ef1871d58675be3a1 (diff)
downloadtmw-info-830ae2e72a5f0deab0ff6cb7009cad6106f1c9ba.tar.gz
tmw-info-830ae2e72a5f0deab0ff6cb7009cad6106f1c9ba.tar.bz2
tmw-info-830ae2e72a5f0deab0ff6cb7009cad6106f1c9ba.tar.xz
tmw-info-830ae2e72a5f0deab0ff6cb7009cad6106f1c9ba.zip
Fixed mob-search to keep up with server DB file changes. Drops now report correctly again.mobsearch_fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 290db06..f6e96ad 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ Use gm-show to quickly display the last 10 gm commands run. Updates automaticall
```
## Changelog
+* 2023-01-04 - Fixed mob-search do display proper drops. This was due to a server DB update which added new columns
* 2022-12-13 - Changed check for zenity from dpkg -l to find in /bin or /usr/bin.
- Added general check and warning for those without curl or wget
- Used find for removing .tmp files instead of specifying locations in the exit trap
@@ -78,10 +79,10 @@ Use gm-show to quickly display the last 10 gm commands run. Updates automaticall
- Added extra help text
* 2021-04-13 - added cmds-update to download @ command DB pages and jak1's wiki on client commands
- "cmds" now gets info from those pages and is better organized
- - added extra function to chat-search to view a log file easily after a search
- - fixed a bug that downloaded 2020-09 GM log everytime gm-update was run
- - added support for GM log files ending in "-old" (2020-09-old is a restored file)
-* 2020-09-16 - added chat log search
-* 2020-08-16 - added ratio for dropped items to represent chances in a more human readable way
-* 2020-08-15 - fixed gm-show (wasn't showing GUI) and removed trailing comma in mob drops
+ - Added extra function to chat-search to view a log file easily after a search
+ - Fixed a bug that downloaded 2020-09 GM log everytime gm-update was run
+ - Added support for GM log files ending in "-old" (2020-09-old is a restored file)
+* 2020-09-16 - Added chat log search
+* 2020-08-16 - Added ratio for dropped items to represent chances in a more human readable way
+* 2020-08-15 - Fixed gm-show (wasn't showing GUI) and removed trailing comma in mob drops