forked from Mirrors/humblebundle-downloader
formatting change. replaced setuptools with poetry
This commit is contained in:
69
CHANGELOG.md
69
CHANGELOG.md
@@ -1,76 +1,101 @@
|
||||
# Change log
|
||||
|
||||
|
||||
### 0.4.0
|
||||
## 0.4.1
|
||||
|
||||
- Fixed crash when missing cli args ([#48](https://github.com/xtream1101/humblebundle-downloader/pull/48))
|
||||
- Updated the Trove url ([#59](https://github.com/xtream1101/humblebundle-downloader/pull/59))
|
||||
- Using [pre-commit](https://pre-commit.com/) hooks for formatting and linting
|
||||
- Moved from setuptools to poetry for packaging
|
||||
|
||||
|
||||
## 0.4.0
|
||||
|
||||
- Deprecate the `download` argument. It is no longer needed since that is the only action that can be taken
|
||||
|
||||
|
||||
### 0.3.4
|
||||
## 0.3.4
|
||||
|
||||
- Merged in [PR 35](https://github.com/xtream1101/humblebundle-downloader/pull/35) to fix some trove games not downloading
|
||||
|
||||
|
||||
### 0.3.3
|
||||
## 0.3.3
|
||||
|
||||
- Fixed crashing when file is missing on humblebundle
|
||||
- Updated cookie info in readme
|
||||
- Supports passing in the cookie value of `_simpleauth_sess` by using `--session-auth`
|
||||
- Supports passing in the cookie value of `_simpleauth_sess` by using `--session-auth`
|
||||
|
||||
|
||||
### 0.3.1
|
||||
## 0.3.1
|
||||
|
||||
- Added support for netscape cookies
|
||||
|
||||
|
||||
### 0.3.0
|
||||
|
||||
## 0.3.0
|
||||
|
||||
- pip install now requires python version 3.4+
|
||||
- `--trove` will only download trove products, nothing else
|
||||
- Filtering flags now work when downloading trove content
|
||||
|
||||
|
||||
### 0.2.2
|
||||
## 0.2.2
|
||||
|
||||
- Confirm the download is complete by checking the expected size to what downloaded
|
||||
- Fixed the platform filter
|
||||
|
||||
|
||||
### 0.2.1
|
||||
## 0.2.1
|
||||
|
||||
- Fixed include & exclude logic being switched in v0.2.0
|
||||
|
||||
|
||||
### 0.2.0
|
||||
## 0.2.0
|
||||
|
||||
- Added **Humble Trove** support _(`--trove` to also check/download trove content)_
|
||||
- Now by default only new content is downloaded. Use `--update` to also check for updated content
|
||||
|
||||
|
||||
### 0.1.3
|
||||
## 0.1.3
|
||||
|
||||
- Fixed re-downloading for real this time
|
||||
- Only use the url last modified time as the check for new versions
|
||||
- Only use the url last modified time as the check for new versions
|
||||
|
||||
|
||||
### 0.1.2
|
||||
## 0.1.2
|
||||
|
||||
- Stop using md5 & sha1 hashes to check if file is unique (was creating duplicate downloads of the same file)
|
||||
- Strip periods from end of directory & file names
|
||||
- Rename older versions of a file before download the new one
|
||||
|
||||
|
||||
### 0.1.1
|
||||
## 0.1.1
|
||||
|
||||
- Delete failed downloaded files
|
||||
|
||||
|
||||
### 0.1.0
|
||||
|
||||
## 0.1.0
|
||||
|
||||
- Filename saved is now the original name of the file
|
||||
- key used in cache is different due to changing the file name (this may result in duplicate downloads if you have run the older version)
|
||||
- Support for downloading a single Bundle/Purchase by using the flag `-k` or `--key` and getting the key from the url of a purchase
|
||||
- key used in cache is different due to changing the file name
|
||||
- _this may result in duplicate downloads if you have run the older version_
|
||||
- Support for downloading a single Bundle/Purchase by using the
|
||||
flag `-k` or `--key` and getting the key from the url of a purchase
|
||||
|
||||
|
||||
### 0.0.8
|
||||
## 0.0.8
|
||||
|
||||
- gen-cookies now works with SSO feature and 2FA logins
|
||||
- Added `--include` & `--exclude` cli args to filter file types
|
||||
|
||||
|
||||
### 0.0.7
|
||||
- Replace `:` with ` -` in filenames
|
||||
## 0.0.7
|
||||
|
||||
- Replace `:` with `-` in filenames
|
||||
- Ignore items that do not have a web url
|
||||
|
||||
|
||||
### 0.0.6
|
||||
## 0.0.6
|
||||
|
||||
- Started change log
|
||||
- Added more detail to readme
|
||||
- Removed the use of f-strings to support more python versions
|
||||
|
||||
Reference in New Issue
Block a user