Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Releases: rhysd/Mstdn

v0.2.6

01 Sep 02:51
Compare
Choose a tag to compare

This is a maintenance update.

  • Update Electron to the latest version 1.7.5
  • Update dependencies
  • Update development tools (move to new type definitions)

v0.2.5

08 May 13:28
Compare
Choose a tag to compare
  • Add context menu at right click (thank you @algernon)
  • Fix scroll key shortcuts did not work
  • Update development dependencies (TypeScript, tslint, packager)

How to update

If you're using npm, please execute $ npm update -g mstdn.
If you downloaded from this release page, please download new archive and simply replace previous directory with new one.

v0.2.4

01 May 09:31
Compare
Choose a tag to compare
  • Fix login with Pixiv account on https://pawoo.net
  • Fix restoring window state on Windows
  • Fix switching sandbox flag at menubar mode
  • Add key shortcut ability to plugins
  • Improve default hot key to CmdOrCtrl+Shift+Enter
  • Improve docs (install with yarn, usage)

How to update

If you're using npm, please execute $ npm update -g mstdn.
If you downloaded from this release page, please download new archive and simply replace previous directory with new one.

v0.2.3

24 Apr 16:36
Compare
Choose a tag to compare
  • Add workaround for bug of sandbox and CSP in Electron
  • Allow host config to contain scheme such as https:// or http://
  • Improve documentation and contirbution guideline

v0.2.2

21 Apr 11:19
Compare
Choose a tag to compare
  • Detect single user mode and redirect to login page automatically #5
  • Fix bug window gets gradually bigger and bigger on Windows #10
  • Documentation improvements
  • (Add basic preload plugin architecture)

v0.2.1

20 Apr 06:12
Compare
Choose a tag to compare

Added some new features

  • Key shortcut plugin
    • Enable to write key shortcut by JavaScript directly with DOM API, Node.js libraries and Electron APIs
  • User CSS
    • Put your favorite user.css in application directory
  • Added open-in-browser key shortcut

Both key shortcut plugin and user CSS require new "chromium_sandbox" option to be set to false.

And some problems were fixed:

  • Fix zoom_factor did not affect
  • Show crash dialog when some Promise failed
  • Remember window state while switching account
  • Fix application icons in released packages

v0.1.3

19 Apr 17:00
Compare
Choose a tag to compare
  • Fix app crashes on Linux
  • Add hide_menu config option (thank you @algernon)
  • Update dependencies (Electron v1.6.5)

v0.1.2

19 Apr 12:21
Compare
Choose a tag to compare

FIxes for Windows

  • Always show application menu
  • Fix app crash on clicking external links

v0.1.1

19 Apr 08:46
Compare
Choose a tag to compare

Note: On Windows, please type Alt key to show application menu in window.

Changes

  • Improve shortcuts to navigate specific pages
    • Do not loading page if possible
    • Do not reload if the destination is current page
  • Add shortcuts to switch accounts
    • next-account
    • prev-account
  • Improve to register global shortcut
  • [Security] User permission request from outside mastodon now always make a dialog

How to update

If you installed this app with npm,

$ npm install -g mstdn

If you installed this app with released archive file, download the latest archive and simply replace your app. Application directory is not needed to be removed before update.

v0.1.0

18 Apr 12:24
Compare
Choose a tag to compare

First beta release because all features I planned were implemented.

  • Multi-account support 🎉
    • Set your accounts to accounts.json and visit 'Accounts' menu item
  • Show window menu on Windows
  • Tweak window size with looking CSS of mastodon