Skip to content

Releases: Netruk44/borg-repository-explorer

v0.0.9

21 Feb 14:54
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

Full Changelog: v0.0.8...v0.0.9

  • Fix issue extracting from archives with names containing special characters (e.g. |)

v0.0.8

07 Mar 21:52
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Full Changelog: v0.0.7...v0.0.8

  • Added editable textbox for the current navigation path within an archive.

v0.0.7

07 Feb 22:33
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Full Changelog: v0.0.6...v0.0.7

  • Added dedicated column for extracting both files and directories
  • Directories now have their size calculated in the file listing

v0.0.6

03 Feb 21:44
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Full Changelog: v0.0.5...v0.0.6

  • Improved file listing
    • Now using a table instead of unsorted list
    • With clickable header columns to sort the table by that column.

v0.0.5

01 Feb 17:23
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Full Changelog: v0.0.4...v0.0.5

  • Navigation updates to make it clearer what everything does
    • Removed "Exit Repository" HTML button and replaced it with link inside window.
    • Rephrased "Exit repository" link to read "Open a new repository"
    • Add archive name to "Close Archive" link text to make it clearer exactly what's being closed
    • Replace ".." directory link with text.
  • Fixed bug with errors being ignored when opening a repository.

v0.0.4

02 Jan 22:05
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Full Changelog: v0.0.3...v0.0.4

  • MacOS: Show "New Folder" button on extraction directory selector dialogue.
  • Bug Fix: No longer need to relaunch app after changing borg installation directory in config.
  • Allow previewing .conf text files.
  • Message from Borg about moved repository is now correctly surfaced in the initial dialogue.
  • New UI element to allow ignoring warning about moved repositories.

Known Issues

  • If you change ignore_moved_repository_warning in the config UI, the checkbox on the repository opening dialogue won't update to match the new value you set in config.
    • This is a purely visual bug, the value has been updated and will be used for future borg invocations.

v0.0.3

21 Dec 01:59
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Full Changelog: v0.0.2...v0.0.3

  • Auto-populate repository path with last opened repository.
  • Preview text files inside the explorer

v0.0.2

20 Dec 19:47
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Added settings menu to allow for settings changes.

  • Change where borg is installed on the local machine
  • Specify --remote-path when connecting to a repository via ssh.

I've also verified the Linux build works as expected 🎉

Known Issues:

  • When opening a repository from a different location, borg displays a notice about the repository previously being in another location and prompts you to acknowledge this. Borg Explorer doesn't recognize the prompt, and instead waits for borg to exit for forever.

v0.0.1

20 Dec 16:00
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First release!

Still in rough shape, but the explorer is at least in a state where it might be usable to somebody other than me.

Linux binary is untested, so it may not work at all.

The borg executable is expected to be located in one of 3 folders. If it doesn't exist in any of these locations, borg-explorer will fail to run. The hardcoded location issue may be addressed in a future version with a configuration panel.

Expected Borg Locations:

  • /usr/bin/
  • /usr/local/bin/
  • /opt/homebrew/bin/