Major Release. Removed configurations. Migration to the wiki.
Changelog
- Removed configuration variables `PERFORMANCE_MODE`, `SUSPEND_INSTANCES` and `UNSUSPEND_INSTANCES` as the macro now performs well enough with multi threading. Moreover, it seemed buggy with the new code.
- Made each instance as an object with methods defined for each.
- Removed directory `macro_handlers` and all the files in it.
- Moved __init__.py to init.py because it makes more sense in the context of packages.
- Updated README.md to reflect the migration to the wiki. Wiki changes not listed in the changelog.
**Full Changelog**: https://github.com/sathya-pramodh/MultiInstanceLinux/compare/v1.2.7...v1.3.3
v1.3.0-testing
Major Feature Update. Multi Threading and Config Changes.
Changelog
- Added Multi Threading support to the script for better performance.
- Added a pause on world reload feature.
- Removed configuration variable "PERFORMANCE_MODE" because it seemed buggy with the new code.
- Updated README.md to reflect the new changes.
- New features have to be tested with more than 2 instances.
NOTE: This is a testing release. So bugs can be expected.