Releases: devlifeX/dback
Releases · devlifeX/dback
v3.8.3
v3.8.2
Bump app version to 3.8.2 Update references in `main.go`, `build.sh`, `agent.md`, and `README.md` to reflect the new version 3.8.2. This release includes adjustments to the build process and documentation to ensure consistency across various components.
v3.8.1
Bump 3.8.1
v3.8.0
feat(ui): implement platform event handling for Linux - Added a new file `platform_event_linux.go` to handle X11 view events specifically for Linux, improving platform-specific event management. - Refactored the event handling logic in `app.go` to utilize the new `handlePlatformEvent` method, enhancing code organization and readability. - Introduced a no-op implementation of `handlePlatformEvent` in `platform_event_other.go` for non-Linux platforms. This update streamlines event handling across different operating systems and prepares the codebase for future enhancements.
v3.7.1
chore(version): release 3.7.1 with updated documentation Bump app version for GitHub Release and PPA uploads. Update references in `main.go`, `build.sh`, `agent.md`, `README.md`, and `debian/changelog` to reflect the new version 3.7.1. Co-authored-by: Dariush Vesal <dvworkmail2017@gmail.com>
v3.7.0
chore(version): release 3.7.0 with updated logos Bump app version for GitHub Release and jammy/noble PPA uploads, and sync the 48x48 menu icon from logo.png. Co-authored-by: Cursor <cursoragent@cursor.com>
v3.6.11
Update logo
v3.6.10
fix: set writable Go build cache for PPA builds Use a build-tree GOCACHE so Launchpad builders with HOME=/sbuild-nonexistent can compile Go sources, and bump the app to 3.6.10 for a fresh PPA source upload. Co-authored-by: Cursor <cursoragent@cursor.com>
v3.6.9
chore(version): bump app version to 3.6.9 Use a new source version for PPA uploads after Launchpad retained the previous 3.6.8 tarball name with different contents. Co-authored-by: Cursor <cursoragent@cursor.com>
v3.6.8
fix: ensure Launchpad PPA builds use Go 1.22 path Export the versioned Go 1.22 path from debian/rules so Launchpad make recipes can find go after prepare-go.sh verifies the toolchain. Co-authored-by: Cursor <cursoragent@cursor.com>