OpenSourcePulse
الذهاب إلى القناة على Telegram
إظهار المزيد
لم يتم تحديد البلدالفئة غير محددة
3 168
المشتركون
-524 ساعات
-677 أيام
-10530 أيام
أرشيف المشاركات
3 166
🚀 New Release Alert!
📦 Tailwind CSS
🏷 Category: CSS Framework
🔖 Version:
v4.2.3
📅 Released: 2026-04-20 20:46 UTC
📊 Assets: 8 files
📝 What's New:
### Fixed
- Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tighter → tracking-wider) (#19827)
- Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#19829)...
🔗 View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 React Native
🏷 Category: Mobile
🔖 Version:
0.85.2
📅 Released: 2026-04-20 17:22 UTC
📊 Assets: 5 files
📝 What's New:
---
Hermes dSYMS:
- Debug
- Release
Hermes V1 dSYMS:
- Debug
📥 Download Release3 166
🚀 New Release Alert!
📦 shadcn/ui
🏷 Category: UI Library
🔖 Version:
shadcn@4.3.1
📅 Released: 2026-04-20 08:19 UTC
📊 Assets: 0 files
📝 What's New:
### Patch Changes
- #10436 `b7cfc364aca36bc90f8efa86773bc81011502036` Thanks @shadcn! - Ensure init only runs template post-init hooks for newly created projects.
- #10179 `d00605c5fb5...
🔗 [View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 Bun
🏷 Category: Runtime
🔖 Version:
Bun v1.3.13
📅 Released: 2026-04-20 08:07 UTC
📊 Assets: 26 files
📝 What's New:
To install Bun v1.3.13
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun
Windows:
powershell -c "irm bun.sh/install.ps1|iex"
To upgrade to Bun v1.3.13:
bun upgrade
### Read Bun v1.3.13's release notes on Bun's blog
### Thanks to 8 contributors!
- @alii
📥 Download Release3 166
🚀 New Release Alert!
📦 Vite
🏷 Category: Build Tool
🔖 Version:
create-vite@9.0.5
📅 Released: 2026-04-20 04:25 UTC
📊 Assets: 0 files
📝 What's New:
Please refer to CHANGELOG.md for details.
🔗 View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b8851
📅 Released: 2026-04-19 23:26 UTC
📊 Assets: 26 files
📝 What's New:
<details open>
vendor : update cpp-httplib to 0.42.0 (#21781)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
- macOS Intel (x64...
🔗 [View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b8850
📅 Released: 2026-04-19 18:38 UTC
📊 Assets: 26 files
📝 What's New:
<details open>
CUDA: refactor mma data loading for AMD (#22051)
CUDA: refactor mma data loading for AMD
fix CDNA MMQ occupancy
fix CDNA3 mma
fix RDNA3 compile
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
📥 Download Release3 166
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b8849
📅 Released: 2026-04-19 15:31 UTC
📊 Assets: 26 files
📝 What's New:
<details open>
common/autoparser : allow space after tool call (#22073)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
- macOS ...
🔗 [View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b8843
📅 Released: 2026-04-19 11:33 UTC
📊 Assets: 26 files
📝 What's New:
<details open>
cmake: remove CMP0194 policy to restore MSVC builds (#21934)
#21630 added the CMP0194 NEW policy to silence a CMake warning, but on Windows runners it caused CMake to prefer the MinGW toolchain for ASM and broke MSVC builds.
Reverting only that policy block restores the previous working behavior. The CMake 4.1+ warning comes back, but that is cosmetic and does not break any pl...
🔗 View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 Exclave
🏷 Category: Community Suggested
🔖 Version:
0.17.34
📅 Released: 2026-04-19 08:59 UTC
📊 Assets: 4 files
📝 What's New:
Compared to 0.17.31-beta.1:
- Revert the polluted French translation.
- Update mieru to 3.31.0. This is a breaking change of the mieru protocol. Old versions of this app will not be able to connect to a server with the updated mieru protocol enforced.
- Fix TLS-based protocols unable to connect if SNI is not filled.
- Routing rule import and export include package name rules.
🔗 View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b8840
📅 Released: 2026-04-18 23:20 UTC
📊 Assets: 26 files
📝 What's New:
<details open>
server: Expose media_tag on /props endpoint. (#22028)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
- macOS I...
🔗 [View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b8839
📅 Released: 2026-04-18 20:21 UTC
📊 Assets: 26 files
📝 What's New:
<details open>
model : refactor bias tensor variable names (#22079)
refactor bias tensor variable names
use createtensorqkv for jina-bert-v2
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
📥 Download Release3 166
🚀 New Release Alert!
📦 Exclave
🏷 Category: Community Suggested
🔖 Version:
0.17.33
📅 Released: 2026-04-18 17:44 UTC
📊 Assets: 4 files
📝 What's New:
Compared to 0.17.31-beta.1:
- Revert the polluted French translation.
- Update mieru to 3.31.0. This is a breaking change of the mieru protocol. Old versions of this app will not be able to connect to a server with the updated mieru protocol enforced.
- Fix TLS-based protocols unable to connect if SNI is not filled.
🔗 View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 SNISPF
🏷 Category: Community Suggested
🔖 Version:
v1.9.0
📅 Released: 2026-04-18 12:59 UTC
📊 Assets: 14 files
📝 What's New:
## SNISPF v1.9.0
Pre-built artifacts for every supported platform are attached below.
Pick whichever is easiest for you — see release/README.md in the
repo for full instructions.
Standalone binaries (no Python needed — just download and run)
- snispf-linux-x86_64, snispf-linux-arm64
- snispf-darwin-x86_64, snispf-darwin-arm64
- snispf-windows-x86_64.exe
Portable bundles (...
🔗 View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 SlipNet
🏷 Category: Community Suggested
🔖 Version:
v2.5.2
📅 Released: 2026-04-18 11:31 UTC
📊 Assets: 8 files
📝 What's New:
## SlipNet v2.5.2 — Changelog
### New Tunnel: VLESS over CDN
- VLESS over WebSocket through any CDN IP (Cloudflare tested). Routes UUID + raw TCP payload through the CDN edge to your server.
- WebSocket is the only transport currently exposed in the UI — importing a VLESS URI with a non-WebSocket transport (tcp, grpc, kcp, etc.) surfaces a warning and is skipped.
- Reality URIs are ...
🔗 View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b8838
📅 Released: 2026-04-18 10:40 UTC
📊 Assets: 26 files
📝 What's New:
<details open>
android : libcommon -> libllama-common (#22076)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
- macOS Intel (x6...
🔗 [View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 Astro
🏷 Category: Frontend Framework
🔖 Version:
@astrojs/telemetry@3.3.1
📅 Released: 2026-04-18 10:02 UTC
📊 Assets: 0 files
📝 What's New:
### Patch Changes
- #16257 `e0b240e` Thanks @gameroman! - Removed debug dependency
🔗 View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 llama.cpp
🏷 Category: AI
🔖 Version:
b8836
📅 Released: 2026-04-18 08:59 UTC
📊 Assets: 26 files
📝 What's New:
<details open>
ci : free disk space for rocm release (#22012)
</details>
macOS/iOS:
- macOS Apple Silicon (arm64)
- macOS Apple Silicon (arm64, KleidiAI enabled)
- macOS Intel (x64...
🔗 [View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 claude-code
🏷 Category: Community Suggested
🔖 Version:
v2.1.114
📅 Released: 2026-04-18 01:34 UTC
📊 Assets: 0 files
📝 What's New:
## What's changed
- Fixed a crash in the permission dialog when an agent teams teammate requested tool permission
🔗 View on GitHub
📥 Download Release3 166
🚀 New Release Alert!
📦 claude-code
🏷 Category: Community Suggested
🔖 Version:
v2.1.113
📅 Released: 2026-04-17 19:34 UTC
📊 Assets: 0 files
📝 What's New:
## What's changed
- Changed the CLI to spawn a native Claude Code binary (via a per-platform optional dependency) instead of bundled JavaScript
- Added sandbox.network.deniedDomains setting to block specific domains even when a broader allowedDomains wildcard would otherwise permit them
- Fullscreen mode: Shift+↑/↓ now scrolls the viewport when extending a selection past the visible edge
-...
🔗 View on GitHub
📥 Download Release
متاح الآن! بحث تيليغرام 2025 — أهم رؤى العام 
