Skip to content
This repository has been archived by the owner on May 20, 2018. It is now read-only.

Releases: levlaz/braindump

v0.2.6

31 Mar 22:16
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

v0.2.5 Released

11 Jan 21:19
Compare
Choose a tag to compare
v0.2.5 Released Pre-release
Pre-release

I am excited to announce the release of version 0.2.5 of Braindump.

New Features

  • TODO functionality. Huge thank you to @makalaaneesh for working on this.
    • Able to create TODO inside of notes
    • Able to mark item as done and it will update in the DB
    • Able to view all TODOs across all of your notes
  • Settings page, now able to change email and password
  • GitHub OAuth functionality, huge thank you to @acemaster for working on this!

Enhancements

  • UI updates throughout the outer and inner portion of the app
  • Added Text below Icons on the left to make it clear what they actually do. UX win!
  • Notes marked as favorites are indicated now
  • Removed Deleted notes from Tags listing

Bug Fixes

  • Fixed issue where restoring and permanently deleting notes was no longer working after a UI update.
  • Fixed sidebar not being static in the UI

Development Updates

  • Admin user created in development version of the app
  • Fixed CI tests to check for non-zero exit status
  • Started working on Sphinx Documentation
  • Updated Vagrant to increase the amount of memory in development VM

v0.2.4 Released

14 Dec 07:17
Compare
Choose a tag to compare
v0.2.4 Released Pre-release
Pre-release

Braindump version 0.2.4 has been released. This release includes the third iteration of the UI as well as some minor bug fixes and contributions from @srisankethu @iamgroot42 and @Frederick-S thank you all for your contributions! :)

The UI is now just about where I want it to be, so future work will focus on making the UI better but not redesigning it completely for a fourth time. :)

Features

  • Autofocus on various fields when going to new view
  • Added Live Preview for Creating and Editing Notes
  • Version 3 of the UI

Bug Fixes

  • Fixed bug where entering empty tag would have it save to the DB
  • Fixed bug where notebook with the same name would be saved
  • Email and Form validation

v0.2.3 Released

09 Dec 20:40
Compare
Choose a tag to compare
v0.2.3 Released Pre-release
Pre-release

I am excited to announce the release of version 0.2.3 of braindump! This release includes two major security fixes as well as new features and other minor improvements. This release also includes some significant contributions from @iamgroot42 so thank you for all of your commits!

Security Fixes

  • Fixed an issue where authenticated API users had access to all user data.
  • Fixed an issue where search results returned all matching notes even if they were not owned by the user.

Features and Enhancements

  • Users can now mark notes as favorites. Favorite notes will be pinned to the top of the main notes view.
  • Notes are now sorted by updated_date instead of created_date
  • When a user edits a note they are now sent back to the note view instead of the main view
  • Better form validation
  • More documentation in README.md
  • Updated UI for note cards

Development

  • All code has been run through flake8 and as of this release is compliant with pep8 standards.
  • Added gitter, join the conversation here :)

v0.2.2 Released

07 Dec 17:07
Compare
Choose a tag to compare
v0.2.2 Released Pre-release
Pre-release

Excited to announce the 0.2.2 release of braindump.This release includes two exciting new features!

Bug Fixes

  • Default Notebook created for all new users
  • Added @login_required to Trash route which prevents 403 when not logged in

Features

  • Full Text Search, users can now search across all of their notes.
  • API v1 [WIP], first version of the API is now live, needs a lot of love. :)

Development

  • Docker images are now being built for braindump. You can find them here

v0.2.1 Released

06 Dec 23:40
Compare
Choose a tag to compare
v0.2.1 Released Pre-release
Pre-release

New Features

  • Notebooks: Users can now create notebooks to categorize their notes.

Bug Fixes

v0.2.0 Released

06 Dec 04:18
Compare
Choose a tag to compare
v0.2.0 Released Pre-release
Pre-release

v0.2.0 has been released. This version includes a major UI overhaul along with some minor bug fixes. This is also the first release to include commits from people other than myself. :) Huge thanks to @ProjectFrank and @ndintenfass for their contributions.

Security Updates

  • Fix Issue where Notes were being shown to non-owners based on tags

Bug Fixes

  • @ProjectFrank fixed an issue where entering tab or enter into the Tags field caused the form to be submitted or moved around.

New Features

  • Brand New UI
    screenshot 2015-12-05 23 14 50

Development Updates

  • PostgreSQL is now used in Dev (use Vagrant!)

v0.1.1 Released!

01 Dec 04:28
Compare
Choose a tag to compare
v0.1.1 Released! Pre-release
Pre-release

v0.1.1 has been released, this version includes several new features and some bug fixes.

Security Updates

  • Only show secure Gravatar (prevent chrome HTTPS validation errors)

Bugs Fixed

  • Fixed a critical bug where a user was not being created during registration (this had to do with the DB character limits when we switched from SHA1 to SHA512).
  • Added Hidden HTML Field to the text editor so that MD would be saved as HTML and displayed as MD for editing.

New Features

  • Added keyboard shortcuts to the text editor
    • Ctrl+1 inserts a TODO item
    • Ctrl+d inserts a timestamp
  • Ability to view and edit single notes
  • Added Task Lists to Markdown
  • Added Trash Section which gives users ability to view deleted items and remove them forever.
  • Added ability to share notes via email
  • Added Tagging

General Updates

  • Updated releases to latest version on the home page.
  • Updated Documentation to include VagrantFile

v0.1.0-alpha Released!

25 Nov 19:18
Compare
Choose a tag to compare
Pre-release

Im excited to announce the release of v0.1.0-alpha. There have been a ton of changes since the last release. Below is a summary of changes.

Security Fixes

  • Passwords are now hashed with SHA512, I would encourage any current users to update their passwords.
  • The Main Site now has HTTPS :)

Bugs Fixed

  • UI Alignment Issues
  • UI Button Links
  • UI Typos

UI Updates

New Features

  • GitHub Flavored Markdown now supported fixes #5
  • Gravatar now supported
  • Account Management!
    • Change Password
    • Change Email
    • Reset Password via Email

Thank you to everyone who has used BrainDump so far, feedback is always appreciated!

v0.0.1-alpha Released

24 Nov 22:38
Compare
Choose a tag to compare
Pre-release

The first working version of BrainDump has been released.

Features

  • Full Authentication Implemented
  • Ability to Add Note
  • Ability to Edit Note
  • Ability to Delete Note
  • Rough UI (Still major WIP)

You can see it live here