Releases: the-dotify-project/dotify
Releases Β· the-dotify-project/dotify
v0.3.8
v0.3.5
v0.1.5
v0.1.4
- bdca14d Merge pull request #12 from billsioros/development
- be5f45f Merge branch 'master' into development
- 7927f58 Publishing to PyPI test
- c2d3bd0 temporarily removed if
- e164dfe Trying to trigger release
- 832094f Fixed double 'v'
- f2316b6 Fixed syntax error
- c5f4ee6 Figuring out release publishing
- 13dd9e1 Updated the Changelog
- ed61f47 Merge pull request #11 from billsioros/development
- 5122b8e Manually creating tag
- 9caefe2 Merge pull request #10 from billsioros/development
- 13aa85c Merge branch 'development' of https://github.com/billsioros/dotify into development
- 0ae3a3c Updated
README - 500bdd6 Updated the Changelog
- 680a6af Removed all tags
- a78a477 Fixed Changelog
- 9804ef9 Fixed syntax error...
- 50dc076 Reverted to previous poetry github action
- bdd4db9 Manually installing tox
- d58480b Added poetry
python -m - 3945899 re-added poetry run ...
- a0b9090 Added env vars to tox-testing
- 7b77636 removed
poetry runwhen invoking cmds - 3b5deac Trying out different poetry action
- ab07bf2 Reinstalled tox-gh-actions
- 8339255 Removed envvar
- c3b1767 Removed passenv
- 5c7dae1 Updated the Changelog
- 7799f98 Uninstalled
tox-gh-actions - d5ec03b Fixed syntax error ....
- b40c272 removed poetry install via action
- 7b0d7a9 Merge branch 'development' of https://github.com/billsioros/dotify into development
- ac9837e Added 'v' prefix to version
- 34bff73 added spotify credential env vars
- 2922578 Updated the Changelog
- 474d8d0 Generate Changelog Action fix
- d4f3232 running
toxvia poetry - 24316d5 updated lock file
- 830fc9c Fixing GitHub Actions
- c39cc3a Trying to understand what's going wrong...
- 756ab94 Converted python 3.8 to singleton list
- 68345a0 Triggering Action with newline
- 191b85a Changed python version to string ...
- 28730a7 Merge pull request #8 from billsioros/development
- d3e55f3 Left python 3.8 only
- 05b4727 Fixed syntax error
- adc12f9 Changed Git Actions
- 7d93598 Reverted
CHANGELOG.md - 344c2ff Merge branch 'development' of https://github.com/billsioros/dotify into development
- 4fb2740 Changed python-version to 3.8
- 20bd16f Chaned the changelog generator
- 905ab72 (Changelog CI) Added Changelog
- d05258a updated minimum python version to 3.6
- 16c0238 Completely reworked GitHub Actions
- 81ccdb4 Configured publishing to PyPI
- bafafb4 Merge pull request #7 from billsioros/master
- d9625e9 Merge branch 'master' of https://github.com/billsioros/dotify
- 8c00235 "GitHub actions cannot trigger each other" Fix
- 822c9e2 Merge pull request #6 from billsioros/release/v0.1.3
- 0e430c1 Prepare release v0.1.3
- 90c7940 Testing PyPI publishing
- 9d36728 Testing PyPI publishing via GitHub actions
- b9b5476 Merge pull request #5 from billsioros/release/v0.1.2
- 47b93fa Prepare release v0.1.2
- ce260a5 Merge pull request #4 from billsioros/development
- b373e75 Updated version number
- 1190bf5 Merge pull request #3 from billsioros/development
- 28e2384 Added
publish.ymlworkflow to publish to PyPI - 3e0d148 Added
README.mdtopyproject.toml - ca70421 fixed tox py.test
- b482451 changed
max-line-lengthof .flake8 - eff0db8 Fixed isort black conflict
- 8328290 Black Formatting
- 1a938a1 Started using
tox.ini - 9be0733 sorted imports
- 67bfd0f Added
__all__to both__init__.pys - 7b588b4 Switched to poetry
- 31c8484 Added documentation for
models/user.py - c2b82cc refactored both
__init__.pyfiles - e135f96 Documentation for
decorators.py - 8bbdbbc Converted extra >>> to ...
- 285a3ef made
cls.__contextunmangled - 1e27573 Added documentaion to
json_serializable.py - 00edc5c Removed docstring
Example Usage: - 551bd43 Updated model docstrings
- 4e1bf99 Added docstrings to
model.py - 5782c65 Added type annotations to
model.py - 644499c Added type annotations
- 209ad97 Made
AlbumandPlaylistmodels iterable - e3109d5 fixed
cls->self - 5e0786c Implemented
__str__for image and user models - c4c9b3c converted
Dotify.get_context()to classproperty - f58c9b8 Fixed some
typingerrors - e12ab4f removed
resolver - 23d5f60 type annotations and docstrings for
dotify.py - 9cf62f0 Separated
classpropertyfrom caching logic - 4f8448c Added
ModelMetaandcached_classproperty - 50f5243 Fixed
DeprecationWarning - cca8af9 Updated to reflect the recent changes
- 8283a57 removed the custom resolver as it's not being used
- 187ba68 moved model to base module
- cb8d98e Logger instantiated per module
- caf4ebe Added dotify context to easily determine client
- c0c23d3 Resolve Spotify API credentials from env or file
- bdefe2e Added *.mp4 to .gitignore
- 1d03c01 Updated gitignore
- 428ac86 Updated PR notice
- bb7a4fd Installed
mypyas a non-dev dependency - 91dc6ff Initialized docstrings accross the whole solution
- dbd04a6 Removed useless
PosixPath - 8c26cdd Updated
README.md - 694c7bf A very very very underwhelming
setup.[cfg|py] - ad70f6c Updated
ISSUE_TEMPLATESandbuild.yml - 3d9e672 docs(README.md) Added
codecovpercentage - c6969d6 Merge branch 'master' of https://github.com/billsioros/dotify
- 46d740a fix: Removed merge into dev:/
- 7809811 Merge pull request #2 from billsioros/release/0.0.1
- 17a2535 Prepare release 0.0.1
- cd086bb docs(CHANGELOG.md) Re-added changelog
- 5e6742a removed changelog
- 2a14ffa docs(CHANGELOG.md) Second attempt at draft release
- 0fb5769 docs(README.md) Horizontally aligned badges
- fcee0e9 fix(tests/test_search.py) Different playlist
- 97c993f fix(tests/test_search.py) Codecov should now be ok
- de33d12 A lot of changes
- 2a969d5 updated templates and added envs to pytest-cov
- 778dc0f Update issue templates
- 037f075 Added codecov actions
- b21e229 action to autocreate change log
- f3c3dbe Added
pipenvprefix to isort - b178841 Added isort checks to workflow
- 3b84834 Added
Buildbadge - c895864 Changed name to
Build - ba5b275 changed test spotify secret loading to env vars
- a531f5e Attempt in fixing github action
- ecf4c8f Removed useless code of
spotdl.py - d5c0eed Added
Create virtual environment - 1f40ce9 Configured pipenv
- ea2afad Download tests pass !
- 80417ec Added mypy to dev dependencies
- dfa9399 downloading now works :D
- 209bcb5 Some much needed refactoring
- 0ac2b1f Merge branch 'master' of https://github.com/billsioros/dotify
- 1b335e9 added an init to tests
- 167c14b Update python-package.yml
- 3a53502 Create python-package.yml
- d97655f boilerplate for download
- 8246817 Fixed playlist search
- a728d59 Fixed dependency injection
- fe88e30 Track search kind of works
- 04d2d32 Fixed circular dependencies
- 48bf06f Created
json_serializable - b22434f Updated Pipfiles
- 586bc5d Integrated json serialization
- 1df8570 completely removed
spotdls search provider - 4db3264 moved assertion to provider class
- a44c066 created search and download tests
- 1025ba6 Removed credentials
- f29de45 added stripping to characters
- 465201b added some tests
- 46e8ff3 pip installed ytmusicapi
- 2a098e6 Changed dir so that it works with
- 1671de1 converted pytube to ytmusicapi for searching
- 288caef put settings in a json file
- d312760 moved artist to album
- 869c84c Checkpoint
- 0a80042 separate audio stream property
- 92fca23 Fixed ffmpeg failing
- 5cf3134 Deleted requirements
- 205e55a Deleted .vscode
- 1b5de07 Started using pipenv
- beef4ff Added str repr methods
- 5ca7aaf Somewhat integrated API with new provider
- 83ab99d Spotdl knockoff for testing
- 60a2165 Updated Requirements
- ebeb1fb Separated provider folder
- bac771a Configuration file changes
- bfc519a Complete redesign of the provider due to spotdl
- 11835f8 Created a CLI
- 14362e4 moved provider main to root folder
- b1aaaec changed output_file parameter
- 8773488 requirements main dir
- 271b592 updated tree hierarchy
- ec51405 added SpotifyException TODO
- 2799a2b functional api error reporting
- ba3ff1b Added TODOs
- 7b9cd1e added minimum documentation
- f063f09 Updated tree hierarchy
- 5b372fb renamed main to api
- c98024b separated provider from main
- 18828f2 converted SETTINGS to DEFAULT
- dd98319 added playlist view
- cde99cf removed
.* - e168d53 Sending message
- 990ec5b added exception message to 500
- b3d8542 fetch_playlist ready
- ae3fb84 renamed default
- f0f0ce5 provider kwargs
- e7cde01 album and track temporary
- b2ec0ba Ignoring mp3 files
- 6e2d88e album is working
- 6467009 added verbose logging
- d7cd8ac wsl compatible task
- b9115c5 changed to wsl
- ec70509 printing metadata in example as well
- 4a96cbd fixed import
- 6ada02a overwrite = force fix