Skip to content

Commit

Permalink
Fix Copart high-res downloads, publish version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Etherington committed Oct 11, 2024
1 parent eb6aa4b commit a125371
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 25 deletions.
36 changes: 15 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,11 @@ <h1>Salvage Search v3</h1>
<ul>
<li>
<a
href="https://benetherington.com/salvage-search/releases/salvage_search-3.0.3-fx.xpi">
Firefox v3.0.3
href="https://benetherington.com/salvage-search/releases/salvage_search-3.1.2-fx.xpi">
Firefox v3.1.2
</a>
<ul>
<li>Adds support for Stat.vin.</li>
<li>
Bugfix: some IAAI listings would not trigger 360 popups.
</li>
<li>
Interior 360 now lets you drag outside the window while
panning.
</li>
<li>Updates Copart image downloading after they changed their API.</li>
</ul>
</li>
<!-- <li>
Expand All @@ -56,15 +49,15 @@ <h1>Salvage Search v3</h1>
href="https://chrome.google.com/webstore/detail/salvage-search/okbjgjdpehblohdlmocliddhkhpkikoh">
Chrome v3.1.1
</a>
</li>
<ul>
<li>
See release notes above. Chrome versions are submitted at
the same time as Firefox, but take longer to be approved.
The Chrome webstore may have a slightly older version, but
it will auto-update as needed.
<ul>
<li>
At the moment, Chrome plugins won't work due to a highly
disputed policy decision from Google. In the future, we'll
make updates to get Chrome plugins working again, but for
the moment, you're stuck with Firefox.
</li>
</ul>
</ul>
</li>
</ul>
<br /><br />

Expand Down Expand Up @@ -221,9 +214,10 @@ <h2>PLANNED FEATURES</h2>
<br /><br /><br /><br />
<hr />
<p>
<a href="https://www.github.com/benetherington/salvage-search"
>Source code and licensing</a
>
<a
href="https://www.github.com/benetherington/salvage-search">
Source code and licensing
</a>
</p>
</body>
</html>
4 changes: 2 additions & 2 deletions manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"description": "Searches salvage sites for a VIN and automates image downloads.",
"manifest_version": 2,
"name": "Salvage Search",
"version_name": "3.1.1",
"version": "3.1.1",
"version_name": "3.1.2",
"version": "3.1.2",
"homepage_url": "https://benetherington.com/salvage-search/",
"icons": {
"16": "icons/SS-16.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Searches salvage sites for a VIN and automates image downloads.",
"manifest_version": 2,
"name": "Salvage Search",
"version": "3.1.1",
"version": "3.1.2",
"homepage_url": "https://benetherington.com/salvage-search/",
"browser_specific_settings": {
"gecko": {
Expand Down
Binary file added releases/salvage_search-3.1.2-chrome.zip
Binary file not shown.
Binary file added releases/salvage_search-3.1.2-fx.xpi
Binary file not shown.
3 changes: 2 additions & 1 deletion src/panorama/composer.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
<div id="help-popup" class="fade-out">
<h3>Controls</h3>
<p>
<b>Rotate the camera:</b> <em>Click-and-drag</em>, or press the
<b>Rotate the camera:</b>
<em>Click-and-drag</em>, or press the
<em>arrow keys</em> to make big jumps. You can also hold
<em>Shift</em> to make smaller jumps.
</p>
Expand Down

0 comments on commit a125371

Please sign in to comment.