This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
3.5.0
Changes
Internal
- New Vue components, I'm still optimizing the code, a bugfix version will come with those remain files to format. I'm switching from 4 space size of indent to 2.
- Default settings now is a function returning initial values of settings.
- App now can run Flash animations if the app is running under Windows machine. This feature is subject to change, see why. This feature is handled by the
background.js
file. - App now supports third party plugins, this feature still on beta, be careful on install 3rd party scripts. The main file of this feature is
pluginman.js
, located insrc
folder.
New features
- Now you can blur explicit posts and you can unblur when your cursor is over the post's image, when you're in the post's view or never. By default this setting is disabled, you can enable it in Appearance settings.
- Flash posts can be played on post's view. I'm aware of resolution issues, and I'm still searching a fix for this.
UI
- Fixed misaligned form with the Search field input and the Search button.
General
- App has a new brand icon.
Dev changes
I'm no longer recommending Yarn due to many issues that have at this moment. You can always use npm
for manage packages at e6Hub. New components has been released, especially for Settings pages.
- Button.vue (finally)
- TitlebarButton.vue
- BetaFeature.vue
- ExternalLink.vue