summaryrefslogtreecommitdiff
path: root/res/about/version.gmi
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-06 11:52:26 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-06 11:52:26 +0200
commit6a565ea71745aaf4c91a7698bbf56f7d906fcaaa (patch)
treee68ed6140097be20ab51193dfd25ac1a4d1c502d /res/about/version.gmi
parente43ecd3eb279e117cbce8fd507ecef247938e4ac (diff)
Added build option for sleeping while idle
It appears at least on macOS, SDL is doing a while lot of stuff while waiting for new events. Perhaps because it has some sort of high-frequency input/sensor processing? Not sure. Now Lagrange will idle by polling events every 15 ms and sleeping in between. This reduces CPU time by an order of magnitude on macOS. Need to still test on other platforms.
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r--res/about/version.gmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index af758486..5944932f 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -10,6 +10,7 @@
10* 'text/*' content falls back to plain text. 10* 'text/*' content falls back to plain text.
11* Reduced visual artifacts in Unicode box-drawing characters (overlapping/gaps). 11* Reduced visual artifacts in Unicode box-drawing characters (overlapping/gaps).
12* Fixed truncated tab titles when opening tabs in background. 12* Fixed truncated tab titles when opening tabs in background.
13* macOS: Fixed excessive CPU usage while idling.
13 14
14## 0.12 15## 0.12
15* Added MIME hooks: pipe Gemini responses through external programs for arbitrary processing. (See "about:help" for usage.) 16* Added MIME hooks: pipe Gemini responses through external programs for arbitrary processing. (See "about:help" for usage.)