Skip to content

Commit 3fafc6b

Browse files
authored
Merge pull request #549 from Tatsukiyoshi/update/537-environment-for-re-skilling-202508-1st-week
Update: Environment for Re-Skilling @2025/08 1st Week
2 parents 5869af3 + 0a2958e commit 3fafc6b

28 files changed

+201
-165
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sidebar:
1414
```
1515
毎週日曜日に更新
1616
```
17-
[最新ダイジェスト(2025/7/27~2025/8/2](/digest/2025/July/4th) / [一覧](/digest/list)
17+
[最新ダイジェスト(2025/8/3~2025/8/9](/digest/2025/August/1st) / [一覧](/digest/list)
1818

1919
## プログラミング言語 <a id="ProgrammingLanguage"></a>
2020
```
@@ -23,9 +23,9 @@ sidebar:
2323

2424
Language |Updated |Detail
2525
---------------------------------|----------|--------
26-
[.NET](/knowhow/NET) |2025/08/02|Update: Visual Studio 2022 17.14.10 Preview 1.0 / Visual Studio 2022 17.14.10
26+
[.NET](/knowhow/NET) |2025/08/09|Update: Visual Studio 2022 17.14.11
2727
[Rust](/knowhow/Rust) |2025/07/26|Update: Rust 1.88 / Tauri 2.7.0 on Chrome OS Flex
28-
[Kotlin](/knowhow/Kotlin) |2025/07/29|Update: IntelliJ IDEA 2025.2 RC
28+
[Kotlin](/knowhow/Kotlin) |2025/08/08|Update: Android Studio Narwhal 2025.1.3 Canary 4
2929
[Java](/knowhow/Java) |2025/03/21|Setup: Pleiades 2025-03
3030
[Flutter](/knowhow/Flutter) |2025/05/25|Update: Flutter 3.32.0
3131
[TypeScript](/knowhow/TypeScript)|2025/08/01|Update: React Native 0.80.2
@@ -71,7 +71,7 @@ OS |Hardware |Language
7171
[Windows](#Windows) |Mini-S12 |.NET / Rust / TypeScript
7272
[Windows on Arm](#WindowsArm) |OmniBook X |
7373
[Windows Insider](#WindowsInsider) |OmniBook Ultra Flip |.NET / Rust / Kotlin / Java / Flutter / TypeScript
74-
[Mac OS](#Mac) |MacBook Air |Rust / Flutter
74+
[macOS](#Mac) |MacBook Air |Rust / Flutter
7575
[Chrome OS Flex](#ChromeOSFlex) |IdeaPad |Rust / Flutter / Python / Go / PHP
7676
[Ubuntu Desktop](#UbuntuDesktop) |TransBook |Carbon
7777

@@ -104,32 +104,32 @@ OS |Hardware |Language
104104

105105
- [Windows Insider](https://blogs.windows.com/windows-insider/)<a id="WindowsInsider"></a> ([履歴](/history/Windows))
106106
- [Dev Channel for Windows 11 25H2 (Build 26200 / Next of Windows 11 24H2)](https://aka.ms/DevLatest)
107-
- Build 26200.5733 (Cumulative Update) <span style="color: red;">*<<2025/08/02 updated from Build 26200.5722 >>*</span>
108-
![Cumulative Update](/images/Windows/20250802_WindowsUpdate_DevChannel.png)
107+
- Build 26200.5742 (Cumulative Update) <span style="color: red;">*<<2025/08/09 updated from Build 26200.5733 >>*</span>
108+
![Cumulative Update](/images/Windows/20250809_WindowsUpdate_DevChannel.png)
109109
- ウォーターマーク(右下のバージョン情報:今後復活予定)の代わりに「システム > バージョン情報」で確認
110-
![Version Information](/images/Windows/20250802_Windows11_Build26200.png)
110+
![Version Information](/images/Windows/20250809_Windows11_Build26200.png)
111111
- Updated to Windows Insider Dev Channel
112112
- Windows 11 24H2 <span style="color: red;">*<<2024/11/14 setup>>*</span>
113113
![Version Information](/images/Windows/20241114_OmniBookUF_WindowsVersion.png)
114114
- [Canary Channel](https://aka.ms/CanaryLatest)
115115
- [Dev Channelへの変更](https://mitomoha.hatenablog.com/entry/2023/08/11/010623)
116116

117117
- [WSL2](https://learn.microsoft.com/ja-jp/windows/wsl/install) ([履歴](/history/Wsl))
118-
- [WSL 2.6.0.0](https://github.com/microsoft/WSL) <span style="color: red;">*<<2025/06/21 auto updated from 2.5.9.0>>*</span>
118+
- [WSL 2.6.1.0](https://github.com/microsoft/WSL) <span style="color: red;">*<<2025/08/08 auto updated from 2.6.0.0>>*</span>
119119

120120
<details>
121121
<summary>
122122
カーネルバージョン: 6.6.87.2-1
123123
</summary>
124124

125125
```
126-
WSL バージョン: 2.6.0.0
126+
WSL バージョン: 2.6.1.0
127127
カーネル バージョン: 6.6.87.2-1
128128
WSLg バージョン: 1.0.66
129-
MSRDC バージョン: 1.2.6228
129+
MSRDC バージョン: 1.2.6353
130130
Direct3D バージョン: 1.611.1-81528511
131131
DXCore バージョン: 10.0.26100.1-240331-1435.ge-release
132-
Windows バージョン: 10.0.26200.5661
132+
Windows バージョン: 10.0.26200.5742
133133
```
134134
135135
</details>
@@ -211,7 +211,7 @@ OS |Hardware |Language
211211
- [Ubuntu Upgrade to 24.04 Noble Numbat: A step by step howto guide](https://linuxconfig.org/ubuntu-upgrade-to-24-04-noble-numbat-a-step-by-step-howto-guide)
212212
- [【WSL2】Ubuntu 20.04.4 LTS を 22.04 LTS へアップグレードした](https://zenn.dev/ryuu/articles/upgrade-ubuntu2204-wsl)
213213
214-
- [Mac OS](https://www.apple.com/jp/macos/)<a id="Mac"></a> ([履歴](/history/Mac))
214+
- [macOS](https://www.apple.com/jp/macos/)<a id="Mac"></a> ([履歴](/history/Mac))
215215
- [Sequoia 15.6](https://www.apple.com/jp/macos/macos-sequoia/)
216216
<span style="color: red;">*<<2025/07/30 updated from Sequoia 15.5>>*</span>
217217
- ソフトウェアアップデート
@@ -250,10 +250,10 @@ OS |Hardware |Language
250250
```
251251
252252
- [Chrome OS Flex](https://chromereleases.googleblog.com/search/label/ChromeOS%20Flex)<a id="ChromeOSFlex"></a> ([履歴](/history/Chrome))
253-
- バージョン 138.0.7204.178 <span style="color: red;">*<<2025/08/01 updated from 137.0.7151.163>>*</span>
254-
![Chrome OS Flexバージョン情報](/images/Chrome/20250801_Chrome_OS_Flex_138.0.7204.178.png)
253+
- バージョン 138.0.7204.221 <span style="color: red;">*<<2025/08/09 updated from 137.0.7151.178>>*</span>
254+
![Chrome OS Flexバージョン情報](/images/Chrome/20250809_Chrome_OS_Flex_138.0.7204.221.png)
255255
- 更新中
256-
![Updating](/images/Chrome/20250801_Chrome_OS_Flex_Updating138.0.7204.178.png)
256+
![Updating](/images/Chrome/20250809_Chrome_OS_Flex_Updating138.0.7204.221.png)
257257
<details>
258258
<summary>
259259
ディストリビューション・バージョン情報
@@ -398,7 +398,7 @@ OS |Hardware |Language
398398
OS/言語を問わず利用するツールの情報
399399
```
400400
**共通**
401-
- [Visual Studio Code June 2025 Recovery 3(1.102.3)](https://code.visualstudio.com/) <span style="color: red;">*<<2025/07/30 updated from 1.102.2>>*</span>
401+
- [Visual Studio Code July 2025(1.103)](https://code.visualstudio.com/) <span style="color: red;">*<<2025/08/08 updated from 1.102.3>>*</span>
402402
- [以前の新機能](/history/VSCode)
403403
- 開発環境は、Visual Studio Codeを中心に使っている。
404404
- インストールしている拡張機能の一覧は、[VSCode拡張機能](/knowhow/sub/vscodeExtensions)にまとめている。<BR />
@@ -409,7 +409,7 @@ OS/言語を問わず利用するツールの情報
409409
```
410410
git update-git-for-windows
411411
```
412-
- Mac OS
412+
- macOS
413413
- Git 2.50.0 <span style="color: red;">*<<2025/06/21 updated from 2.49.0>>*</span>
414414
- Macでの更新
415415
```
@@ -698,7 +698,7 @@ OS/言語を問わず利用するツールの情報
698698
- 3.4.0 -> 3.4.5 OK
699699
- 3.4.2 -> 3.4.5 NG
700700
701-
**Mac**
701+
**macOS**
702702
- [Xcode 16.4](https://developer.apple.com/jp/xcode/) <span style="color: red;">*<<2025/05/31 Updated from 16.3>>*</span>
703703
![iOS 18.5 Simulator](/images/Mac/20250531_Download_iOS18.5_Simulator.png)
704704
- [Xcode 26 Beta 4](https://developer.apple.com/jp/xcode/) <span style="color: red;">*<<2025/07/26 Updated from 26 Beta 3>>*</span>

digest/2025/August/1st.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: 2025年8月第1週
3+
layout: single
4+
classes: wide
5+
sidebar:
6+
nav: main
7+
---
8+
2025年8月第1週(2025/8/3~2025/8/9)に[リスキリング(プログラミング)](https://tatsukiyoshi.github.io/)として取り組んだことをまとめました。
9+
10+
# Topic
11+
- JetBrains社のIDEが続々正式版(2025.2)をリリース
12+
- 入力時に候補から選択したり、入力により選択肢を絞り込んだりできるテキストフィールドを実装
13+
- [Jules](https://jules.google.com/task)を活用することで、久しく解消できなかったAndroidアプリの障害を解消 <BR />
14+
現在、Android Canaryで動作できるよう、改修中
15+
16+
詳細は、[GitHub](https://tatsukiyoshi.github.io/)を参照ください
17+
---
18+
# 【8/7】
19+
- **<.NET>** [Visual Studio Community 2022 Previewを17.14.11 Preview 1.0に更新](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-preview)
20+
- 最新の .NET 9が9.0.8に、最新のLTSである.NET 8が8.0.19に
21+
22+
- **<Kotlin>** [IntelliJ IDEA 2025.2に更新](https://www.jetbrains.com/ja-jp/idea/)
23+
- 再三のEAPを経て、公開された正式版に更新 次のEAPに備える
24+
25+
- **<TypeScript>** [リスト選択や貼り付けが可能なテキストフィールドをコンポーネント化](https://auto-complete-input-field.vercel.app/)
26+
- 入力時に候補から選択したり、入力により選択肢を絞り込んだりできるテキストフィールド
27+
28+
# 【8/8】
29+
- **<OS>** [WSLが2.6.1.0に自動更新](https://github.com/microsoft/WSL)
30+
31+
- **<開発ツール>** [Visual Studio CodeをJuly 2025(1.103)に更新](https://code.visualstudio.com/)
32+
33+
- **<Kotlin>** [Android StudioをNarwhal 2025.1.3 Canary 4に更新](https://developer.android.com/studio)
34+
35+
# 【8/9】
36+
- **<OS>** [Windows 11 Insider Preview (Dev Channel) Build 26200.5742 が配信されたので、アップデート](https://aka.ms/DevLatest)
37+
- スタートメニューから連携しているスマートフォンにアクセス可能
38+
39+
- **<OS>** [Chrome OS FlexをM-138系(138.0.7204.221)にアップデート](https://chromereleases.googleblog.com/search/label/ChromeOS%20Flex)
40+
41+
- **<.NET>** [Visual Studio Community 2022を17.14.11に更新](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes)

digest/2025/July/2nd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Windows、Chrome OS Flex、Visual Studio、Visual Studio Codeの更新+αと
1414
詳細は、[GitHub](https://tatsukiyoshi.github.io/)を参照ください
1515
---
1616
# 【7/13】
17-
- **<Rust>** [Mac OSのRustを1.88に更新](https://www.rust-lang.org/)
17+
- **<Rust>** [macOSのRustを1.88に更新](https://www.rust-lang.org/)
1818

1919
# 【7/14】
2020
- **<Database>** [SQL Server Management Studioを21.4.8に更新](https://learn.microsoft.com/ja-jp/sql/ssms/ssms-21/release-notes-21?view=sql-server-ver16)

digest/2025/July/3rd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Tauri 2.7.0をはじめ、OSやFrameworkの更新を検証
2020

2121
# 【7/21】
2222
- **<Rust>** [Tauriを2.7.0に更新](https://tauri.app/)
23-
- Windows/Ubuntu on WSL2/Android 16/Mac OS/iOS 18.5/iOS 26 Beta3を対象に検証
23+
- Windows/Ubuntu on WSL2/Android 16/macOS/iOS 18.5/iOS 26 Beta3を対象に検証
2424

2525
- **<Kotlin>** [Android Studio Narwhalを2025.1.2 Canary 9に更新](https://developer.android.com/studio/)
2626

@@ -42,7 +42,7 @@ Tauri 2.7.0をはじめ、OSやFrameworkの更新を検証
4242
- **<Kotlin>** [IntelliJ IDEAを2025.2 Betaに更新](https://www.jetbrains.com/idea)
4343

4444
- **<TypeScript>** [React Nativeを0.80.2に更新](https://reactnative.dev/)
45-
- Mac OS/iOS 26 Beta4を対象に検証
45+
- macOS/iOS 26 Beta4を対象に検証
4646

4747
- **<TypeScript>** [DenoでWebUIにトライ](https://github.com/webui-dev/deno-webui)
4848
- 同時に、Denoを2.4.2に更新

digest/2025/July/4th.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sidebar:
4444
- **<OS>** [Chrome OS FlexをM-138系(138.0.7204.178)にアップデート](https://chromereleases.googleblog.com/search/label/ChromeOS%20Flex)
4545

4646
- **<TypeScript>** [React Nativeを0.80.2に更新](https://reactnative.dev/)
47-
- 先行して、Mac OSでiOSシミュレータで検証したため、Windowsでも検証
47+
- 先行して、macOSでiOSシミュレータで検証したため、Windowsでも検証
4848
- react-native-screens 4.13.1では動作せず、4.12.0にバージョンダウン
4949

5050
# 【8/2】

digest/2025/June/4th.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Windows 11 25H2に向けた Insider Preview(Dev Channel)が短いスパンで2
2323

2424
# 【6/26】
2525
- **<Rust>** [Tauriを2.6.0に更新](https://tauri.studio/)
26-
- [Rust 1.87への更新](https://www.rust-lang.org/)とあわせ、Windows、Mac、iOS、Android、Chrome OS Flexへ順次展開する
26+
- [Rust 1.87への更新](https://www.rust-lang.org/)とあわせ、Windows、macOS、iOS、Android、Chrome OS Flexへ順次展開する
2727
- 展開中、リリースされた 2.6.1 / 2.6.2へ追随
2828
- 開発環境および実行環境についても、Bun 1.2.17 / Vite 7.0.0 と最新化
2929

digest/2025/June/5th.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sidebar:
1414
詳細は、[GitHub](https://tatsukiyoshi.github.io/)を参照ください
1515
---
1616
# 【6/29】
17-
- **<TypeScript>** Mac OS[React Native 0.80.0](https://reactnative.dev/)を動作再検証
17+
- **<TypeScript>** macOS[React Native 0.80.0](https://reactnative.dev/)を動作再検証
1818

1919
# 【6/30】
2020
- **<OS>** Ubuntu Desktop 25.04にKDE Plasmaを導入するも、VS Codeが起動できず、継続利用を断念

digest/2025/May/2nd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sidebar:
3131
- Mongoshをインストールし、格納形式を8.0に変更することで起動できた
3232

3333
# 【5/16】
34-
- **<OS>** [Mac OS Sequioa 15.5にアップデート](https://www.apple.com/jp/macos/macos-sequoia/)
34+
- **<OS>** [macOS Sequioa 15.5にアップデート](https://www.apple.com/jp/macos/macos-sequoia/)
3535

3636
- **<開発ツール>** [Visual Studio Code 1.100.2に更新](https://code.visualstudio.com/)
3737

digest/list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
nav: main
66
---
77
- 2025年
8+
- 8月
9+
- 第1週(2025/8/3~2025/8/9)<[GitHub](2025/August/1st) | Zenn>
810
- 7月
911
- 第4週(2025/7/27~2025/8/2)<[GitHub](2025/July/4th) | Zenn>
1012
- 第3週(2025/7/20~2025/7/26)<[GitHub](2025/July/3rd) | Zenn>

history/Chrome.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ layout: single
44
sidebar:
55
nav: main
66
---
7+
- バージョン 138.0.7204.221 <span style="color: red;">*<<2025/08/09 updated from 137.0.7151.178>>*</span>
8+
![Chrome OS Flexバージョン情報](/images/Chrome/20250809_Chrome_OS_Flex_138.0.7204.221.png)
9+
- 更新中
10+
![Updating](/images/Chrome/20250809_Chrome_OS_Flex_Updating138.0.7204.221.png)
11+
- バージョン 138.0.7204.178 <span style="color: red;">*<<2025/08/01 updated from 137.0.7151.163>>*</span>
12+
![Chrome OS Flexバージョン情報](/images/Chrome/20250801_Chrome_OS_Flex_138.0.7204.178.png)
13+
- 更新中
14+
![Updating](/images/Chrome/20250801_Chrome_OS_Flex_Updating138.0.7204.178.png)
715
- バージョン 138.0.7204.163 <span style="color: red;">*<<2025/07/26 updated from 137.0.7151.137>>*</span>
816
![Chrome OS Flexバージョン情報](/images/Chrome/20250726_Chrome_OS_Flex_138.0.7204.163.png)
917
- 更新中

0 commit comments

Comments
 (0)