The goal of this file is explaining to the users of our project the notable changes relevant to them that occurred between commits.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated xpath_compile.py with changes from #5895 and #5899 InstaPy [0.6.13] - UNRELEASED
- Removed xpath_compile.py dependency from InstaPy repo.
- Removed
build
path from docker-compose directory. - Dockerfile fix
webdriverdownloader
viased
in generic form, no line number dependency. - Renamed
docker_quickstart.py.example
todocker_quickstart.py
. - Updated
.gitignore
file to excludedocker_quickstart.py
. - Updated documentation regarding
docker_quickstart.py
.
- CHANGELOG.md file to track changes between commits
- Base image from python:3.7-slim-stretch to python:3.7-slim-buster
- Webdriver from Chromedriver to Firefoxdriver to meet InstaPy 0.6.0 new requirement
- Disabled geckodriver log file on container root directory
- Issue with "Login A/B test detected error" - https://github.com/timgrossmann/InstaPy/issues/4887#issuecomment-522290752
- CI with new Github's feature dependabot
- Image build based on Docker Hub automated build
- Moving to python:3.7slim-strech image
- Moving to a single container instead of two : InstaPy + Selenium
- Adding docker-compose files
- Refactoring Dockerfile