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

Releases: k0kubun/Nocturn

v0.3.0

16 Mar 16:19
Compare
Choose a tag to compare
  • Use string id to prevent overflow
  • Don't enable key binding for F, 0, Space when editing text

v0.2.5

13 Mar 13:06
Compare
Choose a tag to compare
  • Improve rendering performance
  • In OSX, make Cmd-J, Cmd-K working when not editing text

v0.2.4

13 Mar 08:08
Compare
Choose a tag to compare
  • Improve rendering performance

v0.2.3

12 Mar 11:08
Compare
Choose a tag to compare
  • Limits tweets for each tab upto 100
  • Increase number of initial loaded tweets from 20 to 50

v0.2.2

12 Mar 11:01
Compare
Choose a tag to compare
  • Reduce package size
  • Improve performance to move tweet focus
  • Drop J, K, Up, Down from menu
  • Don't show relative time due to performance reason
    • It'll be fixed in the future

v0.2.1

12 Mar 09:45
Compare
Choose a tag to compare
  • Improve rendering performance

v0.2.0

11 Mar 18:24
Compare
Choose a tag to compare

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.

v0.1.8

02 Feb 12:40
Compare
Choose a tag to compare
  • Support Two-Factor Authentication

v0.1.7

05 Nov 12:39
Compare
Choose a tag to compare
  • Fix title bar offset for Windows and Linux
  • Change link color in active tweet to white

v0.1.6

05 Nov 11:52
Compare
Choose a tag to compare