From: Kimura Youichi Date: Tue, 10 Jan 2023 21:00:25 +0000 (+0900) Subject: OpenTween v3.0.0 リリース X-Git-Tag: OpenTween_v3.0.0^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=132d8ebfb209c92bb0df19aa8ec82bbdc570b4bb;p=opentween%2Fopen-tween.git OpenTween v3.0.0 リリース --- diff --git a/OpenTween/Properties/AssemblyInfo.cs b/OpenTween/Properties/AssemblyInfo.cs index 4a0bdf0c..ef99c7bb 100644 --- a/OpenTween/Properties/AssemblyInfo.cs +++ b/OpenTween/Properties/AssemblyInfo.cs @@ -22,7 +22,7 @@ using System.Runtime.InteropServices; // 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です [assembly: Guid("2d0ae0ba-adac-49a2-9b10-26fd69e695bf")] -[assembly: AssemblyVersion("2.8.0.1")] +[assembly: AssemblyVersion("3.0.0.0")] [assembly: InternalsVisibleTo("OpenTween.Tests")] [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] // for Moq diff --git a/OpenTween/Properties/Resources.Designer.cs b/OpenTween/Properties/Resources.Designer.cs index 516cc89d..ffc25745 100644 --- a/OpenTween/Properties/Resources.Designer.cs +++ b/OpenTween/Properties/Resources.Designer.cs @@ -571,21 +571,18 @@ namespace OpenTween.Properties { /// /// 更新履歴 /// - ///==== Unreleased + ///==== Ver 3.0.0(2023/01/11) + /// * OpenTween v3.0.0 からは .NET Framework 4.8 以上が必須になります + /// - .NET Framework 4.8 ランタイムは https://dotnet.microsoft.com/ja-jp/download/dotnet-framework/net48 から入手できます + /// - Windows 10 21H1 以降には標準で .NET Framework 4.8 が含まれているため追加のインストールは不要です + /// * このバージョン以降の OpenTween では Windows 8.1 以下向けの対応は行いません + /// + /// * CHG: ターゲットフレームワークを .NET Framework 4.8 に変更 /// ///==== Ver 2.8.0(2023/01/11) /// * NEW: サムネイル画像のコンテキストメニューに「画像をコピー」を追加 (thx @kzlogos!) /// * NEW: Segoe UI Emoji によるカラー絵文字の描画に対応(発言詳細欄のみ) - /// * CHG: Twemojiの画像の取得元をMaxCDNからCloudflareに移行 (thx @sou_niyari!) - /// - ///==== Ver 2.7.1(2022/09/03) - /// * FIX: 発言一覧の選択位置を移動した際にデッドロックが発生する場合がある不具合を修正 (thx @Kazuki_Ashiya!) - /// * FIX: 発言本文の翻訳時に発生したエラーが適切に処理されない不具合を修正 - /// - ///==== Ver 2.7.0(2022/07/30) - /// * NEW: 発言詳細部の日時ラベルをクリックするとWebブラウザを起動してツイートを表示する機能を追加 - /// * NEW: 設定画面に「Twitter API v2 の使用を有効にする」のチェックボックスを追加 - /// - デフ [残りの文字列は切り詰められました]"; に類似しているローカライズされた文字列を検索します。 + /// * CH [残りの文字列は切り詰められました]"; に類似しているローカライズされた文字列を検索します。 /// internal static string ChangeLog { get { diff --git a/OpenTween/Resources/ChangeLog.txt b/OpenTween/Resources/ChangeLog.txt index 78af32ba..83ce725f 100644 --- a/OpenTween/Resources/ChangeLog.txt +++ b/OpenTween/Resources/ChangeLog.txt @@ -1,6 +1,6 @@ 更新履歴 -==== Unreleased +==== Ver 3.0.0(2023/01/11) * OpenTween v3.0.0 からは .NET Framework 4.8 以上が必須になります - .NET Framework 4.8 ランタイムは https://dotnet.microsoft.com/ja-jp/download/dotnet-framework/net48 から入手できます - Windows 10 21H1 以降には標準で .NET Framework 4.8 が含まれているため追加のインストールは不要です