Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dariondong
/
APRSLocus
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Releases
v1.5.6
v1.5.6
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
No results found
github-actions
released this
30 Aug 11:12
·
53 commits
to main since this release
v1.5.6
db11f6c
[1.5.6] - 2026-08-30
🐛 修复
长时间运行后 UI 卡顿(键盘输入/键盘动画明显掉帧)
:APRS 运行越久、台站越多越卡,且停止收包后卡顿仍然存在。根因是每秒 tick 对全局 AppState 全量
_notify()
,导致 IndexedStack 内全部页面每秒重建并反复重算几百个台站数据,地图 Marker 每秒全量重建;收包越多、运行越久,GC 与主线程压力越大
🎨 优化
渲染与数据隔离
:地图可见台站列表 / Marker 缓存按台站数据版本隔离——台站没变化时每秒 tick 不再重建任何 Marker;台站位置/状态/符号真正变化时仍即时刷新
秒级刷新解耦
:每秒 tick 改为独立通知器,只刷新信标倒计时、收包速率等秒级 UI,不再重建整个页面树
台站页流式加载
:台站列表改为只订阅台站数据流(
stationsStream
),连接/消息/GPS/设置等无关变化不再触发整页重建
页面子树记忆化
:主页重建不再连带重建全部 5 个页面,键盘动画期间不再每帧全量重建
台站统计缓存
:在线/移动/静止计数按台站版本惰性计算,避免每次重建全量扫描
台站列表 key 抖动修复
:移除每 5 秒整行重播入场动画的问题,「X秒前」改为独立秒级刷新
地图标记渲染
:矢量 / 高德 JS 地图按台站版本复用 Marker,不再每秒把全部台站 JSON 全量推给 JS
You can’t perform that action at this time.