Releases: DonyorM/weresync
Version v1.1.5 -- dbus and packaging
This version is a somewhat major rewrite, which moves to using dbus to allow the cli and gui frontends to run as the user while still working with root permissions.
This adds a new command: weresync-daemon
which must be running before either weresync
or weresync-gui
is called. weresync-daemon
must be run as root, but neither of the other commands need be (no more GUIs with root privileges!)
This makes installation a little more complicated, so I recommend you use the .deb file here to install (or if you're on arch, install the AUR package. I don't have it packaged for other distros yet, so continue using pip but not that you need to copy the 'weresync-dbus.conf' file from the resources subpackage to /etc/dbus-1/system.d
in order for weresync-daemon
to run.
Version 1.0.9
Fixes a bug with LVM installs.
v1.0.8 Release
Fixes an issue where WereSync would fail when run in a locale other than English.
v1.0.7 Release
Fixes packaging issues to make WereSync install nicely.
This is also the first release available through the package managers Debian and Arch Linux.
The package can be installed on a Debian unstable (sid) install with: sudo apt install weresync
or by downloading the .deb binary below and running sudo dpkg -i weresync_1.0.7-1_all.deb
.
WereSync is also found on the Arch User Repository (Installation Instructions). If you like WereSync, feel free to vote for it on the AUR.
Version 1.0 released
This is a major version representing the first stable version of WereSync.
It includes the following new features as compared to the previous full release:
- Support for creating bootable LVM drives
- Support for more bootloaders, including syslinux and refind (through the UUID Copy plugin)
- Support for translation
- Updated GUI
- Numerous bug fixes
v1.0 Pre-Release
Weresync v1.0 pre-release
This is the pre-release for testing for the final release of version 1.0. It includes the following new features:
- Support for creating bootable LVM drives
- Support for more bootloaders, including syslinux and refind (through the UUID Copy plugin)
- Support for translation
- Updated GUI
- Numerous bug fixes
Documentation for the pre-release can be find on the pre-v1.0 branch of read the docs.
Any and all testing would be much appreciated. Additionally, translations for WereSync are needed. If you know a second language and would like to help translate, you can read about the process here.
Please report any test results to the issue tracker.
Installing this pre-release
This version can be installed with pip, optionally inside a virtualenv:
virtualenv ENV # Optional
. ENV/bin/activate
pip install WereSync-1.0b1-py3-none-any.whl
WereSync v0.4.0
This release adds better support for bootloaders. Full support for Grub2 is included. Most EFI systems are supported by the uuid_copy
plugin, including rEFInd.
This update also fixes several bugs.
WereSync v0.3.1
Adds support for Logical Volume Management systems and includes several bug fixes.
This system is still in alpha and will have many more bugs.
Version 0.2
Includes some of the following features:
- GUI
- Better bootloader support
- Bug Fixes