Skip to content

Commit

Permalink
Merge pull request #155 from intri-in/development
Browse files Browse the repository at this point in the history
v0.4.5
  • Loading branch information
intri-in committed Mar 2, 2024
2 parents c5757d0 + 0d82e11 commit 886feb9
Show file tree
Hide file tree
Showing 49 changed files with 906 additions and 702 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ temp/
# src/helpers/models.ts
# .sequelizerc

.env
.env
env.local
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.4.5
- Moved save button to top in TaskEditor and Event Editor.
- Fixed #138
- Event is now removed from view.
- Fixed bug: Default calendar id is ignored if it isn't valid.
- Changed button size in AddTask bar.
-Dark mode
- Now has dark mode for users of the vampiric persuasion.
- Fixed #152
- Now Caldav registration is done via a POST request.
- Fixed problems of duplication of calendars post adding a new CalDAV account.
- Fixed list of caldav accounts not updating after adding or deleting a caldav account.
- Fixed Force sync button's function in /accounts/caldav page.
- Logout now deletes the local dexie db for security.
- Fixed #140
- Fixed flickering of Quick Add info modal.

v0.4.4
- Version bump to 0.4.4
- Fixed bug #128
Expand Down
4 changes: 2 additions & 2 deletions COMMITMESSAGE.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Version bump to 0.4.4
- Fixed bug #128
Fixed #140
- Fixed flickering of Quick Add info modal.
142 changes: 99 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manage-my-damn-life-nextjs",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@mui/material": "5.11.13",
"axios": "1.6.1",
"bcryptjs": "2.4.3",
"bootstrap": "5.2.3",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.10.3",
"crypto-js": "4.2.0",
"dexie": "3.2.3",
Expand All @@ -51,12 +51,13 @@
"mysql2": "3.4.0",
"next": "13.5.6",
"next-auth": "4.24.5",
"next-themes": "0.2.1",
"nextjs-progressbar": "0.0.16",
"nodemailer": "6.9.1",
"popper.js": "1.16.1",
"rctx-contextmenu": "1.4.1",
"react": "18.2.0",
"react-bootstrap": "2.7.2",
"react-bootstrap": "2.10.0",
"react-color": "2.19.3",
"react-datetime": "3.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

0 comments on commit 886feb9

Please sign in to comment.