You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Proudly presenting a long-awaited feature: wildcards and single
character matching support:
--- Domain Matching: domain.com matches domain.com and www.domain.com
--- Wildcard Matching: *.domain.com matches anything.domain.com (but not
domain.com (no subdomain))
--- Single Character Matching: ?.abc.com matches a.abc.com, b.abc.com,
2.abc.com, etc.
--- Note 1: the * and ? can be placed anywhere and/or combined (e.g.
ab?.com, cat*.c?)
--- Note 2: if there are any duplicates, the whitelist always takes
precedence over the blacklist
- the above update should also result in further improved performance
- added cloaking support for <picture> elements
Copy file name to clipboardExpand all lines: changelog.txt
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
v0.46.56 - Wednesday, May 25, 2016
2
+
- Proudly presenting a long-awaited feature: wildcards and single character matching support:
3
+
--- Domain Matching: domain.com matches domain.com and www.domain.com
4
+
--- Wildcard Matching: *.domain.com matches anything.domain.com (but not domain.com (no subdomain))
5
+
--- Single Character Matching: ?.abc.com matches a.abc.com, b.abc.com, 2.abc.com, etc.
6
+
--- Note 1: the * and ? can be placed anywhere and/or combined (e.g. ab?.com, cat*.c?)
7
+
--- Note 2: if there are any duplicates, the whitelist always takes precedence over the blacklist
8
+
- the above update should also result in further improved performance
9
+
- added cloaking support for <picture> elements
10
+
1
11
v0.46.55.1 - Friday, May 20, 2016
2
12
- further significant foundation code optimization, resulting in (probably noticeably) faster and more efficient logic and processing
3
13
@@ -77,7 +87,7 @@ v0.46.45 - Tuesday, February 9, 2016
77
87
- improved compatibility with Engadget (thanks Dan), Google+ (scrolling stuttering), YouTube (thanks Jason), Reddit (if using Reddit Enhancement Suite (Night Mode))
78
88
79
89
v0.46.44 - Friday, February 5, 2016
80
-
- polished cloaking so more sites should be readable</li>
90
+
- polished cloaking so more sites should be readable
81
91
- improved compatibility with Facebook (main timeline post box and Instagram photos), Reddit (if using Reddit Enhancement Suite), the Gawker sites (e.g. Lifehacker, Gizmodo, etc)
<istyle="width:937px; display:block;"><spanclass="i18_people">People who bought Andrew coffee</span>: Leonardo C., 朱之灏, Donald D., John B., Patrick H., Luke C., Eric G., Brian B., Daniel C., Joel D., Joseph W., David M., Rafal W., Ip L., Caillin P., Simon B., Keith T., Peter C., Gordon M., James M., Ranjan S., Philipp B., Rommel G., Todd A., Jason T., Vineet W., Adam C., Jim M., Alex U., Stanislav S., George T., Genere S., Kevin S., Jérémy P., Carlos S., Miguel L., Adrian H., Scott B., Daniel C., Mark M., Timothy D., Alexis B., Peter C., Christiaan E., Matthew L., Russell H., David D., Keith S., Elena G., Rafael V., Scott F., Paul M., Danielle F., 曾 信夫, Jon T., Barry D., Andrew H., Ma X., Frank E., Alex W., Roger S., Artem S., Wassim N., Rajat N., Vadim P., Celia D., Mikyas W., Reann M., Gabriel J., Anthony Z., Kai Cheong W., Jason T., Michael L., Maximilian B., Anton C., Koen de W., Juan de Dios Egido A., Harry P., Jaiganesh R.</i><br/>
243
+
<istyle="width:937px; display:block;"><spanclass="i18_people">People who bought Andrew coffee</span>: Leonardo C., 朱之灏, Donald D., John B., Patrick H., Luke C., Eric G., Brian B., Daniel C., Joel D., Joseph W., David M., Rafal W., Ip L., Caillin P., Simon B., Keith T., Peter C., Gordon M., James M., Ranjan S., Philipp B., Rommel G., Todd A., Jason T., Vineet W., Adam C., Jim M., Alex U., Stanislav S., George T., Genere S., Kevin S., Jérémy P., Carlos S., Miguel L., Adrian H., Scott B., Daniel C., Mark M., Timothy D., Alexis B., Peter C., Christiaan E., Matthew L., Russell H., David D., Keith S., Elena G., Rafael V., Scott F., Paul M., Danielle F., 曾 信夫, Jon T., Barry D., Andrew H., Ma X., Frank E., Alex W., Roger S., Artem S., Wassim N., Rajat N., Vadim P., Celia D., Mikyas W., Reann M., Gabriel J., Anthony Z., Kai Cheong W., Jason T., Michael L., Maximilian B., Anton C., Koen de W., Juan de Dios Egido A., Harry P., Jaiganesh R., Mark Rafael R., Adam B.</i><br/>
239
244
<istyle="width:937px; display:block;"><spanclass="i18_translators">People who helped translate</span>: Christoph (Deutsch), Luciano (Español), Yamaji (Japanese), Jérémy (Français), VeryFriend (Russian), Lorenzo (Italian)</i><br/>
240
245
<i><spanclass="i18_help">If you can help translate or improve, please contact me</span>: <ahref="mailto:[email protected]">[email protected]</a></i><br/><br/>
241
246
<i><ahref="https://twitter.com/andryou" target="_blank">Follow me (@andryou) on Twitter!</a><br/><br/>
0 commit comments