forked from opentween/OpenTween
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v380 #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reproducible build の不具合を修正
従来はサテライトアセンブリを生成する際に deterministic オプションを有効にする ために build-satelite-assembly.ps1 で独自に csc.exe を呼び出していたが、 csproj の設定で GenerateSatelliteAssembliesForCore を有効にすることで同等の 効果を得ることができたためこれに置き換えた https://learn.microsoft.com/en-us/dotnet/core/extensions/create-satellite-assemblies#compile-satellite-assemblies
生成されるソースコードに含まれるコメントがロケール設定に依存して変化してしまい Reproducible build の妨げとなる問題があるため、回避策が見つかるまで無効化する。
OpenTween.csproj を新しい形式にする
WM_PAINT 内で Mutex を使用することによる問題を回避するため、ImageCache を UI スレッド以外から操作しないことで Mutex が不要な設計に変更する。
ImageCacheに対する操作元をUIスレッドのみにする
Fixes: f9a2005 ("OpenTween.csprojを新しい形式に")
ビルド時にResXcueTaskに関する設定が適用されない問題を修正
6921345 での変更を反映
GitHub Actionsでテスト失敗時の終了コードがジョブの成否に反映されない問題を修正
画像をクリップボードにコピー
d2422c2 での変更を反映
twitter / twemoji のCDNを変更
Promoted Tweetのソート順をAPIレスポンスの順序に合わせる
原因不明だが SearchTimeline のレスポンスで起こることがある
APIレスポンスにerrorsとdataの両方を含む場合はエラーを無視する
PostIdのソート順の仕様を変更
Fixes: 96817b4 ("graphqlエンドポイントを使用した検索タイムラインの取得に対応")
検索タイムラインで誤って公式RTが除外される不具合を修正
graphqlエンドポイントを使用したユーザータイムラインの取得に対応
Cookieを使用してAPI v1.1のユーザータイムラインにアクセスする際に必要だった制限を削除
起動直後にタイムラインの取得が重複して行われる不具合を修正
凍結されたユーザーのプロフィール情報取得時のエラー表示に対応
Roslyn 4.8.0 (?) から *.pdb ファイルの SourceLink にローカルのファイルパスと GitHub の URL が埋め込まれるようになり、ビルドの再現性が失われる問題が起きていた
DeterministicSourcePathsオプションを有効化
CIでのビルド時に *.pdb の生成を無効化する
Fixes: 3b20d4c ("graphqlエンドポイントを使用したユーザータイムラインの取得に対応")
ユーザータイムラインにリプライが含まれない不具合を修正
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.