Version: 1.6.7+git~20200218-bp152.1.52
* Mon Mar 23 2020 Christophe Giboudeaux <christophe@krop.fr>
- Add patch to fix build with recent mpv versions:
* 0001-Add-a-local-qthelper.hpp-copy.patch (gh#alamminsalo/orion/296)
- Spec cleanup
- Remove obsolete post macros.
- Remove obsolete sed calls.
* Tue Feb 25 2020 pousaduarte@gmail.com
- Update to version 1.6.7+git~20200218:
* loadAndPlay: log message for no streamMap early exit; if Settings.quality is not available try source; don't try to play an empty URL, log an error instead (#293)
* Workaround for chat not working when emotes are not initialized in the chat frontend (#294)
* Fri Jan 31 2020 pousaduarte@gmail.com
- Update to version 1.6.7+git~20200130:
* Ongoing travis fix PR (#291)
* Fri Jan 03 2020 pousaduarte@gmail.com
- Update to version 1.6.6+git~20191230:
* access through twitch api key (#287)
* Sun Jul 14 2019 pousaduarte@gmail.com
- Update to version 1.6.6+git~20190714:
* chat users list: add broadcaster and vips sections to predefined groups order; show any unrecognized groups added in the future after moderators. (#280)
* Mon Apr 15 2019 pousaduarte@gmail.com
- Update to version 1.6.6+git~20190328:
* Fix HTTP request socket output (#272)
* Mon Feb 04 2019 pousaduarte@gmail.com
- Update to version 1.6.6+git~20190202:
* Fix HiDPI using QT_AUTO_SCREEN_SCALE_FACTOR (#269)
* Tue Nov 20 2018 pousaduarte@gmail.com
- Update to version 1.6.6+git~20181119:
* adjusted font sizes
* fix travis linux build
* make views swipeable
* minor ux fixes, allow chat on top edge
* topbar hiding at screen edge
* responsive grid tooltips, remove 'open chat'
* store window position
* imageprovider: fix a mem leak
* vod: properly save position on shutdown
* allow debug option on windows
* chat ux, readable colors, focus, multiline comments etc.
* responsive scrolling and scrollbar
* better url detection
* remove apptray, add follow confirmation
* refactor settings, choose player settings at runtime
* Sun Nov 04 2018 pousaduarte@gmail.com
- Update to version 1.6.6+git~20181103:
* [travis] add linux appimage and android apk (#258)
* Wed Oct 17 2018 pousaduarte@gmail.com
- Update to version 1.6.6+git~20181016:
* Custom install prefix (#256)
* Mon Oct 15 2018 pousaduarte@gmail.com
- Update to version 1.6.6+git~20181015:
* Seek preview (#252)
* appveyor compile openssl, mpv (#250)
* Sun Oct 07 2018 pousaduarte@gmail.com
- Update to version 1.6.5+git~20181007:
* version 1.6.6
* fix header visibility while mouseover player
* add player hotkeys
* improve player ui
* fix some player ui glitches
* add channel name to header when playing vod
* fix vod reload seeking to correct position
* fix QtAV buffering status and seeking at start
* fix mpv player position update
* replace spacer with vod time label
* add option for hardware acceleration
* add option for opengl backend
* add option for multiple instances
* fix wrong usage of beginRemoveRows
* Sat Oct 06 2018 pousaduarte@gmail.com
- Update to version 1.6.5+git~20181005:
* enable android topbar hiding feature on desktop
* fix appveyor (#245)
* add example image of color mod
* Tue May 29 2018 opensuse-packaging@opensuse.org
- Update to version 1.6.5+git~20180524:
* Desktop file improvements (#237)
* Sun Mar 11 2018 pousaduarte@gmail.com
- Update to version 1.6.5+git~20180311:
* bump appveyor qt ver (#229)
Version: 1.6.5+git~20180311-bp150.1.7
* Sun Mar 11 2018 opensuse-packaging@opensuse.org
- Update to version 1.6.5+git~20180311:
* bump appveyor qt ver (#229)
* Sun Mar 04 2018 pousaduarte@gmail.com
- Update to version 1.6.5+git~20180304:
* set widths on startup to fix tiny window bug
* add timeout
* drop runguard, use simple lockfile for single instancing
* fix window launching size
* Sun Mar 04 2018 pousaduarte@gmail.com
- Update to version 1.6.5+git~20180304:
* ver 1.6.5
* CI automations for building installer packages (#228)
* Sat Mar 03 2018 pousaduarte@gmail.com
- Update to version 1.6.1+git~20180302:
* qt -> qt5
* travis badge
* appveyor badge
* Sun Feb 25 2018 pousaduarte@gmail.com
- Update to version 1.6.1+git~20180225:
* fix user ban messages, do not display timeouts and bans twice if it was the user who banned the person
* fix some warnings, and clean up code
* display when user gets timed out or banned
* Sun Feb 18 2018 pousaduarte@gmail.com
- Add libqt5-qtgraphicaleffects libqt5-qtquickcontrols to required packages
* Thu Dec 21 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20171212:
* add keep on top option for desktop
* Sun Oct 29 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20171029:
* Don't show tray menu on startup.
* Mon Oct 09 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20171007:
* first cut of new chat replay
* avoid a loop requesting chat for the same timestamp if there's a problem
* Fri Sep 22 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20170920:
* Fix desktop entry: don't hardcode icon path and correct category
* Sun Aug 27 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20170827:
* Added webpage link
* updated readme
* Fri Aug 25 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20170822:
* Added click animation
* Thu Aug 10 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20170803:
* Removed initial centering/resizing of window, to respect wm better
* enable double click to open stream directly
* Mon Jul 31 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20170724:
* Update README.md
* leave chat input focused after sending a message
* Mon Jul 17 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20170717:
* emote picker keyboard fixes: hook up onShortcutOverride to re-enable Escape; use forceActiveFocus() instead of setting .focus
* emote picker pageup/pagedown support
* Thu Jul 13 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20170713:
* Fixed player triggering source loading multiple times
* Tue Jul 11 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20170711:
* Added limit of 100 msg in android
* Android build tweaks
* Android ssl tweaking
* Update README.md
* Mon Jul 10 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20170709:
* Added simple version checking on startup
* Added config flag to enable version checks (disabled by default)
* Added generic button which can be set to rotating animation
* Added swipe down update triggers to dynamic grids
* Added header timer refresh on closing stream selector
* Added clear button to search bar, max limit of 48 chars
* Added simple indicator whether chat has new unseen messages to chat opening button
* Slight adjustment
* Adjust update swipe len
* Fri Jul 07 2017 pousaduarte@gmail.com
- Update to version 1.6.1+git~20170706:
* replaced marea with buttons to control chat (because this caused issues with chat interactions)
* Now highlights when picked is visible
* fixed bug in imports
* Upped version after fixes
* Thu Jul 06 2017 pousaduarte@gmail.com
- Update to version 1.6.0+git~20170705:
* Added scroll indicator
* Views don't go to beginning everytime now when shown. Enabled hightlight following, because the not-following didnt work as expected
* added qt minimum version
* tweaked login button font size
* Removed default foreground colors to make room for enviroment variable-set colors via user
* updated
* updated