Skip to content
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

Closed
wants to merge 562 commits into from
Closed

v380 #1

wants to merge 562 commits into from

Conversation

upsilon
Copy link
Owner

@upsilon upsilon commented May 7, 2024

No description provided.

upsilon and others added 30 commits November 27, 2022 04:01
従来はサテライトアセンブリを生成する際に 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スレッドのみにする
ビルド時にResXcueTaskに関する設定が適用されない問題を修正
6921345 での変更を反映
GitHub Actionsでテスト失敗時の終了コードがジョブの成否に反映されない問題を修正
画像をクリップボードにコピー
d2422c2 での変更を反映
twitter / twemoji のCDNを変更
Promoted Tweetのソート順をAPIレスポンスの順序に合わせる
原因不明だが SearchTimeline のレスポンスで起こることがある
APIレスポンスにerrorsとdataの両方を含む場合はエラーを無視する
Fixes: 96817b4 ("graphqlエンドポイントを使用した検索タイムラインの取得に対応")
検索タイムラインで誤って公式RTが除外される不具合を修正
graphqlエンドポイントを使用したユーザータイムラインの取得に対応
Cookieを使用してAPI v1.1のユーザータイムラインにアクセスする際に必要だった制限を削除
起動直後にタイムラインの取得が重複して行われる不具合を修正
凍結されたユーザーのプロフィール情報取得時のエラー表示に対応
Roslyn 4.8.0 (?) から *.pdb ファイルの SourceLink にローカルのファイルパスと
GitHub の URL が埋め込まれるようになり、ビルドの再現性が失われる問題が起きていた
DeterministicSourcePathsオプションを有効化
CIでのビルド時に *.pdb の生成を無効化する
Fixes: 3b20d4c ("graphqlエンドポイントを使用したユーザータイムラインの取得に対応")
ユーザータイムラインにリプライが含まれない不具合を修正
@upsilon upsilon closed this May 7, 2024
@upsilon upsilon deleted the v380 branch May 7, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants