Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.82 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.82 KB

TracksFlow Downloader

TracksFlow Downloader is Google Chrome extension that adds possibility to download tracks from http://tracksflow.com service. After install, download icon will appear on each track line on hover.

Developed By

Special thanks

  • yfyin for icon, screenshots and banners.

Links

Branching model

Similar to [this] (http://nvie.com/posts/a-successful-git-branching-model) branching model but with only master, develop and feature branches.

Develop main functionality in develop branch.

For new experimental features create separate branch.

Merge to develop from feature branch when you complete it.

Merge to master from develop branch on release and tag it with version number.

Versioning

Versioning logic matches Semantic Versioning 2.0.0.

License

Copyright 2013 Paul Annekov

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.