Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Releases: nikolak/RESTool

Version 0.3.0

13 Sep 18:36

Choose a tag to compare

0.2.1 > 0.3.0 Changelog:

0.3.0 (2015-09-13)

  • Command line interface for automating tasks using cron or windows task scheduler (windows only binary)
  • Fixed a bug where converting data to chrome would fail
  • Improved checks that verify that the data provided is valid
  • Added checks that notify the user if one of the selected browsers is running
  • Added profile support for Google Chrome and Google Canary
  • Code cleanup
  • Backups list is now sorted from latest to oldest

Version 0.2.1

29 May 21:10

Choose a tag to compare

0.2.0 > 0.2.1 Changelog:

0.2.1 (2015-05-29)

  • Fix error when converting data from firefox to sqlite database when value is a long int and None
  • Reduce Windows executable startup time by up to 80%.
  • Fix Windows Runtime Error (R6034)
  • Update check enabled by default

Release Version 0.2.0

18 May 15:16

Choose a tag to compare

0.2.0 (2015-05-17)

New features:

  • Completely rewritten and improved GUI
  • Full OS X Support (For all features)
  • Windows 10 Support
  • Chromium Support
  • Safari (OS X) Support
  • Chrome Canary Support (OS X, Windows)
  • Custom settings
  • Built in logging toggle and easier bug reporting
  • Automatic update checks (opt-in, default off)
  • Removed donation links

Code changes:

  • Moved logic code out of GUI class
  • Improved migrating logic to make sure files exist
  • Made logging more descriptive
  • Code reorganization
  • Moved browsers to separate package
  • Support for additional browsers and operating systems
  • py2app support
  • Custom settings directories for different operating systems
  • Proper handling of data checks before doing any sqlite changes
  • Browser class with some commonly shared methods
  • Logbook integrated logging for everything

Release Version 0.1.0

28 Oct 21:02

Choose a tag to compare

First public release, has backup, restore, and migrate features. Windows binary available. Supports Firefox and Chrome on Linux and Windows.