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

Releases: tulir/lindeb

v1.0.0

23 Jan 14:25
Compare
Choose a tag to compare

Frontend

  • Added client-side length limits for inputs
  • Added proper displaying for length errors
  • Broken and fixed saving tags (#44)
  • Broken and fixed searchbar hiding (#50)
  • Renamed scrollbar "Default" option to "Automatic" (#53)
  • Added tag manager link to topbar (#41)
  • Fixed displaying errors in login view

Backend

  • Added useful length validation and useless empty string validation
  • Fixed Elasticsearch indexing of link dump imports (#46)
  • Improved Elasticsearch config
  • Added unique constraint to LinkTag (#43)

v0.4.0

12 Jan 22:07
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Frontend

  • Started improving topbar UI (#41)
    • Replaced brand with back button and new link button
    • Fixed search bar centering problem
    • Fixed search bar placeholder color on Chrome
    • Removed temporary new link and tag manager buttons from link list
  • Flipped page switcher colors (#41)
  • Dynamically created tags are now added to the tag manager automatically (#14)
  • All errors should now be displayed in some way (#1)
  • Minor UI fixes
    • Added size limit to text areas
    • Fixed tag input search box background color
  • Allowed line breaks in tag/link descriptions

Extension

  • Improved popup on mobile (#16)

Backend

  • Updated dependencies and pruned unnecessary files in vendor/

Compiled executables only for Linux x86-64.

v0.3.0

12 Jan 22:04
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Frontend

  • Added settings UI (#18)
    • Added link import view (#28)
    • Added link export button (#3)
    • Added favicon credits (#15)
    • Added password changing section (#30)
    • Added settings proxy class
    • Added option to disable extension autofill (#15) and popup
  • Switched to custom scrollbar on browsers without nice native scrollbars
  • Fixed search bar positioning (on non-narrow screens)
  • Internal improvements
    • Improved stylesheet directory structure
    • Formatted all JS and Sass files

Backend

  • Fixed UTF8 support in database (#33)

Backend & API spec

  • Added link dump import endpoint (#28)
  • Added settings API (#18)
  • Added password / user info change endpoint (#30)

Compiled executables only for Linux x86-64.

v0.2.0

04 Jan 13:57
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Frontend

  • New favicon
  • Added loading indicator when adding/updating links/tags (#26)
  • Added tag autocompletion (#13)
  • Errors are now cleared automatically (#21)
  • Fixed submitting forms with enter (#12, #25)
  • Reversed order of links to show latest link first by default
  • Added GitHub ribbon to login page
  • Actually invalidate auth token on logout
  • Added event to inform extension about login status changes (#11)
  • Added prefilled links to this repo for new users (#20)

Extension

  • Automatic updates through dl.maunium.net
  • Loading indicator when saving link (#26)
  • Link to lindeb.mau.lu (#9)

Backend / API spec

  • Added user info update endpoint (#30)

Compiled executables only for Linux x86-64.

v0.1.0 (Firefox extension)

01 Jan 15:22
Compare
Choose a tag to compare
Pre-release

Initial release of Firefox extension.

v0.1.0

01 Jan 12:26
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release with all the basic functionality.

lindeb executable only compiled for Linux x86-64.
A debian package will be added to later releases.