TheDesk Usamin (18.6.3)

This commit is contained in:
Cutls
2019-06-23 10:57:56 +09:00
parent 59d5aa4515
commit 3d0382d279
8 changed files with 45 additions and 33 deletions

View File

@@ -677,11 +677,13 @@
<a href="https://thedesk.top" target="_blank">HP</a><br>
<a href="https://github.com/cutls/TheDesk" target="_blank">GitHub</a><br>
<br>
<div id="release-Usamin_18-6-2" class="release-do" style="display:none; ">
<div id="release-Usamin_18-6-3" class="release-do" style="display:none; ">
<a href="https://code.cutls.com/thedesk-log/" target="_blank">開発の経緯</a><br>
<a href="https://ja.mstdn.wiki/TheDesk" target="_blank">機能一覧</a><br>
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。<br>
困ったときは、<a href="https://docs.thedesk.top">TheDesk Docs</a>をご覧ください。
<h5>Release Note Usamin (18.6.3)</h5>
・タイムラインが表示できないバグを修正<br>
<h5>Release Note Usamin (18.6.2)</h5>
・Mastodon/Misskeyの音声ファイル添付に対応<br>
・TLを下に読めない不具合の修正<br>

View File

@@ -2,7 +2,7 @@ const fs = require("fs")
const readlineSync = require('readline-sync');
let ver = readlineSync.question('version string (empty: default string)? ');
if (!ver) {
ver = "Usamin (18.6.2)"
ver = "Usamin (18.6.3)"
}
console.log("Constructing view files " + ver + ": make sure to update package.json")
const langs = ["ja", "en", "ps"]