From 239ccbf0f3d18fc9d762aec1eb0b331d4d10db41 Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Mon, 11 May 2015 09:12:39 +1000 Subject: [PATCH] Updated changelog Added comment about preventing addition of the same repo multiple times. More specific comment about pname et al, so that people don't think they can use the regular search feature of F-Droid to search by package name with a pname: prefix. Instead, it is only applicable to incoming intents. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6444c92b1..7ec4486c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ * Properly cache apk files on the SD card if configured this way -* Add support for special search terms like "pub:" and "pname:" +* Provide better feedback when adding repos with same name of existing repo + +* Add support for special Google Play search terms like "pub:" and "pname:" * Fix regression where adding repos via URLs would not actually add a new repo