Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Releases: ergoithz/browsepy

0.5.6

09 Sep 19:48
Compare
Choose a tag to compare
  • Windows-related fixes.

0.5.5

09 Sep 11:59
Compare
Choose a tag to compare
  • Player directory ordering.
  • Handle filesystem path-size limits.

0.5.4

30 Jul 18:58
Compare
Choose a tag to compare
update version on readme

0.5.3

12 Jun 09:04
Compare
Choose a tag to compare
  • New "exclude" option (--exclude and --exclude-from), accepting UNIX globs.
  • Basic NT support.

0.5.2

28 Feb 14:35
Compare
Choose a tag to compare

Maintenance release:

  • Fixes #12 .
  • Add nt file tests.

0.5.1

28 Nov 13:28
Compare
Choose a tag to compare

Maintenance release:

  • Add eslint test
  • Replace scrutinizer by codacy
  • Improve Makefile and travis config.
  • Bugfix.

0.5.0: [RELEASE] 0.5 (#6)

24 Nov 17:07
Compare
Choose a tag to compare
  • File and plugin APIs have been fully reworked making them more complete and
    extensible, so they can be considered stable now. As a side-effect backward
    compatibility on some edge cases could be broken (please fill an issue if
    your code is affected).
    • Old widget API have been deprecated and warnings will be shown if used.
    • Widget registration in a single call (passing a widget instances is still
      available though), no more action-widget duality.
    • Callable-based widget filtering (no longer limited to mimetypes).
    • A raw HTML widget for maximum flexibility.
  • Plugins can register command-line arguments now.
  • Player plugin is now able to load m3u and pls playlists, and optionally
    play everything on a directory (adding a command-line argument).
  • Browsing now takes full advantage of scandir (already in Python 3.5 and an
    external dependecy for older versions) providing faster directory listing.
  • Custom file ordering while browsing directories.
  • Easy multi-file uploads.
  • Jinja2 template output minification, saving those precious bytes.
  • Setup script now registers a proper browsepy command.

0.3.8

05 Nov 11:45
Compare
Choose a tag to compare

Fixes critical bug #1 .

0.3.6: implement file upload, migrate README to rst, add non-exception custo…

09 Jun 17:55
Compare
Choose a tag to compare

0.3.5

02 Jun 14:08
Compare
Choose a tag to compare
add MANIFEST.in, first fully working release