Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Oct 13, 2022
  2. Oct 10, 2022
  3. Oct 06, 2022
  4. Oct 03, 2022
  5. Sep 30, 2022
  6. Sep 25, 2022
  7. Sep 24, 2022
  8. Sep 20, 2022
  9. Sep 11, 2022
    • Hiers's avatar
      Line to indicate first unread message (#1147) · 8071b192
      Hiers authored
      * First draft of unread line feature.
      
      * Minor visual fix.
      
      * Removed unnecessary ternary operator.
      
      * Extended unread line functionality to work on minimised window or focusing another window.
      
      * Fix for unread line not showing when last read message is hidden.
      
      * Minor performance improvement. Fix for misbehaving event2order DB at application start.
      
      * Fix for possible performance issues when user has joined a large number of rooms.
      
      * Fix for breaking macos and clazy builds.
      
      * Changed on windows focus function to refresh unread line if room is unread.
      
      * Unread line is removed when user sends a message.
      
      * Linting.
      
      * Fixed unread line to work in standalone room windows.
      
      * Switch isRoomUnread for index 0.
      
      * Merged try/catch blocks.
      
      * Fix for crash on opening a room invite.
      
      * Call fullyReadEventId function when used instead of storing it and passing it through.
      
      * Function that was meant to sync the unread line was relying on an async function, oops.
      
      * Linting again.
      
      * More linting...
      
      * Minor changes.
      Unverified
      8071b192
  10. Jul 15, 2022
  11. Jul 09, 2022
  12. Jul 01, 2022
  13. Jun 23, 2022
  14. Jun 18, 2022
  15. Jun 17, 2022
  16. Jun 15, 2022
    • Nicolas Werner's avatar
      Speedup startup by caching last message timestamp · ef9ebe3f
      Nicolas Werner authored
      The cache is only approximate, i.e. it doesn't skip edits and similar,
      but this might be good enough? Also no migration right now.
      
      Speeds up startup by about 5x on my system.
      
      Half the startup time is now loading the powerlevels for each room. We
      can probably lazily load those too in the future.
      Verified
      ef9ebe3f
  17. May 27, 2022
  18. May 10, 2022
  19. Apr 19, 2022
  20. Mar 20, 2022
  21. Mar 06, 2022
  22. Feb 12, 2022
  23. Feb 07, 2022
  24. Feb 05, 2022
  25. Feb 04, 2022
  26. Jan 01, 2022
  27. Dec 29, 2021
  28. Dec 28, 2021
  29. Dec 27, 2021
  30. Dec 23, 2021
  31. Dec 11, 2021
  32. Nov 29, 2021
  33. Nov 08, 2021
  34. Sep 17, 2021
Loading