Wavelog 3.0.0大版本更新-增强比赛功能并加入QSL卡在线设计功能
Wavelog 是一套在无线电爱好者中使用比较广泛的日志管理系统,这套系统的架设具有一定的技术门槛,需要一定的 PHP 网站架设能力,而架设完成后这套系统的使用上手难度其实并不高(具体可以翻看我之前对 Wavelog 的简单功能介绍),且全面支持中文语言。
今天打开 wavelog 后页面提示了有新版本更新的推送信息,进入 Github 后发现和前面预告的一样,是一个大版本的更新,既然是大版本更新,那么必然就有重大的功能升级或者大的功能融入,我们一起来看看更新日志:
This major release brings a completely new multiuser contesting engine, a brand-new QSL card designer and numerous stability fixes, along with a unified, card-based look across the awards and settings pages. If you run WavelogGate, please make sure to update it alongside this release (https://github.com/wavelog/WaveLogGate/releases/latest).
Completely new contesting engine with multiuser/clubstation support (by @HB9HIL)
Make sure userdata is deleted with a deleted user (by @HB9HIL)
Introduced support for the Wavelog Worker (github.com/wavelog/wavelog_worker) (by @HB9HIL)
Fixed a bug in maploading if it is disabled (by @HB9HIL)
Fixed bug in QSL Queue Datatable List (by @HB9HIL)
Fixed a bug in OQRS search if grouped search was enabled (by @phl0)
Changed the grid color in activators maps to align with user configured colors (by @phl0)
Enhanced qrz.ru callbook search to also return the user configured image if available (by @phl0)
Added a QSL card designer based on works by @twicklund76 (by @AndreasK79, @int2001, @HB9HIL)
Advanced Logbook: added label printing right from the actions menu, plus translated the QSL print dialog (by @AndreasK79)
Awards UI: gave the award pages a fresh, consistent card-based layout (DXCC, CQ WAZ, ITU, VUCC, WAC, WAE, WPX, WWFF, SIG, DOK, IOTA, POTA, RAC, SOTA, WAPC, 73on73) (by @AndreasK79)
Advanced Logbook: made the duplicate-check work across all station locations (by @AndreasK79)
Callsign sanitizing made IARU-conformant (dash removed) (by @int2001)
Fixed ADIF upload when pressing reload (by @int2001)
MY_RIG, MY_ANTENNA now included in ADIF export (by @int2001)
Fixed contest operator-switch bug (couldn't switch back) (by @int2001)
Settings switches reworked (on/off dropdowns → sliders, cleaner layout, OQRS empty-state + default fixes) (by @int2001)
API: ADIF contact-export API now accepts multiple station profiles at once (by @int2001)
API: Station profile creation now picks up the QRZ API key (by @int2001)
API now respects rate limits when exporting contacts as ADIF (by @int2001)
Advanced Logbook: Club members can now mass-edit and mass-delete their own QSOs(by @int2001)
Satellite logging: added OMM support for keps (by @int2001)
Remove duplicate mode/submode entries from adif_modes (by @kc9uhi)
option for active logbook stations (by @kc9uhi)
make sure API endpoint with json responses have the correct application/json content-type (by @imlonghao)
make sure $stationid is int to prevent SQL injection (by @imlonghao)
prevent user run other's stored queries (by @imlonghao)
Add more translations for station setup pages (by @cebarobot)
Refactored CBR and EDI Export to work properly with the new contesting (by @DB4SCW)从更新记录上来看,这次大版本更新主要变化的是 3 个功能:
比赛日志功能的升级
wavelog 在前面版本中的比赛功能是和 QSO 记录功能在同一菜单下,比赛日志记录页面也相对简单,也有点乱。而 3.0 版本的比赛功能更贴近于比赛引擎模式,他会单独打开一个框架页面,这个页面中包含了你比赛时需要用到的一些记录项和提醒功能。就好比把 N1MM 在比赛时用到的各模块功能整齐的排列到了一个页面中。让你不用跳转其他页面就能完成提示信息查看和比赛 QSO 数据录入。

在线QSL卡片设计和打印功能
在早期的版本中 wavelog 虽然可以用标签功能来进行简单的 QSL 卡打印,但毕竟有局限性及缺少个性化定制。但打 QSL 标签是没任何问题的。而新加入的 QSL 卡在设计功能完全满足了通过打印机快速打印通联卡片的友台,并且在卡片设计时融入了是否打印背景图片的功能,让你可以自由选择是只打印数据信息还是打印完整的通联卡图片,相当于一个是在已经制作好的成品卡片上打印对应的数据,另外一个是在空白的卡片上打印想要的图片(当然也可以当成电子 QSL 卡来用)。

而设置好你的 QSL 卡片模板后,就可以在详细日志中选择相应的 QSO 数据进行打印 QSL 卡,这里的打印方式是生成 PDF 文件后你对 PDF 文件进行打印。


各种奖项的数据展示页面的统一
这个更新属于将原本多风格的奖状数据页面进行了统一,这样在使用上更加的统一。功能上的变化没有明显的感觉。

这套系统对于个人用户而言是完全足够的,无论是简单的通联数据记录,还是你的卡片管理,甚至于你的比赛、奖状数据分析均能一站式解决,当然如果你是集体台的管理员,这套系统的多 OP 管理功能和现在新的比赛功能,完全可以满足 20 人以下的 OP 团队同时比赛需求。
并且这套系统!开源的!免费的!
- 感谢你赐予我前进的力量

