Skip to content

Releases: pubky/pubky-backup

Release v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 May 08:50
v0.5.0
955b857

pubky-backup

A lightweight, multi-platform desktop application which maintains a local copy of a Pubky user's published data.

Select a release build from below, enter your pubkeys and let the backups begin!

MacOS and Windows

Simply download the release build and run.

Debian Linux

Select .deb release. After downloading, install the package. Eg Using apt:

sudo apt install ./pubky-backup-*.deb 

Non-debian Linux

Select the .AppImage release. After downloading, you'll need to make it executable before running:

chmod +x pubky-backup-*.AppImage

What's Changed

  • feat: Add .deb build. fix: Always use file explorer to open directory by @86667 in #55
  • feat: Activity log by @86667 in #57

Full Changelog: v0.4.1...v0.5.0

Release v0.4.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 16:30
v0.4.1
46198b0

pubky-backup

A lightweight, multi-platform desktop application which maintains a local copy of a Pubky User's published data.

Select a release build from below, enter your pubkeys and let the backups begin!

MacOS, Debian Linux and Windows

Simply download the release build and run.

Non-debian Linux

Select the .AppImage release. After downloading, you'll need to make it executable before running:

chmod +x pubky-backup-*.AppImage

What's Changed

  • feat: Retry errored key at startup by @86667

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 11:58
v0.4.0
e58dc48

What's Changed

  • feat: Front-end code improvements by @86667 in #40
  • feat: Protect cursor file from torn writes by @86667 in #41
  • feat: Snapshots and Storage migration by @86667 in #42
  • fix: Frontend improvements by @afterburn in #44
  • feat: Migrate front end to use React, Tailwind and Zustand by @86667 in #43
  • feat: Use SDK's events-stream API by @86667 in #45
  • feat: Use pubky-testnet for integration tests by @86667 in #46
  • feat: cache embedded postgres and share Rust build amongst test jobs by @86667 in #48
  • feat: Handle multiple keys syncing simultaneously by @86667 in #49
  • feat: Developer mode to be an offline mode by @86667 in #51
  • feat: Settings menu - set poll interval and set backup data directory by @86667 in #52
  • refactor: A few improvements and cleanup by @86667 in #53
  • feat: Resize Tauri app window with page size by @86667 in #54

New Contributors

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

Choose a tag to compare

@86667 86667 released this 12 Nov 16:39
3e95b69

What's Changed

  • feat: Front end revamp by @86667 in #34
  • feat: On close button pressed only minimise the App by @86667 in #35

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Oct 14:02
v0.2.0
b1f113a

What's Changed

  • feat: Github workflows by @86667 in #21
  • feat: Auto-load previous pubky on startup by @86667 in #23
  • feat: Open folder button and some refactoring by @86667 in #27
  • refactor: Backup core logic into own module by @86667 in #28
  • refactor: Harden backup task and App's state by @86667 in #29

Full Changelog: v0.1.0...v0.2.0

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Oct 08:59
v0.1.0
00bf559

Initial Release

This is the initial release for the Pubky Backup App:

A basic multi-platform desktop application which takes a pubky and downloads all of it's files to a local directory. The idea is for this to be a lightweight background process which continually keeps a Pubky User's local backup in-sync with it's published data.

Full Changelog: https://github.com/pubky/pubky-backup/commits/v0.1.0