• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OpenTweenのfork


Commit MetaInfo

修订版84f852000d1fa761dbd18be245de47200da9aac9 (tree)
时间2012-02-18 23:20:01
作者kiri_feather <kiri_feather@user...>
CommiterKimura Youichi

Log Message

1090リリース

更改概述

差异

--- a/Tween/My Project/AssemblyInfo.vb
+++ b/Tween/My Project/AssemblyInfo.vb
@@ -55,5 +55,5 @@ Imports System.Runtime.InteropServices
5555 ' <Assembly: AssemblyVersion("1.0.*")>
5656
5757 <Assembly: AssemblyVersion("0.1.0.0")>
58-<Assembly: AssemblyFileVersion("1.0.8.0")>
58+<Assembly: AssemblyFileVersion("1.0.9.0")>
5959
--- a/Tween/MyCommon.vb
+++ b/Tween/MyCommon.vb
@@ -159,7 +159,6 @@ Public Module MyCommon
159159 Public Enum ACCOUNT_STATE
160160 Valid
161161 Invalid
162- Validating
163162 End Enum
164163
165164 Public Enum REPLY_ICONSTATE
--- a/Tween/Resources/ChangeLog.txt
+++ b/Tween/Resources/ChangeLog.txt
@@ -1,5 +1,9 @@
11 更新履歴
22
3+==== Ver 1.0.9.0(2011/9/29)
4+ * FIX: アカウントの再認証時に、認証後情報が反映されないバグ修正
5+ * FIX: t.coと他の短縮URLが混ざると、URLが展開されないバグ修正
6+ * FIX: タブの右クリックで対象タブを判断できないバグ修正
37 ==== Ver 1.0.8.0(2011/9/28)
48 * NEW: タブのドラッグ&ドロップを禁止するオプション追加
59 * CHG: URLコピーで、可能なら展開したURLをコピーするよう変更
--- a/Tween/Twitter.vb
+++ b/Tween/Twitter.vb
@@ -3656,7 +3656,7 @@ Public Class Twitter
36563656 Do
36573657 Try
36583658 If Not MyCommon.IsNetworkAvailable() Then
3659- Thread.Sleep(30 * 1000)
3659+ sleepSec = 30
36603660 Continue Do
36613661 End If
36623662