tmoreno / open-log-viewer

A multi-platform log viewer built with Electron and styled with Material Design
GNU General Public License v3.0
308 stars 44 forks source link

Add feature to automatic scrolling #3

Closed hendrakwong closed 3 years ago

hendrakwong commented 5 years ago

The application needs the ability to automatically scroll to the last log. Also, provide a way to enable/disable this feature.

tmoreno commented 5 years ago

Hi Hendra!

Now I'm trying to integrate Ace Editor, because it provides some interesting features like search.

The automatic scrolling is a feature that I already had planned, but it will have to wait for a while.

Thanks for your feedback :)

tmoreno commented 3 years ago

Hi Hendra,

Finally, I've just released a new version with the feature that you suggested:

https://github.com/tmoreno/open-log-viewer/releases/tag/1.5.0

Sorry for the delay :P

Cheers!

hendrakwong commented 3 years ago

Thank you for the support. I'll check it out.

tmoreno commented 3 years ago

Can I close the issue?