Commit Graph

2212 Commits

Author SHA1 Message Date
Steven Black
ed59b5fc72
Add popups. 2020-03-05 11:21:19 -05:00
Steven Black
f994498593
Spam me? Really?? You know, that is not a good idea. 2020-03-02 14:05:43 -05:00
Steven Black
2d597faf21
Release 2.5.60 2020-03-01 00:24:34 -05:00
Steven Black
be6615ac3d
Updates from yoyo.org, someonewhocares.org, KADhosts, Badd-Boyz, and AdAway. 2020-03-01 00:24:15 -05:00
Steven Black
4c3ca55a6d
Release 2.5.59 2020-02-25 22:02:32 -05:00
Steven Black
c429bcdfb0
Update from AdAway. 2020-02-25 22:02:07 -05:00
Steven Black
bab0187cd4
Release 2.5.58 2020-02-25 11:09:01 -05:00
Steven Black
1e3894c6e8
Updates from someonewhocares.org, KADhosts, hostsVN, and AdAway. 2020-02-25 11:08:38 -05:00
Steven Black
e168909d11
Merge pull request #1171 from funilrys/backslashes-make-hosts-windows
Fix backslashes issue under Windows.
2020-02-24 13:28:16 -05:00
Steven Black
55fb6636b3
Merge pull request #1170 from funilrys/utf-8-readme
Ensure that the readme is written in UTF-8.
2020-02-24 13:26:14 -05:00
Steven Black
4e01a50017
Merge pull request #1169 from ScriptTiger/patch-1
Draft proposal for README changes
2020-02-24 13:24:26 -05:00
funilrys
aa4a0f7a46
Fix backslashes issue under Windows.
This patch fixes https://github.com/StevenBlack/hosts/pull/1165#issuecomment-590111613.

