rhysd
2bf5bcc2a1
describe how to debug app
2017-04-23 22:25:15 +09:00
rhysd
ffdab65515
describe how to write up "accounts" section ( #4 )
2017-04-23 18:03:45 +09:00
rhysd
64ab056fa9
0.2.2
2017-04-21 20:00:50 +09:00
rhysd
49c45619a5
do not use content size ( fix #10 )
2017-04-21 20:00:42 +09:00
rhysd
1e7df65f57
basic plugin implementation
2017-04-21 20:00:41 +09:00
rhysd
bf069f58fc
add more information to doc
...
- add npm badge
- add default path actions
- add how to contact to me
2017-04-21 11:43:43 +09:00
rhysd
d70f264d46
do not navigate to login page if destination of redirect is expected page
2017-04-20 23:41:25 +09:00
rhysd
9c3f0fe970
detect single user mode at first loading ( #5 )
2017-04-20 23:39:18 +09:00
rhysd
cca0475686
fix cleanup temporary directory after making zips
2017-04-20 23:12:32 +09:00
rhysd
fa4b99871c
0.2.1
2017-04-20 14:48:33 +09:00
rhysd
241b97f0b4
add 'open-in-browser' key shortcut
2017-04-20 14:47:48 +09:00
rhysd
dad67cd8d4
fix setting zoom factor
2017-04-20 14:00:57 +09:00
rhysd
4dbe2b7f08
fix released apps' icons
2017-04-20 12:32:45 +09:00
rhysd
734ccc4d86
0.2.0
2017-04-20 12:23:31 +09:00
rhysd
04aab35ba2
remember window state while switching account
2017-04-20 12:22:45 +09:00
rhysd
7746e26338
set chromium_sandbox to true by default
2017-04-20 12:11:10 +09:00
rhysd
26911d441a
describe chromium_sandbox, key shortcut plugin and user.css
2017-04-20 12:06:46 +09:00
rhysd
ae833be107
implement key shortcut plugin
2017-04-20 11:47:44 +09:00
rhysd
8bb5b78ef9
implement user CSS
2017-04-20 11:09:57 +09:00
rhysd
0f449b8b2b
show app crash with dialog and die
2017-04-20 10:48:29 +09:00
rhysd
d2315a576b
0.1.3
2017-04-20 01:33:28 +09:00
rhysd
969c8cee21
IPC workaround is no longer needed with Electron 1.6.5
2017-04-20 01:32:18 +09:00
rhysd
80eb09877f
tiny followup for a74b4f3
2017-04-20 01:30:25 +09:00
rhysd
5aebef7619
Merge branch 'master' of github.com:rhysd/Mstdn
2017-04-20 01:28:01 +09:00
Linda_pp
a74b4f38cf
Merge pull request #2 from algernon/f/autohide-menubar
...
Add a way to launch with the menubar hidden & normal window
2017-04-20 00:59:22 +09:00
Gergely Nagy
2f12c63d93
Rename config.menubar to config.hide_menu
...
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2017-04-19 17:45:45 +02:00
rhysd
c9c74dcf6b
disable debug log by default...
2017-04-20 00:26:54 +09:00
rhysd
e323625cca
fix IPC event handling on macOS
2017-04-20 00:21:23 +09:00
rhysd
4169bcf902
avoid crash problem at preventing 'new-window' event ( #1 )
...
https://github.com/electron/electron/issues/9230
2017-04-20 00:07:12 +09:00
Gergely Nagy
f67c6f15e8
Add a way to launch with the menubar hidden & normal window
...
I prefer to launch the application with a normal window, yet, the
menubar on auto-hide, because most of the time, it's just taking up
space and serves no purpose. This patch introduces a `config.menubar`
setting that makes this possible. Defaults to `true` to preserve the
current behaviour, and is only used when `normal_window` is also used.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2017-04-19 16:39:54 +02:00
rhysd
952be70e4d
0.1.2
2017-04-19 20:58:53 +09:00
rhysd
edfe81e06a
do not crash on external link on Windows
2017-04-19 20:56:54 +09:00
rhysd
1fd663a93c
do not hide app menu on Windows
2017-04-19 18:07:12 +09:00
rhysd
2b6b6c14eb
tslint
2017-04-19 17:19:01 +09:00
rhysd
d5e3194025
v0.1.1
2017-04-19 17:13:53 +09:00
rhysd
129490f4b4
add shortcuts to switch to next/previous account
2017-04-19 17:13:21 +09:00
rhysd
2a65483779
do not allow any permission by default outside current mastodon instance
2017-04-19 17:13:21 +09:00
rhysd
0098a55e19
make switching tab faster
2017-04-19 17:13:21 +09:00
rhysd
e8ab0c20e7
do not reset global shortcut
2017-04-19 17:13:21 +09:00
rhysd
ed99f9fd8f
separate duplicate codes as common.ts
2017-04-19 16:25:46 +09:00
rhysd
a15e6a25fb
do not append tray icon at normal window
2017-04-19 16:25:46 +09:00
rhysd
5442699549
avoid reloading the same page
2017-04-19 00:45:53 +09:00
rhysd
ddeef3157a
release v0.1.0
2017-04-18 20:55:32 +09:00
rhysd
e76fdd25aa
Merge branch 'multi-account'
2017-04-18 20:40:00 +09:00
rhysd
07652e1ad4
more logs
2017-04-18 20:39:47 +09:00
rhysd
bf680a4b89
recreate browser window to switch session partition
2017-04-18 20:29:07 +09:00
rhysd
8395159007
tslint
2017-04-18 15:56:46 +09:00
rhysd
d9bdb4571d
use App as mediator and separate browser window as Window class
...
because window needs to be reopened for switching account
2017-04-18 15:48:50 +09:00
rhysd
5437c28b25
implement account switcher
2017-04-17 18:40:55 +09:00
rhysd
98e0167038
fix building app
2017-04-17 16:54:26 +09:00