Skip to content

Commit

Permalink
2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhellman committed Dec 30, 2017
1 parent 0e3bb88 commit 0153093
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions change_log/change_log.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,44 @@
<body>
<nav class="navbar navbar-light bg-primary">
<span class="navbar-brand text-white">MTurk Suite - Change Log</span>
<div class="float-right">
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VYB8NZTKRZBFS" target="_blank" class="btn btn-secondary">Support</a>
<a href="/options/options.html" target="_blank" class="btn btn-secondary">Options</a>
<a href="https://github.com/Kadauchi/mturk-suite#mturk-suite" target="_blank" class="btn btn-secondary">README</a>
</div>
</nav>
<div class="container">
<div class="alert alert-info mt-1" role="alert">
HIT Tracker is getting closer to being complete. Goal is by Jan 1st to have HIT Tracker fully functional.
</div>

<div class="card mt-1">
<div class="card-header bg-primary text-white">
v2.0.11 <small>Saturday, December 30, 2017</small>
</div>
<div class="card-block">
<div class="list-group">
<div class="list-group-item flex-column align-items-start">
<h5 class="d-flex w-100 justify-content-between">HIT Finder</h5>
<ul>
<li>Block list import now supports HIT Scraper's block list</li>
<li>Include list import now supports HIT Scraper's include list</li>
</ul>
</div>
</div>
</div>
<div class="card-block">
<div class="list-group">
<div class="list-group-item flex-column align-items-start">
<h5 class="d-flex w-100 justify-content-between">HIT Catcher</h5>
<ul>
<li>Now properly detects and alerts for captchas</li>
</ul>
</div>
</div>
</div>
</div>

<div class="card mt-1">
<div class="card-header bg-primary text-white">
v2.0.10 <small>Friday, December 29, 2017</small>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "MTurk Suite",

"version": "2.0.10",
"version": "2.0.11",

"description": "Enchances Mechanical Turk to increase your efficiency and earnings.",

Expand Down

0 comments on commit 0153093

Please sign in to comment.