Releases: realcodestudio/Seismic-Stations-Viewer
Releases · realcodestudio/Seismic-Stations-Viewer
v4.2.2
2025/8/11!!!!!
v4.2.0 "stationTypeFilter" definition and input box related processing will cause the program to crash.
Please update to v4.2.2 or up. If you encounter any problems while using it, please submit an issue on GitHub.
Update contents:
- Fixed bugs in the previous version.
- Added automatically attempts to reconnect when WebSocket is unexpectedly closed.
v4.2.0
2025/8/11!!!!!
This version (v4.2.0) of the monitoring station has serious problems with its separate display function! Please upgrade to the latest version (v4.2.2 or higher)!
2025/8/11!!!!!
If you are using version v4.1.3, please consider upgrading to this version or later, as the "URL stations positioning" in v4.1.3 may prevent users deploying in a non-root directory (like https://abc.com/sb/) from accessing the website.
Update contents:
- Collapsible button.
- Removed the "URL station positioning" method for searching and locating stations.
- Support for saving UUIDs and their custom station names.
- Ability to modify the WebSocket API URL for receiving information in the settings panel.
- Dark mode will change the display colors of the measurement system.
v4.1.3
2025/8/10 !!!!!
If your project is deployed in a non-root directory (like https://abc.com/sb), URL stations positioning may cause access issues. Please upgrade to version v4.2.0 or up as soon as possible!!!!!
Seismic Station Viewer v4.1.3 Update Summary:
-
UI Enhancement of StationDetailModal
- Improved styling and layout for better user experience.
-
Wolfx GeoIP API Integration
- Automatically detects the user's location and sets the interface language based on the country code.
-
URL Routing System Added
/wave
: Enters seismic waveform mode./uuid
: Directly locates and displays a station by its UUID./uuid&names
: Locates the station by UUID and sets a custom display name./detail
: Opens the "Station Detail Information" panel.
Example:
https://ssv.bousai.cn/wave/abcd-efgh&Shimokitazawa-Tokyo/detail
This URL opens the waveform mode for the station with UUIDabcd-efgh
, sets the display name toShimokitazawa-Tokyo
, and automatically opens the station detail panel after loading.
v4.1.0
- Add support for SeisJS v25
v4.0.5
v4.0.4
v404
NOT FOUND (just kidding.
- Update translations for Chinese Taiwan.
- When a station is set to “Private” in SeisJS Web, the name of the station will be the last 6 characters of its UUID.
- When your station's data is not updated within 25 seconds, the stations card will be hidden.
- When all stations are not online, “No stations available to display” will be displayed.
- Fix someting.
v4.0.2
- Fix line-clamp
- Fix PGA decimal
v4.0.1
v3.5.1
Fix Decimal.
v3.5.0
Update deps.
Update locales.
Update formatLabel.
Update SeismicData interface.