Releases: OlivierLDff/NetUdp
v2.0.6
What's Changed
- 😜 Gitmoji Changelog by @github-actions in #11
- 💚 Fix CI to support Qt5 and update Qt6 by @OlivierLDff in #14
- 🐛 Don't link to
Qt::Qml
whenNETUDP_ENABLE_QML
isOFF
by @OlivierLDff in #13 - 🐛 Correctly call
bind
only when necessary by @OlivierLDff in #16
Full Changelog: v2.0.5...v2.0.6
Release v2.0.5
Release v2.0.4
v2.0.3
🔇 Remove non important logs when input is disabled
v2.0.2
⬆️ CPM v0.32.3
v2.0.1
🚚 FetchRecyler -> FetchRecycler (this fix the fact that recycler was always fetched from master)
📝 Remove note about spdlog
🔨 NetUdp::NetUdp library alias
v2.0.0
💥 NetUdp -> NetUdp
💥 netudp -> netudp
➖ remove spdlog dependency in flavor of qCDebug/qCWarning
➕ Manage dependencies via CPM
♻️ Worker: interface -> iface to avoid conflict with MSVC # define interface struct https://stackoverflow.com/questions/25234203/what-is-the-interface-keyword-in-msvc
♻️ pimpl WorkerPrivate
♻️ pimpl SocketPrivate
♻️ pimpl RecycledDatagramPrivate
🔨 Make recycler
private since all Recycler include were moved inside pimpl
⚡️ NETUDP_ENABLE_UNITY_BUILD
🐛 InterfaceProvider: Use steady_clock instead of system to avoid rollback
🔊 Print build command at the of cmake
📝 Update Readme with dependencies graph
v1.3.1
🐛 include missing QElapsedTimer header in Worker
v1.3.0
This is fixed in v1.3.1
💥 Use raw pointer for worker & worker thread.
🚑️ This should fix issue when port was not completely released.
v1.2.2
🐛 Fix reset Datagram. (ttl is now always reset to 0)
🔊 Log more info about fail send datagram