diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-23 11:45:43 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-23 11:45:43 +0200 |
commit | 54f142bb093765e19fcee30cc5ffe9c63b67abd6 (patch) | |
tree | 6b754c0cf450d10f34dfdcb10be61365d3964da8 /res | |
parent | f9346b83551f95f9e32f963c0574540f2805eb23 (diff) |
Select folder when adding/editing bookmarks
Most recently used folder is persistently stored in bookmarks.ini.
IssueID #358
Diffstat (limited to 'res')
-rw-r--r-- | res/about/version.gmi | 3 | ||||
-rw-r--r-- | res/lang/cs.bin | bin | 30703 -> 30731 bytes | |||
-rw-r--r-- | res/lang/de.bin | bin | 28698 -> 29732 bytes | |||
-rw-r--r-- | res/lang/en.bin | bin | 26142 -> 25846 bytes | |||
-rw-r--r-- | res/lang/eo.bin | bin | 24935 -> 24795 bytes | |||
-rw-r--r-- | res/lang/es.bin | bin | 29535 -> 29563 bytes | |||
-rw-r--r-- | res/lang/es_MX.bin | bin | 27023 -> 26902 bytes | |||
-rw-r--r-- | res/lang/fi.bin | bin | 29370 -> 29398 bytes | |||
-rw-r--r-- | res/lang/fr.bin | bin | 29904 -> 29783 bytes | |||
-rw-r--r-- | res/lang/gl.bin | bin | 28724 -> 28752 bytes | |||
-rw-r--r-- | res/lang/hu.bin | bin | 30547 -> 30575 bytes | |||
-rw-r--r-- | res/lang/ia.bin | bin | 28023 -> 27902 bytes | |||
-rw-r--r-- | res/lang/ie.bin | bin | 28462 -> 28490 bytes | |||
-rw-r--r-- | res/lang/isv.bin | bin | 24862 -> 24566 bytes | |||
-rw-r--r-- | res/lang/pl.bin | bin | 29299 -> 29178 bytes | |||
-rw-r--r-- | res/lang/ru.bin | bin | 43848 -> 43876 bytes | |||
-rw-r--r-- | res/lang/sk.bin | bin | 25195 -> 24899 bytes | |||
-rw-r--r-- | res/lang/sr.bin | bin | 43298 -> 43326 bytes | |||
-rw-r--r-- | res/lang/tok.bin | bin | 26584 -> 26612 bytes | |||
-rw-r--r-- | res/lang/uk.bin | bin | 43179 -> 43207 bytes | |||
-rw-r--r-- | res/lang/zh_Hans.bin | bin | 24975 -> 24800 bytes | |||
-rw-r--r-- | res/lang/zh_Hant.bin | bin | 25116 -> 24995 bytes |
22 files changed, 2 insertions, 1 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 6b2e9a45..1dce0fec 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -9,6 +9,7 @@ | |||
9 | # 1.9 | 9 | # 1.9 |
10 | 10 | ||
11 | New features: | 11 | New features: |
12 | * Choose parent folder when creating or editing a bookmark. | ||
12 | * macOS: Automatic updates using the Sparkle framework. | 13 | * macOS: Automatic updates using the Sparkle framework. |
13 | * Windows: Automatic updates using the WinSparkle library. | 14 | * Windows: Automatic updates using the WinSparkle library. |
14 | 15 | ||
@@ -17,7 +18,7 @@ Changes and enhancements: | |||
17 | * The resource bundle (resources.lgr) is now a regular ZIP archive. This allows it to do double duty as a fontpack containing the built-in fonts. The archive contains a version number to avoid use of obsolete resources. | 18 | * The resource bundle (resources.lgr) is now a regular ZIP archive. This allows it to do double duty as a fontpack containing the built-in fonts. The archive contains a version number to avoid use of obsolete resources. |
18 | 19 | ||
19 | Fixes: | 20 | Fixes: |
20 | * Handling duplicate feed entries: if multiple entries in a feed have the same URL, only handle the first one. | 21 | * Handling duplicate feed entries: if multiple entries in a feed have the same URL, only use the first one. |
21 | 22 | ||
22 | ## 1.8.3 | 23 | ## 1.8.3 |
23 | * Fixed clicking on UI elements that are over the page top banner. The banner would always get clicked instead. | 24 | * Fixed clicking on UI elements that are over the page top banner. The banner would always get clicked instead. |
diff --git a/res/lang/cs.bin b/res/lang/cs.bin index d0dcabcd..ae978667 100644 --- a/res/lang/cs.bin +++ b/res/lang/cs.bin | |||
Binary files differ | |||
diff --git a/res/lang/de.bin b/res/lang/de.bin index e3ea2835..b1722d2b 100644 --- a/res/lang/de.bin +++ b/res/lang/de.bin | |||
Binary files differ | |||
diff --git a/res/lang/en.bin b/res/lang/en.bin index 63a9d6c7..344dfa6a 100644 --- a/res/lang/en.bin +++ b/res/lang/en.bin | |||
Binary files differ | |||
diff --git a/res/lang/eo.bin b/res/lang/eo.bin index a69a9f3f..2e902f76 100644 --- a/res/lang/eo.bin +++ b/res/lang/eo.bin | |||
Binary files differ | |||
diff --git a/res/lang/es.bin b/res/lang/es.bin index edd37672..cd5c0811 100644 --- a/res/lang/es.bin +++ b/res/lang/es.bin | |||
Binary files differ | |||
diff --git a/res/lang/es_MX.bin b/res/lang/es_MX.bin index ffb53cba..5cea30c9 100644 --- a/res/lang/es_MX.bin +++ b/res/lang/es_MX.bin | |||
Binary files differ | |||
diff --git a/res/lang/fi.bin b/res/lang/fi.bin index fc83470b..3066e970 100644 --- a/res/lang/fi.bin +++ b/res/lang/fi.bin | |||
Binary files differ | |||
diff --git a/res/lang/fr.bin b/res/lang/fr.bin index bda6f4f6..733db93c 100644 --- a/res/lang/fr.bin +++ b/res/lang/fr.bin | |||
Binary files differ | |||
diff --git a/res/lang/gl.bin b/res/lang/gl.bin index 23d9e952..3f7fca1d 100644 --- a/res/lang/gl.bin +++ b/res/lang/gl.bin | |||
Binary files differ | |||
diff --git a/res/lang/hu.bin b/res/lang/hu.bin index 1470aea2..95cb23a9 100644 --- a/res/lang/hu.bin +++ b/res/lang/hu.bin | |||
Binary files differ | |||
diff --git a/res/lang/ia.bin b/res/lang/ia.bin index 9c4ba6b5..5307f916 100644 --- a/res/lang/ia.bin +++ b/res/lang/ia.bin | |||
Binary files differ | |||
diff --git a/res/lang/ie.bin b/res/lang/ie.bin index 19687852..b89c350f 100644 --- a/res/lang/ie.bin +++ b/res/lang/ie.bin | |||
Binary files differ | |||
diff --git a/res/lang/isv.bin b/res/lang/isv.bin index b501166c..3bd7acc2 100644 --- a/res/lang/isv.bin +++ b/res/lang/isv.bin | |||
Binary files differ | |||
diff --git a/res/lang/pl.bin b/res/lang/pl.bin index f44d90fc..b51ae42b 100644 --- a/res/lang/pl.bin +++ b/res/lang/pl.bin | |||
Binary files differ | |||
diff --git a/res/lang/ru.bin b/res/lang/ru.bin index 4febb613..a6df8daf 100644 --- a/res/lang/ru.bin +++ b/res/lang/ru.bin | |||
Binary files differ | |||
diff --git a/res/lang/sk.bin b/res/lang/sk.bin index 402ab526..a7ea4b57 100644 --- a/res/lang/sk.bin +++ b/res/lang/sk.bin | |||
Binary files differ | |||
diff --git a/res/lang/sr.bin b/res/lang/sr.bin index 12cc399f..644dc759 100644 --- a/res/lang/sr.bin +++ b/res/lang/sr.bin | |||
Binary files differ | |||
diff --git a/res/lang/tok.bin b/res/lang/tok.bin index 9e36f8b0..1fa86a8d 100644 --- a/res/lang/tok.bin +++ b/res/lang/tok.bin | |||
Binary files differ | |||
diff --git a/res/lang/uk.bin b/res/lang/uk.bin index 9e19b644..4eb7acf6 100644 --- a/res/lang/uk.bin +++ b/res/lang/uk.bin | |||
Binary files differ | |||
diff --git a/res/lang/zh_Hans.bin b/res/lang/zh_Hans.bin index 7a59c620..10a91560 100644 --- a/res/lang/zh_Hans.bin +++ b/res/lang/zh_Hans.bin | |||
Binary files differ | |||
diff --git a/res/lang/zh_Hant.bin b/res/lang/zh_Hant.bin index 76ac592a..1f4bc3de 100644 --- a/res/lang/zh_Hant.bin +++ b/res/lang/zh_Hant.bin | |||
Binary files differ | |||