-
-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #741 from gjtorikian/hash-to-self
moderately improved hash detection
- Loading branch information
Showing
5 changed files
with
747 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
spec/html-proofer/fixtures/links/public/en/blog/post/2016/09/30-2.1.0/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!doctype html><html lang=en> | ||
<body> | ||
<span class="dot-sep meta-hover"></span><abbr title="Internal post ID" class=meta-hover>0291</abbr></p><article class=blog-post-single><div class=row><div class=col-md-9><section class=blog-post-content><p>I’ve been able to pay a bit more attention to the Sound Switcher Indicator and implement some of the long asked-for features.</p><h2 id=whats-new>What’s new</h2><ul><li><p><strong>Version 2.1.0</strong> (2016-09-29)</p><ul><li>Added support for configuration file (<a href=https://github.com/yktoo/indicator-sound-switcher/issues/30>#30</a>).<br>See <a href=/en/blog/post/2016/09/30-2.1.0/#config-file class=internal title="Sound Switcher Indicator ‣ 2.1.0">below</a> for details about its format.</li><li>The sections <code>Inputs</code> and <code>Outputs</code> can be hidden now (<a href=https://github.com/yktoo/indicator-sound-switcher/issues/32>#32</a>).</li><li>Device and port names can now be configured (<a href=https://github.com/yktoo/indicator-sound-switcher/issues/31>#31</a>).</li><li>Unused ports can be blacklisted (hidden from the menu) (<a href=https://github.com/yktoo/indicator-sound-switcher/issues/13>#13</a>).</li><li>French translation added.</li></ul></li><li><p><strong>Version 2.0.2</strong> (2016-09-28)</p><ul><li>The menu can now be localised (<a href=https://github.com/yktoo/indicator-sound-switcher/issues/28>#28</a>).<br>I’ve made use of the standard localisation library <a href=https://www.gnu.org/software/gettext/>GNU gettext</a>. New translations can easily be added as <code>.po</code> files, and merged from pull requests.</li><li>Russian and Spanish translations added.</li><li>Added a manpage (<a href=https://github.com/yktoo/indicator-sound-switcher/issues/24>#24</a>).<br>It can be viewed using <code>man indicator-sound-switcher</code> (there’s not much information yet, but at least it’s there).</li></ul></li></ul><h2 id=config-file>The configuration file</h2><p>The configuration file, by default <code>~/.config/indicator-sound-switcher.json</code>, must be in the <a href=https://en.wikipedia.org/wiki/JSON class=wikipedia lang=en>JSON</a> format. The file is optional, and so are all its values.</p><p>Here’s a sample config taken from the <a href=https://github.com/yktoo/indicator-sound-switcher/blob/master/README.md>README</a>:</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-json data-lang=json><span style=display:flex><span><span style=color:#000;font-weight:700>{</span> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.