summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4480d77..83c8c33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
### General
+- Timer will now continue to run even if you're on another browser tab or if the game is minimized. This was done
+ using a technology called "web workers". I am new to this tech and it's possible that things are imperfect. Please
+ let me know if anything seems weird to you.
+ - It's possible that the use of web workers now means that your game will continue to run on mobile even if your
+ display is off, or even if you're in another app. This may vary from device to device. Again, totally new to this
+ technology. Please try it out on your phone and let me know. I am honestly _guessing_ that it's probably too good
+ to be true that things will just keep working even with your display off, but it's possible that technology has
+ gotten that far. If it doesn't work for you, you might be able to tweak some device/browser settings to get it
+ to work. Again, no idea.
- You now receive an informative message when someone buys or sells items to you via one of your bazaar orders.
### Combat