Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a new pull request by comparing changes across two branches #635

Merged
merged 28 commits into from
Jul 25, 2023

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    727bfd1 View commit details
    Browse the repository at this point in the history
  2. Fix build with MSVC.

    john-preston committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0b1b996 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb4e054 View commit details
    Browse the repository at this point in the history
  4. Use absolute executable path for dbus service

    After the v4.8.7 release, I cannot launch telegram desktop because of the
    recent dbus support introduced in
    2dfe858.
    And it was fixed after I changed the value of the Exec field to absolute
    path to the telegram-desktop executable.
    
    In dbus specification they don't mention that they will find
    executable from PATH variable, so this is a UB.
    After this commit, cmake will use the full install path to generate the correct service file
    and fix the above issue.
    
    Signed-off-by: Avimitin <dev@avimit.in>
    Avimitin authored and john-preston committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    88a165d View commit details
    Browse the repository at this point in the history
  5. Fix build with GCC.

    john-preston committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    320db83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2323aef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e109e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39f494e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d69a78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a472d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65a344b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fce8bc6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    16117e5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9a72b05 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fd33fb4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    921aeb3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    065eb8e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    57fc9f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7ea9a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cc90c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5aa6102 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f2e8d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6098e5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a85f33f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35f0f87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30334b6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    885a8b3 View commit details
    Browse the repository at this point in the history
  11. Version 4.8.8.

    - Several crash fixes and story viewer improvements.
    john-preston committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    642c5a3 View commit details
    Browse the repository at this point in the history