Commit Graph

  • 150fd4364e
    add `--notify-send` option Malte Jürgens 2022-11-04 23:16:49 +0100
  • a0a2924796 remove Vencord folder Malte Jürgens 2022-11-04 20:45:55 +0000
  • 1d245982d9 Added missing packages to the install script KanuX-14 2022-11-03 21:55:46 -0300
  • 0f53e5bf53 Updated README.md KanuX-14 2022-11-03 21:49:55 -0300
  • 6dc931452d Added a check for already downloaded packages on Arch KanuX-14 2022-11-03 21:34:58 -0300
  • db9c82556e Better directory detection It now detects the current directory before detecting if the hidden directory source exists. If not, download the repository to the hidden one. 'CURRENT_PWD' was removed as it is a unusable variable. KanuX-14 2022-11-03 21:30:31 -0300
  • 3c48621427
    add developer field to metainfo Malte Jürgens 2022-10-28 21:57:32 +0200
  • 4a3b13157d
    Clone repository to a hidden git directory KanuX 2022-10-26 14:42:36 -0300
  • b988018607
    Update scripts/install.sh KanuX 2022-10-26 14:14:13 -0300
  • 906deee580
    vencord fixes Malte Jürgens 2022-10-25 20:27:22 +0200
  • 9d9e57df1e
    add about message again Malte Jürgens 2022-10-25 20:25:47 +0200
  • 9faabe1f3e
    Merge pull request #66 from kherchel/fix/keybinds v1.4.1 Malte Jürgens 2022-10-25 18:18:08 +0000
  • 68473d04d8 Fix mute and deafen keybinds disconnecting from the call instead of performing their appropriate action Kacper Herchel 2022-10-25 17:01:10 +0200
  • 9eae8bbe4f
    further work on vencord Malte Jürgens 2022-10-22 23:56:49 +0200
  • bdabf68c9b
    add chromium flags for hardware acceleration testing_hardware_accel Malte Jürgens 2022-10-15 20:28:38 +0200
  • 0493a76117
    working Malte Jürgens 2022-10-15 00:15:19 +0200
  • 100f9bf58e
    testing Malte Jürgens 2022-10-14 23:16:34 +0200
  • 1eda9d75b0
    Merge branch 'master' into vencord Malte Jürgens 2022-10-11 22:21:14 +0200
  • 7c8f72b8d8
    fix Malte Jürgens 2022-10-11 22:17:53 +0200
  • f750b76068
    testing vencord Malte Jürgens 2022-10-11 19:51:09 +0200
  • 27cdd9f9a5
    code fixes Malte Jürgens 2022-10-11 19:48:57 +0200
  • aab44644cb
    Merge branch 'master' into master KanuX 2022-10-11 07:12:33 -0300
  • d184823ee9
    Enable smooth scrolling v1.4.0 Malte Jürgens 2022-10-10 21:54:26 +0200
  • dd2beed4eb
    Implement Keybinds (#57) Malte Jürgens 2022-10-10 19:50:26 +0000
  • 9c0d573ef7
    add button to keybind menu instead of sidebar button Malte Jürgens 2022-10-10 21:41:42 +0200
  • 0aa4b459c6
    Merge branch 'master' into keybinds Malte Jürgens 2022-10-10 21:05:10 +0200
  • 94c98b8c44
    working on keybinds Malte Jürgens 2022-10-10 21:05:02 +0200
  • 3740553aba
    Merge pull request #54 from D3SOX/improve-desktop-entry Malte Jürgens 2022-09-29 16:47:49 +0000
  • 555f5c62f5
    feat(desktop-entry): add categories and comment Nico 2022-09-29 18:45:08 +0200
  • f2b8cbb57a fix license Malte Jürgens 2022-09-28 22:51:17 +0200
  • ad55421c62 Merge branch 'master' into keybinds Malte Jürgens 2022-09-28 22:36:27 +0200
  • af3c62c263
    update screenshot Malte Jürgens 2022-09-25 11:32:23 +0200
  • c4f6c33f9d
    display correct steam resolution v1.3.1 Malte Jürgens 2022-09-21 17:32:41 +0200
  • 758ffa8cb5
    Update README (#48) Malte Jürgens 2022-09-18 12:04:04 +0200
  • a01933856d
    Update README.md KanuX 2022-09-03 02:11:30 -0300
  • 9d9a553777 cmake install goes straight-forward KanuX-14 2022-08-29 15:19:34 -0300
  • aef56e778e
    Merge pull request #1 from maltejur/port_code_to_qt KanuX 2022-08-29 15:15:48 -0300
  • 80f0c8cd4c
    port notification code to use qt Malte Jürgens 2022-08-29 20:10:00 +0200
  • 4fa00fc8de Updated installation script Moved to 'scripts' folder and added the default option for Knotifications. KanuX-14 2022-08-29 15:09:23 -0300
  • a734d3982b
    move `KNOTIFICATIONS` check into callback Malte Jürgens 2022-08-29 19:56:59 +0200
  • 6892f80c10
    Merge branch 'master' into master KanuX 2022-08-29 14:18:10 -0300
  • 0b2ca4e2c6
    Update README.md KanuX 2022-08-29 14:10:56 -0300
  • a3c392dc53
    Update README.md KanuX 2022-08-29 14:10:43 -0300
  • 753da8b1d3
    automatically detect if kf5notifications is installed Malte Jürgens 2022-08-29 14:23:00 +0200
  • ccb9e749af Minor corrections KanuX-14 2022-08-23 11:16:58 -0300
  • efe125f23c Fix for notification showing only 1 image KanuX-14 2022-08-22 00:15:15 -0300
  • 8aa3bfc32d Implemented image on notification. KanuX-14 2022-08-21 23:23:39 -0300
  • 9bab97f9eb Added message filter Send a raw string to the system terminal is seriously dangerous. Had to fix this as soon as possible. KanuX-14 2022-08-21 23:07:43 -0300
  • 2325d14ace Support for system notification daemon If 'KF5NOTIFICATIONS' is set to 'OFF', discord-screenaudio will send a notification alert through the system. KanuX-14 2022-08-21 10:09:43 -0300
  • bb60ff1671 Automatic installation script Instructions are also provided. KanuX-14 2022-08-21 10:08:29 -0300
  • 5f37ab314f
    Changed location of openSUSE package (#34) Vortex Acherontic 2022-08-21 07:21:18 +0200
  • 80d1d2a5a9 Updated building instructions - Set Knotifications as optional, since it does not need to be installed in other DEs. Notification-daemon is universal. - Added Arch packages to build instructions. - Appended '--recursive' flag to 'git clone' command. It will also clone the submodules. KanuX-14 2022-08-17 05:41:02 -0300
  • 1261820952 Added 'network' category to desktop application When on LXDE, the application is shown as "Other" and Discord as "Network". KanuX-14 2022-08-17 04:49:24 -0300
  • d32106ccd9
    work Malte Jürgens 2022-08-12 03:29:12 +0200
  • b9a7afc8ff Changed location of openSUSE package Vortex Acherontic 2022-08-12 01:17:34 +0200
  • c7bff3f428 add refresh button to stream dialog v1.3.0 Malte Jürgens 2022-08-04 15:51:03 +0200
  • 34e23f7187 cmake: use version from text file without suffix Malte Jürgens 2022-08-04 15:47:04 +0200
  • c325dd6798 allow sharing all desktop audio Malte Jürgens 2022-08-04 15:27:39 +0200
  • b42fde85d1 only allow to share application audio Malte Jürgens 2022-08-04 14:57:09 +0200
  • cc379ada85 fix metainfo again Malte Jürgens 2022-08-04 11:10:29 +0200
  • fdb6145bbd improve logging Malte Jürgens 2022-08-02 12:41:32 +0200
  • 8bd4d1896a poll for `enumerateDevices()` to get available Malte Jürgens 2022-08-02 11:56:08 +0200
  • 1a2d09fe3d remove useless main.h again Malte Jürgens 2022-08-02 11:46:37 +0200
  • f01c941c90 add timeout to getAudioDevice v1.2.1 Malte Jürgens 2022-08-01 22:26:44 +0200
  • 95d391e869 fix remote debugging Malte Jürgens 2022-08-01 19:59:01 +0200
  • af107168db update metainfo description Malte Jürgens 2022-07-31 21:12:53 +0200
  • e7e6c5d82b update readme v1.2.0 Malte Jürgens 2022-07-30 21:14:56 +0200
  • ee0c66762d add `--enable-features=WebRTCPipeWireCapturer` Malte Jürgens 2022-07-30 21:09:30 +0200
  • c3483a42db
    disclaimer (#23) v1.1.0 LukeVader 2022-07-29 21:01:11 +0000
  • eca5959697
    Update disclaimer LukeVader 2022-07-29 21:00:18 +0000
  • 8b414ad2cd
    disclaimer LukeVader 2022-07-29 20:32:27 +0000
  • d68797cebb
    make KF5Notifications optional Malte Jürgens 2022-07-29 16:31:04 +0200
  • ef221d4574
    implement better notifications Malte Jürgens 2022-07-29 16:08:19 +0200
  • 3fa2e3fa3c
    update installation instructions Malte Jürgens 2022-07-29 14:41:00 +0200
  • bda1bc0df6
    fixed invisible stream dialog v1.0.4 Malte Jürgens 2022-07-29 01:03:25 +0200
  • cb0f084d42
    fix metainfo Malte Jürgens 2022-07-29 01:02:20 +0200
  • 674ac146f2
    use icon for window Malte Jürgens 2022-07-28 18:36:09 +0200
  • 1ab00ee774
    include timestamp in metainfo v1.0.3 Malte Jürgens 2022-07-28 18:23:26 +0200
  • 38bcc30ed4
    display version number correctly v1.0.2 Malte Jürgens 2022-07-28 18:12:28 +0200
  • 204439af94
    implement automatic versioning v1.0.1 v1.0.0 Malte Jürgens 2022-07-28 17:34:54 +0200
  • 8fc529102c
    bump version to 1.0.0-rc.11 v1.0.0-rc.11 Malte Jürgens 2022-07-28 16:41:49 +0200
  • a7a8346b63
    change icon location Malte Jürgens 2022-07-28 16:41:29 +0200
  • 88b129f863
    bump version to 1.0.0-rc.10 v1.0.0-rc.10 Malte Jürgens 2022-07-28 16:39:27 +0200
  • f4fc2e1f19
    change desktop file name Malte Jürgens 2022-07-28 16:39:02 +0200
  • e1b35e3ca8
    bump version to 1.0.0-rc.9 v1.0.0-rc.9 Malte Jürgens 2022-07-28 16:08:45 +0200
  • a773795e38
    fix metainfo Malte Jürgens 2022-07-28 16:08:24 +0200
  • c8695ca5ff
    bump version to 1.0.0-rc.8 v1.0.0-rc.8 Malte Jürgens 2022-07-28 15:59:57 +0200
  • bc23d3423a
    add metainfo Malte Jürgens 2022-07-28 15:58:50 +0200
  • f5217dfdfa
    remove dependency on aria-label Malte Jürgens 2022-07-28 15:09:06 +0200
  • 092fbf72b6
    bump version appimage Malte Jürgens 2022-07-27 21:25:24 +0200
  • 4d3e77bc9a
    Merge branch 'master' into appimage Malte Jürgens 2022-07-27 21:24:54 +0200
  • 6ef16b9625
    bump version to 1.0.0-rc.7 v1.0.0-rc.7 Malte Jürgens 2022-07-27 21:24:31 +0200
  • ae57550b46
    Merge branch 'master' into appimage Malte Jürgens 2022-07-27 20:45:16 +0200
  • b62f1bab1f
    update readme Malte Jürgens 2022-07-27 19:49:49 +0200
  • 5f9211f98f
    remember is window was maximised before fullscreen Malte Jürgens 2022-07-27 19:38:09 +0200
  • cfbb4152c3
    ensure application is closed when window is closed Malte Jürgens 2022-07-27 15:11:53 +0200
  • fa83e2d9a8
    fix broken discord notifications after restart Malte Jürgens 2022-07-27 15:02:51 +0200
  • 58ecbbc6f4
    Allow navigation to external links Malte Jürgens 2022-07-27 14:53:16 +0200
  • 77300ed178
    allow discord to go fullscreen Malte Jürgens 2022-07-27 14:13:59 +0200
  • 99df18ef89
    add scope of project to readme Malte Jürgens 2022-07-27 13:09:15 +0200