TheDesk Usamin (18.6.2)
This commit is contained in:
parent
03fded672e
commit
2dff9f9b17
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thedesk",
|
||||
"version": "18.6.1",
|
||||
"version": "18.6.2",
|
||||
"description": "TheDesk is a Mastodon client for PC.",
|
||||
"repository": "https://github.com/cutls/TheDesk",
|
||||
"main": "main.js",
|
||||
|
|
|
@ -677,11 +677,15 @@
|
|||
<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-1" class="release-do" style="display:none; ">
|
||||
<div id="release-Usamin_18-6-2" 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.2)</h5>
|
||||
・TLを下に読めない不具合の修正<br>
|
||||
・アップデータに関するバグの修正<br>
|
||||
・削除して再投稿をするとき、文字入力ができなくなる不具合の修正<br>
|
||||
<h5>Release Note Usamin (18.6.1)</h5>
|
||||
・リプライができない不具合を修正<br>
|
||||
・ワードフィルター/強調の適用がおかしい不具合<br>
|
||||
|
|
|
@ -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.1)"
|
||||
ver = "Usamin (18.6.2)"
|
||||
}
|
||||
console.log("Constructing view files " + ver + ": make sure to update package.json")
|
||||
const langs = ["ja", "en", "ps"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user