Releases: joshf/Burden
Releases · joshf/Burden
Version 1.5
This is the first release to include an upgrade script, simply follow the updating instructions in the read me and then run installer/upgrade.php
Added:
- Notification system (via Bootstrap notify)
Changed:
- Removed bootstrap tooltip for days remaining, as it was buggy in Safari
- Minor changes to login screen
- Minor changes to installer
- Updated date picker
- Minor text changes
- Switch back to old priority system (use a tick box rather than a scale)
- Uses minified js and css for speed improvements
- Edit selector only shows non completed tasks
- Password are now salted
- Dialog are created using boot box now
- Improve method for adding new categories
Fixed:
- Responsive nav on ios devices
Version 1.4
N.B: Burden no longer allows blank task dates (it screws up sorting)
Added:
- Add missing database checks
- Show number of tasks due for today
- Show number of days for task completion in tooltip
- Add flatly theme
Changed:
- Show task name rather than id in quick selector
- Switch to long hand PHP
- Update date picker
- Use bootstrap modal dialogs rather than JavaScript
- Less annoying user feedback
- Update Bootstrap
- Update jqBootstrapValidation
- Minor interface tweaks
- Restructured files, no need for admin directory
- Update Bootswatch themes versions
- More logical view sorting
Fixed:
- Add some missing exit statements
- Fix resizing issue on mobile devices (seen on iOS) by hiding certain columns
- Fix security flaw in the installer
- Fix date sorting
Version 1.3
Added:
- Show the number of days a task has left for completion
- Sort task into current and high priority
- Remember date task was completed
- Quick task edit selector
Changed:
- Better validation regex
- Better update checking
- Sleeker login page
- Update Bootswatch themes versions
- Don’t remember settings password
- Update Bootstrap
Fixed:
- Add missing redirects
- Bug fixes
- Fix broken superhero theme
Version 1.2
SHTask is now called Burden!
Added:
- Sort tasks by priority
Changed:
- Better column sorting
- Minor tweaks
- Updated settings page
Fixed:
- Remove personal files
- Minor fixes