This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Releases: e6Hub/app
Releases · e6Hub/app
3.7.0
Added
- Add internationalization (i18n). Check CONTRIBUTING.md for more information about this (96ed215)
- Added English
- Added Spanish (Español)
- Add safe mode (e926) and enabled by default, you can disable this on Search settings (5b7ec48)
- Add support to Linux using AppImage (44d0cd0)
Removed
- Removed external link component (which is deprecated) (5b7ec48)
Fixed
- Fix for development environments an issue with openExternal handle, it won't open
localhost
domains on your browser anymore (96ed215)
3.6.1
3.6.0
Added
- Add pool support (6d8e7aa)
Changed
- App storage now is modular (bcde5a5)
- New color pallete for UI (d59fa3a,
6fc14fd) - Some elements now can't be selected by user (b5b7b51)
- New transition effect (d59fa3a)
- Download cards changed to PostView (d59fa3a)
- Updated DText parser to 0.5.0 (f90c979)
Removed
- Removed window border (7835889)
Fixed
3.5.2
3.5.1
Changes
Internal
- Post search limit increased from 40 to 60.
- On plugins refresh, now it clears the plugin store.
UI
- A notice about global blacklist has been added.
- Compact mode added, this will adjust the width and height of posts in the search page. This feature is enabled by default, you can switch to the classic view in Appearance settings.
- Fixed explicit images where didn't apply the Blur NSFW setting rule.
- Settings sidebar and content width changed, both now adjust to larger screens.
- Blur increased in post's view to 48px, and 16px for the rest.
- Added a transition for titlebar when changing the style.
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
3.4.1
3.4.0
Changes
Internal
- Added Vuex for store settings and app data.
- Settings structure updated.
- On the render-side, Updater is now a Vue plugin.
- tailwindcss-transitions removed due to the new TailwindCSS 1.2 update.
UI
- Keybinds removed.
- Discord RPC removed. We are planning to re-add this one as a plugin.
- Titlebar now have the Windows 10 style.
- Added a button for reset settings.
- Added file size card at post's view (PostView component).
New components
for Settings
- RadioForm.vue
- Checkbox.vue
- SettingView.vue