Releases: Baldomo/open-in-mpv
2.0.0 - Starting support for other OSs
1.0.0
0.5.0
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
0.3.0
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
0.0.1
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