Skip to content

Commit

Permalink
1.0.0 release changelog for details about .env and enviorment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cjekel committed Mar 28, 2020
1 parent 3eaf9f2 commit 2a7240f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.0] - 2020-03-28
### Added
- You can now store all default optional parameters in your environment variables! This means you can set your starting distance, number of likes, and image_batch size without manually specifying the options each time. You can locally set a `.env` file within your tinder working directory. Check out this [.env](https://github.com/cjekel/tindetheus/blob/master/.env.example) example file. Thanks to Vikash Kothary for this contribution.
- .env file will work on Windows/Linux/Mac!
### Removed
- config.txt file no longer supported! Switch to a .env file, or set your environment variable!

## [0.5.5] - 2019-12-04
### Changed
- Fix Python 2.7 related issues with login and config.txt parsing
Expand Down

0 comments on commit 2a7240f

Please sign in to comment.