- Moved `__main__.py` to `cli.py`. - Added `_version.py`. - Added `--version` argument. - Remove `key.py`. - Added `--config` argument to setup pwy. - API key is now stored in `.pwyrc`.
1.4.1
- ~~Changed `key.py` to `key.json`~~ - ~~Removed the `main` function and its contents to `if __name__ == "__main__`.~~
1.4.0
- Separated get_ascii() and get_weather_translation(). - Removed the output labels. - Added main.py - Added zip and tar.gz archives for manual installation.
1.3.1
- Refactored `__main__.py` to process JSON. - Refactored `translation.py` for easier access and readability. - Added `run_pwy.py` for manual installation. - Updated the API key and removed the API key in the `key.py` file. PyPi package can still be used without any problems. - Added a space before between the wind direction and wind speed. - Removed unused variable.
1.3.0
- Added wind direction. - Wildcard imports removed. - Merged pull request 7 from ChaseParate. - Known issues: - Incomplete translation for Heavy Intensity Rain - Missing weather translations for Heavy Rain, Thunderstorm, and Snow. - No translations for Arabic, Persian, and Hebrews languages.