Releases: Stefal/rtkbase
Releases · Stefal/rtkbase
Release 2.6.2
Release 2.6.1
Changelog
[2.6.1] - 2024-08-26
Changed
- More tests before installing prebuilt RTKLib cli tools.
Fixed
Release 2.6.0
Changelog
[2.6.0] - 2024-07-05
Added
- Septentrio Mosaic-X5 detection and configuration
- Reverse proxy server with Rtkbase authentication, for Mosaic-X5 web interface
- Added description below form input. #381
- New optional service, rtkbase_raw2nmea.service, to get date and time with a gnss receiver unknown to gpsd. (CLI only) #394
Changed
- RTKLib upgraded to release b34j from rtklibexplorer.
- Switch server from eventlet to gevent + Gunicorn server.
Deprecated
- Operating systems older than Debian 11 / Ubuntu 22.04 can't update RTKBase anymore.
- Python release < 3.8 deprecated
Removed
- Eventlet python module is not needed anymore.
Fixed
- Remove Sbas rtcm message (1107) after F9P configuration. #391
- Tooltips buttons were a link to top page. #387
- Fix armbian ramlog bug with log older than 1 day. Stefal/build#16
- Archive service will compress .sbf files too.
- Fix duplicates in .sbf to rinex conversion : rtklibexplorer/RTKLIB#186
- Various fixes : #374
Security
- Update various python modules.
Release 2.5.0
Changelog
[2.5.0] - 2024-01-30
Added
- udev rules to create ttyGNSS port for usb connected F9P.
- Added UART connected F9P detection and configuration.
- Some scripts for using a base with a 4G Simcom A76XX modem. (Beta).
- Rules to manage rtkbase services without sudo (Bookworm or newer).
- Trying to detect the wrong cpu temp on Orange Pi Zero. #224
- Buttons and collapsing informations on the diagnostic page.
Changed
- RTKLib upgraded to release b34i from rtklibexplorer.
- RTKBase now use a virtual environnement for the python environnement
- install.sh -> --detect-usb-gnss renamed to --detect-gnss
- Rinex conversion -> limit to 2 frequencies removed in "full" presets
- Rinex conversion -> receiver option (-TADJ=1 for ubx) is sourced from settings.conf
- Logs -> default time overlap changed from 30s to 0s
Fixed
- More tests before copying RTKLib binaries. #313
- Skip unknown section or key when restoring settings. #336
- Fix space detection in various forms inputs.
- Fix broken form input validation patterns. #353
- Fix some issues with Orange Pi Zero images. #361
Security
- Update of various python modules.
- Apply some restrictions on RTKBase services. #341
v2.5.0b1
Full Changelog: 2.4.2...v2.5.0b1
Release 2.4.2
Release 2.4.1
Release 2.4.0
Hotfix - 2023-20-23
- rtkbase.tar.gz updated to pin Werkzeug to version 2.2.2. Or it will break the users who want to upgrade from previous releases.
[2.4.0] - 2023-02-20
Added
- GUI -> Settings: Added a 2nd NTRIP output. #240
- GUI -> Settings: Added features to backup, restore and reset RTKBase settings.
- GUI -> Settings: Added a button to detect and/or configure the gnss receiver. #70
- GUI -> Settings: Added a button to show/hide the Ntrip passwords. Thanks to @GwnDaan #208
- GUI -> Settings: Added Gnss receiver informations (Model and firmware release).
- GUI -> Settings: Added Operating system informations.
- GUI -> Settings: Alert when user wants to leave the page with unsaved settings. #235
- GUI -> Status: Added tooltip on the blue pin to explain that it's a coarse location. #247
- GUI -> Status: Added an alert if the main service isn't active.
- GUI -> Logs: Added 3 more Rinex presets, and modified rinex window layout. #43 #134 #190 #200
- Bidirectionnal communication with the gnss receiver is enabled. #277
- More informations are available in the local caster source table. #183
- Port number for the web server is configurable in settings.conf
Changed
- RTKLib upgraded to release b34g from rtklibexplorer. #222
- RTKLib binaries are bundled for armv6l, armv7l, aarch64, x86. Compilation from source isn't needed anymore for these platforms.
- Command line: Many changes on install.sh arguments/options. See
install.sh --help
- Flask upgraded to v2.2.2 and other dependencies upgraded too.
- SocketIO upgraded to v4.4.1
- Bootstrap upgraded to v4.6.1
- Bootstrap-table upgraded to v1.21.1
- Password for local caster isn't mandatory anymore. Thanks to @GwnDaan #210
- Change socketio connection method. Thanks to @jaapvandenhandel
- Change 127.0.0.1 to localhost for better ipv6 support. Thanks to @by
Fixed
- GUI -> Status: Sat. levels and coordinates are set to zero in case of a signal interruption. #164
- GUI -> Status: Sat. levels are left align. Thanks to @GwnDaan #72
- GUI -> Status: New provider for OpenStreetMap HOT tiles.
- GUI: After a RTKBase update, the browser won't use the old javascript files anymore (cache busting). #217
- Remaining space check could not work with non english shell. Thanks to @GwnDaan #213
- GUI -> Settings: No more "bounce" issues with the switches. Thanks to @GwnDaan
- Max Cpu temp was not updated when no user were connected. Thanks to @GwnDaan
- GUI -> Settings: Check update now display an error in case of a connection error. Thanks to @GwnDaan #221
- GUI -> Logs: Better logs table behaviour on mobile devices.
- Grep pattern fixed on PPS example. Thanks to @by.
2.4 beta 7
2.4b7 Merge branch 'dev' of https://github.com/Stefal/rtkbase into dev