diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-15 22:12:49 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-15 22:12:49 +0300 |
commit | 5293de3a437b10656e4e678cffecdc1cf416b9d9 (patch) | |
tree | c8b0a6aa95ef4b66709bcc13895faad25275fe78 /res/about/version.gmi | |
parent | a69ee841cd3d8ce3bf8341fbe6e590614a6a0609 (diff) |
Added software rendering fallback and --sw option
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index aa3d759a..ebdd7b60 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -7,6 +7,8 @@ | |||
7 | # Release notes | 7 | # Release notes |
8 | 8 | ||
9 | ## 0.2 | 9 | ## 0.2 |
10 | * Fall back to software rendering automatically if accelerated graphics are not available. | ||
11 | * Added --sw option to force software rendering. | ||
10 | 12 | ||
11 | ## 0.1.1 | 13 | ## 0.1.1 |
12 | * Fixed a potential crash at startup. | 14 | * Fixed a potential crash at startup. |