-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
v0.3.2 with many bug fixes #49
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixed a bug where a new daemon would always replace an old one
lets keep Pyro4 imports to console_scripts only
Added a command group `maestral log` to view and clear the logs as well set the log level. Commands are: - `maestral log show`: shows the logs in terminal - `maestral log clear`: clears the logs - `maestral log level`: returns the current log level - `maestral log level [DEBUG|INFO|WARNING|ERROR]`: sets the log level to the given value
this guarantees that the log file will be recreated after it has been deleted
added an option "-a" to re-enable them
prevent the daemon and gui from syncing the same folder at the same time
- set profile pic alignment - download profile picture in background thread (this reduces the startup time, especially for slow or broken internet connections) - periodically update profile pic and account info
This reverts commit c5b8caf.
their system for handling system tray icons is just stupid
- added read-only property `dropbox_path` - use `Maestral.dropbox_path` instead of `Monitor.sync.dropbox_path` - use `Maestral.sync_errors` instead of `Monitor.sync.sync_errors.queue`
moved 'autostart' to 'gui' module and improved support for different configs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.