This patch simply, replace the `\` Windows directory separator, with the
universal `/` of the web convention.
2020-02-24 18:34:08 +01:00
ScriptTiger
f30182731f
Updated proposal 2020-02-25 01:33:13 +08:00
funilrys
3abea87f37
Ensure that the readme is written in UTF-8.
This patch fixes #1166.

Indeed as stated in the documentation:

> In text mode, if encoding is not specified the encoding used is platform
> dependent: locale.getpreferredencoding(False) is called to get the
> current locale encoding.

That may explain the issue mentionned in #1166.

Docs link:
  * https://docs.python.org/3/library/functions.html#open
2020-02-24 18:18:17 +01:00
ScriptTiger
6fae74b406
Draft proposal for README changes
Addresses issue #829, but also addresses other commonly out-of-scope issues that arise.
2020-02-24 23:24:44 +08:00
Steven Black
dc51c546be
Fix typo in the Stale Bot text. 2020-02-23 22:18:49 -05:00
Steven Black
8a5ab54b17
Add the ‘enhancement’ to the list of labels ignored by Stale Bot. 2020-02-23 22:15:14 -05:00
Steven Black
f0ffddd599
Add Stale Bot configuration file. 2020-02-23 22:12:34 -05:00
Steven Black
76b41424a3
Merge pull request #1160 from XhmikosR/patch-2
package.json: add `private: true`
2020-02-23 20:23:11 -05:00
Steven Black
3798e0f8fe
Merge pull request #1157 from XhmikosR/lf
Enforce LF
2020-02-23 13:05:24 -05:00
Steven Black
29e7c3ac14
Merge pull request #1159 from XhmikosR/patch-1
Travis CI: remove the deprecated `sudo: false`
2020-02-23 13:02:52 -05:00
Steven Black
4ac118ce0d
Merge pull request #1164 from XhmikosR/sh
Minor shell script tweaks
2020-02-23 13:01:48 -05:00
Steven Black
b539172b6e
Merge pull request #1165 from funilrys/readme-links-issue-windows
Fix link issue under Windows.
2020-02-23 13:00:13 -05:00
Steven Black
556065e524
Merge pull request #1163 from XhmikosR/patch-4
Update updateReadme.py
2020-02-23 12:58:44 -05:00
Steven Black
ba5559a38f
Merge pull request #1158 from XhmikosR/https
Use https for winhelp2002.mvps.org
2020-02-23 12:55:53 -05:00
Steven Black
7a19862cce
Merge pull request #1161 from XhmikosR/patch-3
Doc tweaks
2020-02-23 11:20:39 -05:00
Steven Black
d3a026bf34
Merge pull request #1162 from XhmikosR/bat
updateHostsWindows.bat: minor consistency changes
2020-02-23 10:47:54 -05:00
funilrys
f22d7bc3f0
Fix link issue under Windows.
We never saw this, as we are not Windows user ourselves but there is
a real issue.

Indeed, as mentionned by @XhmikosR at
https://github.com/StevenBlack/hosts/pull/1163#issuecomment-590057635
the web links are not correctly formated. Indeed, as we use `sep` to
detect the right directory separator, it's also written into the
`readmeData.json` file.

This patch simply, replace the `\` of Windows, with the universal `/` of
the web convention.
2020-02-23 12:37:34 +01:00
XhmikosR
e1ad037314 Doc tweaks
* Minor Markdown tweaks
* Fix a few typos
* Fix the release-it URL
* Switch to shields.io for the Travis CI badge too
2020-02-23 13:31:57 +02:00
XhmikosR
229b3593cf updateHostsWindows.bat: minor consistency changes
* fix a few typos
* fix indentation
* lowercase commands since on Windows case doesn't matter
* add `/y /v` flags in copy commands
* remove unneeded `pushd` command since we `cd` after that anyway
* add `wscript.exe` when calling the .vbs script
2020-02-23 13:07:33 +02:00
XhmikosR
59ce889ff0 Minor shell script tweaks
* always double quote variables
* use https for the miniconda URLs
2020-02-23 09:45:44 +02:00
XhmikosR
214dd955c2 Enforce LF for all files except .bat files
This fixes issues on Windows where autocrlf is true by default
2020-02-23 09:33:51 +02:00
XhmikosR
2950600108 Update updateReadme.py
* remove duplicate key "issues" in dict literal
* remove trailing whitespaces from the output
2020-02-23 09:27:48 +02:00
Steven Black
df0ea73da2
Merge pull request #1156 from XhmikosR/typo
Fix GitHub capitalization
2020-02-22 11:09:14 -05:00
XhmikosR
fefb67406f
package.json: add private: true
The package isn't published on npm.
2020-02-22 16:58:47 +02:00
XhmikosR
995c091d11
Travis CI: remove the deprecated sudo: false
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2020-02-22 16:43:46 +02:00
XhmikosR
ba4b580892 Use https for winhelp2002.mvps.org 2020-02-22 16:41:39 +02:00
XhmikosR
d2566110ff Fix GitHub capitalization 2020-02-22 16:21:26 +02:00
Steven Black
98f6421f44
Release 2.5.57 2020-02-21 17:54:50 -05:00
Steven Black
fa7e930926
Remove spiegel-de.spiegel.de, resolving Issue #1155. 2020-02-21 17:49:45 -05:00
Steven Black
0612199777
Release 2.5.56 2020-02-21 16:26:14 -05:00
Steven Black
68239c2993
Phishing me is dumb. 2020-02-21 16:24:15 -05:00
Steven Black
b0559fd56d
Add a domain spamming me personnally which is never a good idea. 2020-02-21 14:23:57 -05:00
Steven Black
036c903bd2
Release 2.5.55 2020-02-21 13:34:04 -05:00
Steven Black
162d5cc9ce
Updates from sinfonietta, yoyo.org, someonewhocares.org, KADhosts, hostsVN, Badd-Boyz, and AdAway. 2020-02-21 13:33:43 -05:00
Steven Black
fc3ebbdabc
Release 2.5.54 2020-02-17 21:50:09 -05:00
Steven Black
47a15217b4
Updates from someonewhocares.org, KADhosts, and AdAway. 2020-02-17 21:49:47 -05:00
Steven Black
3f25b2bea6
Release 2.5.53 2020-02-14 22:24:56 -05:00
Steven Black
5e39445218
Updates from yoyo.org, someonewhocares.org, KADhosts, Badd-Boyz, and AdAway. 2020-02-14 22:24:35 -05:00
Steven Black
97b203c246
Release 2.5.52 2020-02-09 22:08:39 -05:00