Skip to content

Releases: intri-in/manage-my-damn-life-nextjs

v0.3.3

13 Aug 05:51
284067b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

10 Aug 02:59
d72b3fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

31 Jul 15:48
0dc8054
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.2.0

28 Jul 09:14
a32ea6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.2.0

v0.1.9

11 Jul 16:51
4f9fdf7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

19 Jun 17:25
97a9ea0
Compare
Choose a tag to compare

v0.1.8

  • Features added to Gantt view:
    • Double click edits task
    • Drag and drop, expansion/contraction enabled.
    • Added help option.
  • Fixed type error in HomeTasks.tsx
  • Fixed mysql port variable in docker-compose.yml.sample
  • Bumped up some @fullcalendar packages. Meant to fix some bugs with fullcalendar not working with NextJS.
  • Bumped version to 0.1.8
  • Calendar Views now have more options
    • Switch to enable showing tasks
    • Option to select displayed calendars
  • API Change: caldav/calendars/events/db/all now also includes caldav_accounts_id for each event in output
  • Bug fix: Done tasks being shown in lists filtered just with Labels.

v0.1.7

09 Jun 16:28
2341f76
Compare
Choose a tag to compare

v0.1.7

  • Added constant VERSION_NUMBER
  • Breaking change:
    Changed hashing algorithm for user password to bcrypt instead of sha512.
    • Reset password if you face trouble logging in after update.
  • Fixed bug: task list in Home Page not being updated on adding a new task
  • Bit of rewrite to home page -- getting ready for user to customise home page.
  • Fixed no error being shown if smtp settings incorrect during reset email

v0.1.5

18 May 16:47
c83a5cc
Compare
Choose a tag to compare
  • Added user setting to set default view for calendars (#26)
  • Fixed due date colour in TaskUI for recurring objects.
  • Fixed bug on home screen, where tasks wouldn't refresh on change or adding.

v0.1.4

17 May 10:31
481f81a
Compare
Choose a tag to compare

v0.1.4

  • Version number fixed, build sometime fails on node if version follows scheme x.x.x.x.

v0.1.3.0

  • Redesigned home page
    • It now features a way for user to see all tasks, list, filters
  • Small redesign to top bar
    • Has more options that were only available in task view
  • Fixed bug while adding task on the Home Page

v0.1.2.9

14 May 06:35
f2b50bd
Compare
Choose a tag to compare
  • DashboardView.js
    • Make sure tasks are not added multiple times
    • Added internal .env variable : NEXT_PUBLIC_VERSION_NUMBER
    • Version number is displayed in Settings page.
    • Getting project ready to support both JS and TS
      • Added tsconfig.json
    • removed npm sharp as a dependency, because with it npm build ends up requiring sudo in some cases.