trim history by rules

This commit is contained in:
Antelle 2015-11-21 12:09:47 +03:00
parent cdba3ee028
commit 7679cd9350
4 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Nov
- [x] desktop dropbox
- [x] lock flow, auto-lock
- [x] minimize to tray
- [ ] trim history by rules
- [x] trim history by rules
- [ ] custom icons, favicons
- [x] drag to trash
- [ ] switch view

View File

@ -255,6 +255,7 @@ var FileModel = Backbone.Model.extend({
},
getData: function(cb) {
this.db.cutHistory();
this.data = this.db.save(cb);
return this.data;
},

View File

@ -29,7 +29,7 @@
"dropbox": "antelle/dropbox-js#0.10.5",
"font-awesome": "~4.4.0",
"install": "~1.0.4",
"kdbxweb": "~0.2.5",
"kdbxweb": "~0.2.6",
"normalize.css": "~3.0.3",
"pikaday": "~1.3.3",
"zepto": "~1.1.6",

View File

@ -4,11 +4,12 @@ Release notes
Locking, better Dropbox, security enhancements, bugfixes
`+` lock flow, auto-lock
`+` minimize to tray on windows
`-` fixed tag list scrolling
`+` desktop Dropbox
`+` Dropbox notification in self-hosted apps
`+` option to check updates without install
`+` clear clipboard password after timeout
`+` trim history by rules
`-` fixed tag list scrolling
`-` entry deletion didn't mark file as modified
##### v0.3.0 (2015-11-14)