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

Fix bug related to the teardown method and old RNCryptor version #9

Merged
merged 6 commits into from
Jan 5, 2018

Conversation

reden87
Copy link

@reden87 reden87 commented Jan 4, 2018

Fixes issue #7 and #8

Gergo Nemeth added 6 commits August 1, 2017 09:57
Previously if someone added custom keys or overwrote a value the new configuration file overwrote every existing key the original configuration file had. This caused problems because when the original configuration value was modified with a new application version you still get the old config value from code.

Now the new config file only saves the changes.
If you overwrote an existing key which was in the original configuration file and then set it to nil you get nil value when you wanted to tead the key for the first time but after application relaunch you got the original configuration value.

Now you will get the original configuration value for the first time too.
@reden87 reden87 changed the title Bugfixes Fix bug related to the teardown method and old RNCryptor version Jan 4, 2018
@davidkovaccs davidkovaccs merged commit f93e2c6 into master Jan 5, 2018
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.

2 participants