Skip to content

Releases: PeterBooker/wpds

v0.7.0 / 2018/04/12

12 Apr 20:02
Compare
Choose a tag to compare
v0.7.0 / 2018/04/12 Pre-release
Pre-release

The v0.7.0 release is hopefully one of the last before hitting version 1, WPDS is almost feature complete. Download the relevant executable for your system and run it from the directory you want to slurp from or add it to your PATH and it will use the working directory.

If you have any questions just open an issue or send me a message on the WordPress Slack @PeterBooker.

Changelog

[Fix] - Improved handling of failures. This fixes a bug where the FailedDownload counter and list was much longer than expected, as 404 responses still tried to write to disk and were then captured as failed.
[Improvement] - Any failed downloads are now retried at the end of a normal update command. At the end of an update command the .failed-downloads file is checked and another attempt is made at downloading.

v0.6.0 - 2018/04/10

10 Apr 21:08
Compare
Choose a tag to compare
v0.6.0 - 2018/04/10 Pre-release
Pre-release

This is the fifth pre-release of WPDS, download the relevant package for your system and run it from the directory you want to slurp from or add it to your PATH and it will use the working directory.

If you have any questions just open an issue or send me a message on the WordPress Slack @PeterBooker.

Changelog

[Feature] - Added the initial implementation of regex based search. For those without a favourite search tool they are already familiar with using. Lacks a summary at the end and is potentially buggy. Use with caution.
[Fix] - Simplified code, fixed cases where errors were being ignored and used defer to signal when actions are complete. This will hopefully resolve an issue reported by @Clorith and @pattonwebz, where the terminal output freezes and the commands never complete.

v0.4.0 / 2017/09/24

24 Sep 17:11
Compare
Choose a tag to compare
v0.4.0 / 2017/09/24 Pre-release
Pre-release

This is the fourth pre-release of WPDS, download the relevant package for your system and run it from the directory you want to slurp from or add it to your PATH and it will use the working directory.

If you have any questions just open an issue or send me a message on the WordPress Slack @PeterBooker.

Changelog

[Fix] - Fixed an issue with the release packages having two of each file.
[Fix] - Corrected the way the HTTP handler is used to improve concurrency performance.
[Improvement] - Changed the limit flat to concurrent-actions, with the short flag of 'c', to be more descriptive. Props @Clorith.

v0.3.0 / 2017-09-06

06 Sep 15:56
Compare
Choose a tag to compare
v0.3.0 / 2017-09-06 Pre-release
Pre-release

This is the third pre-release of WPDS, download the relevant package for your system and run it from the directory you want to slurp from or add it to your PATH and it will use the working directory.

If you have any questions just open an issue or send me a message on the WordPress Slack @PeterBooker.

Changelog

[Fix] - Corrected several hard-coded paths so that theme files are correctly added to the theme folder.
[Fix] - Corrected combining paths to create folders, which caused an extra folder to be created inside each plugin/theme folder.
[Feature] - Failed downloads are now listed in a .failed-downloads file. Currently this is just left as information, in the next release it will be used to resume/complete downloads.

v0.2.0 / 2017-08-31

31 Aug 12:57
Compare
Choose a tag to compare
v0.2.0 / 2017-08-31 Pre-release
Pre-release

This is the second pre-release of WPDS, download the relevant package for your system and run it from the directory you want to slurp from or add it to your PATH and it will use the working directory.

This release fixed many bugs which prevented the first release functioning as expected. The ability to download and update the full directories works now, along with desktop notifications on task completion.

If you have any questions just open an issue.

Changelog

  • [Fix] - Various bugs preventing the download and update tasks from functioning as expected.
  • [Fix] - Improper use of the regexp package causing update commands to fail.
  • [Feature] - Added Desktop Notifications (Windows, Linux, MacOS) for long running (over 5mins) task completion.

v0.1.0 / 2017-08-29

29 Aug 16:44
Compare
Choose a tag to compare
v0.1.0 / 2017-08-29 Pre-release
Pre-release

This is the first release of WPDS, download the relevant package for your system and run it from the directory you want to slurp from or add it to your PATH and it will use the working directory.

Please notify me of any problems. There will be another release in the next couple of days with a more polished version and a first draft of the inbuilt search functionality and search result summary.

If you have any questions just open an issue.