Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.1.1 #31

Merged
merged 7 commits into from
Jul 11, 2015
Merged

Version 2.1.1 #31

merged 7 commits into from
Jul 11, 2015

Conversation

Cortys
Copy link
Owner

@Cortys Cortys commented Jul 9, 2015

This is a bugfix release.

  • Fixes bug that caused backup to fail if comic name was an invalid filename. For example comics like Batman: R.I.P., that end with a dot.
  • Spaces are not replaced by _ anymore but kept in as they are, because every major FS and OS supports them. If you do not like spaces in file names, you can configure the replacement character in the options now.
  • Fixes a bug that would cause single file download tabs to stay open after a completed backup.
  • Fixes: Closing a loading reader tab manually would not cause the backup to fail in the
    "My Books" tab.
  • Minor code cleanups.

filenames are now sanitized to be valid in *nix, os x and windows as
well as FAT LFN compatible.

+ fixed a minor bug that would cause single file download tabs to stay
open after a completed backup.
using strict mode… finally.
multiple forbidden word separating characters were replaced by multiple
space representations.
closing a loading reader tab would not cause the backup to fail in the
my books tab.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant