89:f0859c756b62 0.4.1
Anton Shestakov <av6@dwimlabs.net>, Thu, 26 May 2016 01:01:27 +0800
docs: update What's New for 0.4.1

next change 91:4a1ea8ad54fb
previous change 68:e8fc008ff0d8

README.rst

Permissions: -rw-r--r--

Other formats: Feeds:
|BuildStatus|_
.. |BuildStatus| image:: https://drone.io/bitbucket.org/av6/fruitbar/status.png
.. _BuildStatus: https://drone.io/bitbucket.org/av6/fruitbar/latest
Overview
========
Just another todo app. Well, maybe not quite, because it can track projects,
tasks and notes for tasks in multiple different workspaces. It looks nice
because it's built with Bootstrap and is, to some extent, elegant code-wise
because it was built with Backbone, Flask and CodernityDB.
Reason of Existence
===================
This is my way to try out some new technologies in a project slightly more
sophisticated than Hello World. Currently these technologies are:
- Flask
- CodernityDB
Or, to clear up any doubts: this isn't a serious project at all.
Try It Out
==========
You can try the app live at https://fruitbar.dwimlabs.net/.
May want to read the next section for details on security though.
Security and Privacy
====================
If you have tried Fruitbar via the link above or have read the source code, you
may now be wondering, "isn't not having passwords a bit insecure?" And the
answer is no. As in "no, it's a **whole lot** insecure to not have passwords."
But this is a research project and it isn't pretending to be secure. Keep in
mind that everything you put in it **everyone else may read or edit**, if they
have (or can guess) the workspace link.
What's New
==========
0.4.1
-----
- Provisioning improvements (HPKP, gzip for static files)
- Up-to-date jQuery, Backbone, Flask-Assets, Flask-RESTful, jsmin
- Subresource Integrity (SRI) hashes for files loaded from CDNs
0.4.0
-----
- Update to Bootstrap 3
- Get dependencies via HTTPS only
- Demo instance now uses HTTPS
- Basic provisioning with Ansible
0.3.1
-----
- Preserve line breaks and white space in task notes
- Up-to-date jQuery, Backbone, Flask-RESTful
0.3.0
-----
- Remember accessed workspaces in localStorage
- Deploy with ``DEBUG = False`` by default
- Up-to-date jQuery, Underscore, Backbone, Flask-Assets, Flask-RESTful, jsmin
0.2.3
-----
- Up-to-date CodernityDB, Flask, Flask-RESTful, jsmin, jQuery, Underscore, Backbone
- New url for trying out
- Security notice in docs
0.2.2
-----
- Fetching tasks and projects combined in a single request
0.2.1
-----
- Tests
0.2.0
-----
- Separate workspaces
- Transition effect
0.1.0
-----
- Projects, tasks and task notes