Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@k0kubun k0kubun released this 11 Mar 18:24
· 511 commits to master since this release

Improved

  • Show tweet timestamp with relative time.
  • Correctly add tweets loaded from streaming to mention tab.
  • Limit tweets for each tab upto 1000 to keep performance for a long time.
  • Prevent tweet overflow from initial screen.
  • Support Linux's HiDPI electron/electron#2980.
  • Add tweet posted from Nocturn to timeline.
  • All commands and shortcut information are available on menu.
  • Avoid key binding conflict when editing a search query.
  • Reload profile image on application start. Fixes https://github.com/k0kubun/Nocturn/issues/5.
  • Fold all newlines in tweet text. Fixes https://github.com/k0kubun/Nocturn/issues/4.

Changed

  • Some key bindings are removed.
    • Now key bindings are different between Mac and others.

Regression

  • Selecting tweet became slower.