1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2024-11-28 20:24:10 +01:00
Commit Graph

115 Commits

Author SHA1 Message Date
rhysd
9789c367ee v0.2.6 2017-08-31 19:49:43 +09:00
rhysd
f96d3fdcab improve type definitions 2017-08-30 16:15:13 +09:00
rhysd
496cacb8c8 update dependencies and fix lint errors 2017-08-30 12:40:43 +09:00
rhysd
33c3b4df5f update Electron to v1.7.5 (use official type definitions) 2017-08-30 12:33:49 +09:00
rhysd
1a7745345b update dependencies and avoid Electron's official type definitions 2017-06-20 17:39:07 +09:00
rhysd
150b42bcfb describe more about menubar window (#29) 2017-06-20 17:21:54 +09:00
Sumner Evans
10754d1305 README updates (#26)
* README updates

* added AUR link

* Update from PR
2017-05-29 12:00:18 +09:00
Sumner Evans
262e839e25 Fixed Electron link on README (#25) 2017-05-28 12:18:48 +09:00
rhysd
ec6ecdf337 fix linter errors and bump version (0.2.5) 2017-05-08 19:29:49 +09:00
rhysd
6cf895a13c fix scrolling timeline view 2017-05-08 19:27:28 +09:00
rhysd
02a406b821 update dependencies 2017-05-08 02:13:56 +09:00
Linda_pp
070924b707 add notes to issue template 2017-05-06 17:14:41 +09:00
rhysd
8a4b8a1dda update issue template 2017-05-04 11:33:30 +09:00
Linda_pp
b272c2cb97 Merge pull request #22 from algernon/f/context-menu
Add a context menu
2017-05-04 00:30:57 +09:00
Gergely Nagy
5163f82b34 Add a context menu
Fixes #21.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2017-05-03 17:27:39 +02:00
rhysd
8f60edd353 open external page with external browser again (fix #14)
I confirmed the bug was fixed with Windows 8.1
2017-05-02 18:15:59 +09:00
rhysd
84b740839b fix login doc 2017-05-01 18:21:49 +09:00
rhysd
777d96e92e v0.2.4 2017-05-01 18:15:13 +09:00
rhysd
754ca9e7c1 enable login with Pixiv account on pawoo.net 2017-05-01 18:12:19 +09:00
rhysd
e03537f4f8 add notice about login with other service account 2017-05-01 03:55:51 +09:00
rhysd
bfbb758ff7 give plugins the ability to make custom key shortcuts 2017-04-26 15:52:57 +09:00
rhysd
f01dea80ea change default hot key to CmdOrCtrl+Shift+Enter (#17) 2017-04-26 10:43:02 +09:00
rhysd
92c27957f7 fix sandbox flag on switching menubar window 2017-04-25 23:33:32 +09:00
rhysd
acedcf750b remove browserify workaround 2017-04-25 17:37:10 +09:00
rhysd
3d4237e677 move plugins config into account config 2017-04-25 17:30:18 +09:00
rhysd
73c0a73e14 use minimize() instead of hide() on Windows
to restore window state correctly.

https://twitter.com/raa0121/status/856701302285287424
2017-04-25 16:46:20 +09:00
rhysd
282b24d7b0 manage focus on toggling window on Windows 2017-04-25 16:46:20 +09:00
Linda_pp
840ecde8ef Merge pull request #16 from nicexe/patch-1
Added options for installation with yarn
2017-04-25 14:00:27 +09:00
Nicolas Tsagarides
6184a3999f Added options for installation with yarn 2017-04-25 00:41:49 +03:00
rhysd
f1059130be v0.2.3 2017-04-25 01:29:16 +09:00
rhysd
79a096b604 add workaround for bug of sandbox and CSP in Electron 2017-04-25 01:27:07 +09:00
rhysd
969df0ca60 describe more detail about window modes in README (#15) 2017-04-24 22:46:27 +09:00
rhysd
506055084a fix type definitions for RequestIdleCallback 2017-04-24 18:35:58 +09:00
rhysd
f8e7d64b08 load preload plugins after app gets idling 2017-04-24 18:32:42 +09:00
rhysd
da55de25d1 do not see protocol scheme for partitions 2017-04-23 23:12:11 +09:00
rhysd
5429c0150c allow host to contain 'https://' or 'http://' 2017-04-23 23:04:03 +09:00
rhysd
aa6d196f2b move GitHub things to .github 2017-04-23 22:37:35 +09:00
rhysd
88cf44e01a add contribution guideline and minimal issue template 2017-04-23 22:34:24 +09:00
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