Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

69 lines (37 loc) · 1.69 KB

Changelog

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.

[1.5] - UNRELEASED

Changed

  • 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 via sed in generic form, no line number dependency.
  • Renamed docker_quickstart.py.example to docker_quickstart.py.
  • Updated .gitignore file to exclude docker_quickstart.py.
  • Updated documentation regarding docker_quickstart.py.

[1.4] - 2019-08-20

Added

  • CHANGELOG.md file to track changes between commits

Changed

  • 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

Fixed

[1.3] - 2019-06-04

Added

  • CI with new Github's feature dependabot

Changed

  • Image build based on Docker Hub automated build

[1.2] - 2019-04-23

Changed

  • Moving to python:3.7slim-strech image

[1.1] - 2019-04-23

Breaking Changes

  • Moving to a single container instead of two : InstaPy + Selenium

[1.0] - 2019-03-11

Added

  • Adding docker-compose files

Changed

  • Refactoring Dockerfile