5 Commits

Author SHA1 Message Date
Leo
b477e9c8c9 Update Dependencies 2023-08-23 15:54:07 +00:00
Leo
1ad87324d2 Add RTL Language Support 2023-08-23 15:49:18 +00:00
Leo
418cb0c6b7 Update Dependencies 2023-04-17 18:46:52 +00:00
Leo
2d908ecf02 Revert to WebTorrent 1.x 2023-03-13 18:05:49 +00:00
Leo
a1296b456d Bump Version 2023-01-14 16:16:05 +00:00
4 changed files with 3404 additions and 1648 deletions

File diff suppressed because one or more lines are too long

70
bin/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -124,7 +124,7 @@
</div> </div>
</div> </div>
<div class="content"> <div class="content">
<input id="name" type="text" placeholder="Unnamed" /> <input id="name" type="text" placeholder="Unnamed" dir="auto" />
</div> </div>
</div> </div>
@@ -151,7 +151,7 @@
</div> </div>
</div> </div>
<div class="content"> <div class="content">
<input id="comment" type="text" placeholder="Not included in the URL/File provided" /> <input id="comment" type="text" placeholder="Not included in the URL/File provided" dir="auto" />
</div> </div>
</div> </div>
@@ -216,7 +216,7 @@
</div> </div>
<footer> <footer>
<a href="https://github.com/leoherzog/TorrentParts/releases" target="_blank" rel="noopener">v1.2</a> <a href="https://github.com/leoherzog/TorrentParts/releases" target="_blank" rel="noopener">v1.2.1</a>
</footer> </footer>
<script src="/bin/bundle.min.js"></script> <script src="/bin/bundle.min.js"></script>

View File

@@ -1,6 +1,6 @@
{ {
"name": "torrentparts", "name": "torrentparts",
"version": "1.2", "version": "1.2.1",
"description": "📑 A website to inspect and edit Torrent files and Magnet URLs", "description": "📑 A website to inspect and edit Torrent files and Magnet URLs",
"main": "bin/bundle.js", "main": "bin/bundle.js",
"dependencies": { "dependencies": {