Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Releases: e6Hub/app

3.7.0

21 Jan 22:28
Compare
Choose a tag to compare

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

25 Dec 18:39
e813d3e
Compare
Choose a tag to compare

Removed

  • Links in posts descriptions will no longer receive an ID (7b39565)

Fixed

  • Links now should open in your default browser (fa4b509)

3.6.0

27 Nov 16:13
Compare
Choose a tag to compare

Added

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

Fixed

  • Fix for endless scroll pagination (b5b7b51)
  • Settings: Fix Downloads tab (ab47482)
  • Fix repeated downloads (1c06715)

3.5.2

09 Nov 04:20
Compare
Choose a tag to compare

Hotfix

  • Fixed the "download listed posts" button.

3.5.1

09 Nov 04:02
Compare
Choose a tag to compare

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

08 Nov 18:58
Compare
Choose a tag to compare

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 in src 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

27 May 01:47
Compare
Choose a tag to compare

Hotfix

  • Fixed an issue with the updater, where setStatus function was not defined.

3.4.0

27 May 01:17
Compare
Choose a tag to compare

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

3.3.1

29 Apr 01:48
Compare
Choose a tag to compare

Hotfix

  • PurgeCSS removed due to instability to purge "unused" CSS code, this will (might) be re-added in a major update (4.0.0).

3.3.0

29 Apr 01:12
1483713
Compare
Choose a tag to compare

UI

  • Added a label for animated posts (WEBM, GIF, etc) a1b8f60
  • Added video support 8a3b377
  • Icons replaced by Feather icons b7bce9f
  • Added the "tags" detail box 0c14b44
  • Added DText support 1e9f259

Internal

  • CSS file reduced 609c790
  • Electron version is now 8.2.4