From df72c5edf56aae04f9cf309beb0facf9e788049c Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Tue, 25 Jan 2022 14:53:35 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 310d9088..8888592c 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,15 @@ > - Disable FLOC patch. > - Disable Google API Key warning (you can still use API Keys to enable sync) from Ungoogled Chromium. > - Adds DuckDuckGo, Ecosia, Ask.com, and Yandex.com in US and other locales, along with the normal search engines. +> - Always use the local NTP (New Tab Page) regardless of search engine. +> - Fix icons when distilling page content in reader mode. +> - Enable new menu UI when right clicking the reload button. (Adds 'Normal Reload', 'Hard Reload', and 'Clear Cache and Hard Reload') +> - Prefetch settings updated to respect privacy. +> - Patches for GN and chrome_sandbox. > - Remove the addition of the Chrome apt sources.list during installation. > - Logo and Branding/Naming changed to the Thorium logo, Thorium name, and "Alex313031" being appended to "The Chromium Authors" in credits, etc. > - .desktop file includes useful cmdline flags that enable experimental or useful features. (read PATCHES.md) -> - Includes installer patches and files to include ChromeDriver and content_shell, with a .desktop file being provided for content_shell (named thorium-shell.desktop and shows in desktop environments as Thorium Content Shell). You can also run content_shell with the command thorium-shell (custom wrapper for it, located in /usr/bin/). You can run ChromeDriver at /usr/bin/chromedriver. +> - Includes installer patches and files to include ChromeDriver and content_shell, with a .desktop file being provided for content_shell (named thorium-shell.desktop and shows in desktop environments as Thorium Content Shell). You can also run content_shell with the command thorium-shell (custom wrapper for it, located in /usr/bin/). You can run ChromeDriver at /usr/bin/chromedriver. Also, patches for abseil library and mini_installer when building for AVX on Windows. > - Right clicking the launcher after install gives two additional desktop actions, one to open content-shell, and another to open in safe mode which disables any flags one has set in chrome://flags until the next launch. - For more info, read the PATCHES.md file. - Known bugs are in the BUGS.md file.