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

Latest commit

 

History

History
59 lines (38 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

59 lines (38 loc) · 3.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.7.0 - 2021-01-21

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 - 2020-12-25

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 - 2020-11-27

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)