Skip to content

Releases: remomueller/tasktracker

v0.32.0 (April 17, 2018)

17 Apr 14:57
v0.32.0
d200b62
Compare
Choose a tag to compare

Enhancements

  • General Changes
    • Disabled new user registrations
  • Gem Changes
    • Updated to devise 4.4.3

v0.31.0 (May 16, 2017)

16 May 13:56
v0.31.0
1425921
Compare
Choose a tag to compare

Enhancements

  • General Changes
    • Login cookies are now cross subdomain and work between www and non-www URLs
  • Gem Changes
    • Updated to Ruby 2.4.1
    • Updated to rails 5.1.1
    • Updated to devise 4.3.0
    • Updated to pg 0.20.0
    • Updated to haml 5.0.1
    • Updated to kaminari 1.0.1
    • Updated to jquery-rails 4.3.1
    • Updated to simplecov 0.14.1

Bug Fixes

  • Fixed a bug that caused JavaScript functions to run twice in browsers that
    supported Turbolinks
  • Fixed some issues displaying &s

v0.30.0 (January 9, 2017)

09 Jan 15:17
v0.30.0
3361443
Compare
Choose a tag to compare

Enhancements

  • Administrative Changes
    • Admins can now disable emails for inactive user accounts
  • General Changes
    • Reduced number of alerts and messages from devise during login and logout
  • Task Changes
    • Completing a task now sends associated task completed emails in background
    • Task descriptions now expand automatically when entering text
    • Assigning users to tasks now lists users by: "first name, last name"
  • Calendar Changes
    • Improved positioning of task comment and repeat indicators
    • Calendar task filters are now saved to user settings so the filters persist
      through page navigations and logins
    • Users can now default the calendar to use a 4-week view
  • Email Changes
    • The daily tasks due and daily digest have been combined into a single email
    • Overall statistics is only shown if new tasks or comments were created
  • Notifications Added
    • In-app notifications have been added to notify users when:
      • Comments are made on tasks
      • Tasks are completed
    • In-app notifications replace the numerous emails sent throughout the day
      that alerted users of changes on Task Tracker
    • Users now only receive digest emails once a day
  • Project Changes
    • Projects can now be archived
      • Archived projects do not show up on the calendar view
    • Removed the "Holding Pen" board, the default project page now shows all
      tasks
    • Cleaned up inviting new project members
    • Default project task list now shows upcoming tasks instead of ones that are
      past due
  • Gem Changes
    • Updated to Ruby 2.4.0
    • Updated to rails 5.0.1
    • Updated to pg 0.19.0
    • Updated to coffee-rails 4.2
    • Updated to jbuilder 2.5
    • Updated to jquery-rails 4.2.2
    • Updated to redcarpet 3.4.0
    • Updated to jquery-ui-rails 6.0.1
    • Added rails-controller-testing

Bug Fix

  • For users with no projects, clicking cancel when creating a new project now
    properly closes the popup modal
  • Due date is now properly set when creating a task from the calendar for users
    with only one project
  • Fixed a bug that prevented users from logging in correctly with an expired
    authenticity token
  • Rails model errors are now again correctly styled using Bootstrap CSS classes

Refactoring

  • Removed deprecated database columns
  • Renamed project_favorites to project_preferences
  • Removed unused user stats page
  • Removed deprecated user columns

v0.29.0 (July 25, 2016)

25 Jul 14:33
v0.29.0
210f3a9
Compare
Choose a tag to compare

Enhancements

  • General Changes
    • Default root path has been changed back to calendar view
    • Updated the navigation menu bar
  • Calendar Changes
    • Tasks without tags are no longer listed under a "No Tags" header
    • Tasks with comments now have a visual indicator on the calendar
    • Tasks that repeat now have a visual indicator on the calendar
  • Email Changes
    • Email settings have been simplified
  • Project Changes
    • Project names have been made more visible when adding a new task or group
  • Gem Changes
    • Updated to kaminari 0.17.0
    • Updated to turbolinks 5
    • Updated to devise 4.2.0
    • Updated to simplecov 0.12.0
    • Removed dependency on contour

Bug Fix

  • Fixed a bug that occurred when dragging stickies on the calendar after
    visiting a project page with boards

Refactoring

  • Cleaned up migration syntax and fixed reverse migrations
  • Removed unused controller methods, model methods, and views
  • Updated how templates are stored in the database
  • Reduced dependency on JS for redrawing calendar when tasks are moved

v0.28.14 (May 23, 2016)

23 May 14:19
v0.28.14
a93714b
Compare
Choose a tag to compare

Enhancements

  • General Changes
    • Long URLs now wrap when placed in task description
  • Gem Changes
    • Updated to Ruby 2.3.1
    • Updated to rails 4.2.6

v0.28.13 (March 1, 2016)

01 Mar 20:59
Compare
Choose a tag to compare

Enhancements

  • Gem Changes
    • Updated to rails 4.2.5.2

Refactoring

  • Started coding style cleanup of controllers

v0.28.12 (January 26, 2016)

26 Jan 19:44
Compare
Choose a tag to compare

Enhancements

  • Gem Changes
    • Updated to rails 4.2.5.1
    • Updated to jquery-rails 4.1.0

v0.28.11 (January 12, 2016)

12 Jan 16:14
Compare
Choose a tag to compare

Enhancements

  • Gem Changes
    • Updated to Ruby 2.3.0
    • Updated to rails 4.2.5
    • Updated to pg 0.18.4
    • Updated to web-console 3.0
    • Updated to simplecov 0.11.1
    • Removed minitest-reporters

Refactoring

  • Started refactoring code based on RuboCop recommendations

Bug Fix

  • Password reset emails now provide the correct link to reset the password
  • Fixed a bug that prevented correct ordering of tasks on the project page

v0.28.10 (August 25, 2015)

25 Aug 13:48
Compare
Choose a tag to compare

Enhancements

Gem Changes

  • Use of Ruby 2.2.3 is now recommended
  • Updated to rails 4.2.4
  • Updated to contour 3.0.1
  • Updated to pg 0.18.2
  • Updated to redcarpet 3.3.2
  • Updated to figaro 1.1.1
  • Use Haml for new views
  • Added web-console

v0.28.9 (April 24, 2015)

24 Apr 16:40
Compare
Choose a tag to compare

Enhancements

General Changes

  • Streamlined login system by removing alternate logins
  • Use of Ruby 2.2.2 is now recommended
  • Updated CSS files to use SCSS
  • Removed approval process for new user registration
    • Gem Changes
  • Use Figaro to centralize application configuration
  • Updated to contour 3.0.0.beta1
  • Updated to rails 4.2.1
  • Updated to pg 0.18.1
  • Updated to kaminari 0.16.3
  • Updated to naturalsort 1.2.0
  • Updated to redcarpet 3.2.3