From 1edb641b973378f8cd86d6201c6b5760a9448380 Mon Sep 17 00:00:00 2001 From: bbtufty Date: Sun, 20 Oct 2024 15:49:42 +0100 Subject: [PATCH] Update docs for region/language preferences --- CHANGES.rst | 5 +++++ README.md | 4 ++-- docs/intro.rst | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index fcd5dfb..31ed01d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +0.3 (Unreleased) +================ + +- Update docs to reflect region preferences [#9] + 0.2 (2024-10-20) ================ diff --git a/README.md b/README.md index d219b12..38e7dec 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ NXBrew-dl is intended to be an easy-to-user interface to download ROMs, DLC and update files for NSP. It does so via a GUI interface, allowing users to download items in bulk and keeping things up-to-date. -As of now, this is in extremely early development. It will parse and download many ROMs, but be aware that currently -if multiple regions exist, it will only download the US release. This will be upgrade in a future release. +As of now, this is in extremely early development. It will parse and download many ROMs, and by default will only +grab ROMs from either the USA or Europe (USA preferred) that are marked as having English language releases. Grab the latest release from the [releases page](https://github.com/bbtufty/nxbrew-dl/releases). diff --git a/docs/intro.rst b/docs/intro.rst index fb00973..6b914a9 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -13,8 +13,8 @@ a GUI interface, allowing users to download items in bulk and keeping things up- JDownloader to allow for easy download/extraction from multiple sites, and can optionally post info on the downloads to Discord. -As of now, this is in extremely early development. It will parse and download many ROMs, but be aware that currently -if multiple regions exist, it will only download the US release. This will be upgrade in a future release. +As of now, this is in extremely early development. It will parse and download many ROMs, and by default will only +grab ROMs from either the USA or Europe (USA preferred) that are marked as having English language releases. For details on installation, see :doc:`installation `.