Skip to content

Commit 567535e

Browse files
authored
Last upload before new release
1 parent dca62ff commit 567535e

5 files changed

Lines changed: 365 additions & 335 deletions

File tree

chrome app/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "DatPart server app.",
55
"manifest_version": 2,
66

7-
"version": "0.0.19",
8-
"version_name": "0.0.19 alpha (Debug)",
7+
"version": "0.0.20",
8+
"version_name": "0.0.20 alpha (Debug)",
99
"permissions": [ "browser", "webview", "*://*.dat_site/*", "*://*.torrent_site/*", "storage", "unlimitedStorage", "fileSystem",
1010
"system.network", "alarms", "power", {"fileSystem":["write","directory","retainEntries"]}],
1111
"optional_permissions": [ "notifications", "*://*/" ],

chrome app/server_app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="hero-unit">
1717
<h1 id="header">DatPart server <span id="version-number"></span></h1>
1818
<p>Serving Dat sites locally<br/><br/><a href="http://1c7639eedaf8f7533f92e7c34f5a6d2b43645347836ab5e9f2489e89d3b08306.dat_site/" target="_blank" class="button external-link">Test site: 1c7639eedaf8f7533f92e7c34f5a6d2b43645347836ab5e9f2489e89d3b08306</a><br/><br/>
19-
<details><summary class="button">Log</summary><br/><pre id="logger">Empty</pre></details>
19+
<details><summary class="button">Log</summary><br/><pre id="logger"></pre></details>
2020
<br/><br/>This requires <a href="https://chrome.google.com/webstore/detail/datpart-extension/hnblaajbillhajijlbaepnjglfgepdgm" target="_blank" class="external-link">the Chrome Extension</a> to work. If you don't have it, <a href="https://chrome.google.com/webstore/detail/datpart-extension/hnblaajbillhajijlbaepnjglfgepdgm" target="_blank" class="external-link">get the Chrome Extension here</a>.
2121
</p>
2222
<footer>

0 commit comments

Comments
 (0)