Skip to content

Releases: Baldomo/open-in-mpv

2.0.0 - Starting support for other OSs

28 Jul 12:19
Compare
Choose a tag to compare

Notes

The config.yml file can be placed alognside the executable (not recommended) or in the user config folders listed in the README

Changelog

74987a4 Full Go rewrite with WIP suppport for ther systems (Windows custom protocol handler), fixed #4, updated README

1.0.0

26 Jul 17:06
Compare
Choose a tag to compare

Changelog

821087a Updated README with links (and submitted Firefox extension to AMO)
78afbd9 Small restyle of README

0.5.0

24 Jan 17:47
Compare
Choose a tag to compare

Changelog

1bf066e Fully implemented flag overriding and player specification in players.hpp, fixed bugs and updated README
93f7bc2 Added list of supported players with flag overrides and checks for support, reformatted code, added .editorconfig
132a258 Minor code refactor, code is more consistent
99b9474 Moved alnum_to_hex to own unnamed namespace, moved documentation comments to class definitions and function bodies outside of definitions, reformatted code
9fedb03 Formatted code and added .clang-format, small refactors
8c2d69b Fixed small typos in README
1a798ef Fixed wrong required rule for make install
c6db44e Major refactor of code: removed dependency on libcurl, added url.hpp, moved everything in the oim namespace, updated readme, added more documentation comments

0.4.0

22 Dec 18:24
Compare
Choose a tag to compare

Changelog

98de730 Fixed context menu, reworked and restyled option page, updated Makefile

0.3.0

19 Dec 16:32
Compare
Choose a tag to compare

Changelog

47c646c Updated extension to support using any mpv-compatible player and custom flags, simplified javascript, added query_value overload with fallback string
8659dde Finally added enqueue functionality to extension options, fixed flawed selector in options, modified main.cpp so enqueuing when mpv is closed open a new instance
1a45460 Fixed typos in README, added TODO in mpvopts.hpp

0.2.0

04 Dec 10:32
Compare
Choose a tag to compare

Changelog

94861f3 Prevented potential key/value parsing bug in qurey_value(string, string), updated README
81c10e7 Added custom flags and custom video player to extension settings and generted mpv:// URLs, updated README
86d8ea4 Total c++ rewrite

0.0.1

24 Jan 11:20
Compare
Choose a tag to compare

Changelog

f43e16d Added query option checking/defaults in main, refactored main.rs, added protocol installation to main
3a6ef28 open-in-mpv.desktop is now hidden from menus
e0d4c44 Added license, split code in lib.rs and main.rs, simplified methods, added build.rs (to package webexts, WIP)
6dbd77f Updated install-protocol.sh to use xdg-mime, added Chrome extension (courtesy of IINA's extension)
a37de57 Initial commit: main.rs, base project layout