Skip to content

Releases: BastianGanze/weebsync

Alpha 27

05 Oct 14:46
Compare
Choose a tag to compare
  • Extended the plugin api with a onFilesDownloadSuccess which is a function that will be called when files have been downloaded in the most recent sync process.
  • Added an example plugin "plexmediarefresh" to show how it works.

Alpha 26

26 Aug 16:56
Compare
Choose a tag to compare

There was a problem where plugins would not load in any of the statically build executables. You now need to use a index.js file rather than a index.mjs file in these circumstances. (ESM vs CommonJS Modules).

The script now also looks for python and python3 as executables in the PATH variables.

Alpha 25

23 Jul 11:03
Compare
Choose a tag to compare

Introduced a plugin system and added one plugin to the repository to automatically sync plex and anilist. Look into the readme for more information.

Alpha 24

16 Jul 13:19
Compare
Choose a tag to compare
  • There is now a warning in the console if there is a rename configured but none of the existing files match the rename.

Alpha 23

16 Jul 10:01
Compare
Choose a tag to compare
  • Limit the amount of simultaneous ftp connections to 3
  • Fixed a bug where ftp connections would not be freed correctly
  • Fixed some minor visual bugs
  • Fixed a bug where the sync maps would open/close when you hit the copy or delete button.

Alpha 22

15 Jul 08:01
Compare
Choose a tag to compare
  • Fixed syncing status not properly fetching on startup resulting in save button not being disabled while syncing.
  • Fixed a bug where client would always bind to http://0.0.0.0:42380.
  • Added new WEEB_SYNC_SERVER_HOST environment variable so you can now change the host binding.

Alpha 21

14 Jul 07:55
Compare
Choose a tag to compare
  • Fixed a bug where the ftp connection would be already in use and other things would not work correctly.
  • Fixed a bug where moving up one folder woldn't work.
  • Fixed a bug where the outdated version warning would always show on page load for a split second.
  • Made the ftp connections more stable overall.

Alpha 20

12 Jul 07:43
Compare
Choose a tag to compare

Should now check for the newest version properly again.

Alpha 19

12 Jul 07:37
Compare
Choose a tag to compare

Fix versioning.

Alpha 18

12 Jul 07:26
799f9cb
Compare
Choose a tag to compare

Completely rewrote the entire application to now be a webserver instead of an electron application. Look into the README.md for how to use it.