Skip to content

Releases: devlifeX/dback

v3.8.3

28 Jun 16:00

Choose a tag to compare

Bump app version to 3.8.3

Update references in `main.go`, `build.sh`, `agent.md`, and `README.md` to reflect the new version 3.8.3. This release includes necessary adjustments to the build process and documentation for consistency across components.

v3.8.2

28 Jun 14:21

Choose a tag to compare

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

25 Jun 23:40

Choose a tag to compare

Bump 3.8.1

v3.8.0

06 Jun 14:17

Choose a tag to compare

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

04 Jun 12:42

Choose a tag to compare

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

03 Jun 14:05

Choose a tag to compare

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

03 Jun 14:02

Choose a tag to compare

Update logo

v3.6.10

03 Jun 08:02

Choose a tag to compare

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

03 Jun 07:51

Choose a tag to compare

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

03 Jun 07:24

Choose a tag to compare

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>