Devlogs+
banner
devlogs.plus
Devlogs+
@devlogs.plus
Official Devlogs+ social account for platform updates!
I have unified the time tracking and added the ability to add time spent to both projects and devlogs. By unifying the time spent It is way easier to get time spent and other factors. I will soon implement all of the stuff I have worked on to the frontend.
September 12, 2026 at 1:08 AM
I unified the backend for wakatime and hackatime. Instead of 2 classess for wakatime and hackatime it is now one unifed class called TimeTrackingConnection that does all the same thing but lets you use both wakatime and hackatime.
September 7, 2026 at 8:33 PM
I have added support for wakatime. Just like the hackatime integration it only has the api routes right now.
September 6, 2026 at 7:53 PM
I have added hackatime support (kinda) I have only added it to the backend so if you somehow call the backend (i have CORS) you can link your hackatime account and view your projects
September 3, 2026 at 11:34 PM
I have updated the nav bar to be more stylish. I found that react router has a NavLink component which is designed for navigation panels.
August 30, 2026 at 10:31 PM
I have made it easier to add a collaborator for a project. Instead of entering the user id, you now enter the users email. This is in both the add and remove collaborator forms.
August 30, 2026 at 1:08 AM
I have made some changes to the collaborator pages. Instead of user ids, it now displays their display name. I also added back buttons to most form.
August 29, 2026 at 12:41 AM
I added a small improvement to the create a devlog page. Instead of inputting a devlog id, you can now click on a dropdown that shows all the projects you own/collaborate on. Even though this is quite small, I think it will be a big QoL update.
August 27, 2026 at 12:39 AM
You can now view the projects a user has made! Below the users info on their page there is a section with all their projects. The backend is essentially just the get projects route but instead of /projects it is /projects/user/user_id
August 26, 2026 at 10:36 PM
I have added a system to reset your password. Using the previously setup resend service I setup the ability to get sent password reset emails to your email. Inside the email there is a link to the reset password page. To get the email there is a link on the login page
August 24, 2026 at 12:57 AM
I setup resend for email sending. I chose to use a subdomain (email.devlogs.plus) instead of the base domain because if its reputation is lowered it wont affect the base domain, only the subdomain. I tested it out with some help from my little brother.
August 20, 2026 at 12:07 AM
I have added a way to change your password. There is a new button on your user page that redirects to a password change form. The form requires your old password and the new password.
August 19, 2026 at 1:06 AM
Hello everyone! This is the Devlogs+ social account where I will post updates to everything Devlogs+!
August 16, 2026 at 9:08 PM