Releases: joshxfi/track-as-one
Releases · joshxfi/track-as-one
v1.1.1 - Beta
What's Changed
- moved user settings to navbar
- added yellow outline on profile photo
- adjusted room limit to 5 (from 6)
- updated homepage layout
- fixed user menu overlap
- increased image limit to 5 in a task
- fixed badge spacing in room info
- trim default username if more than 12 characters on register
- added changelog URL on version in footer
- added user tag below username in homepage
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - Beta
What's Changed
- Changed
MIT license
toGPL-3.0 license
onREADME
by @edmer664 in #73 README
update by @princejoogie in #74- Updated UI
- landing page
- home page
- Changed max rooms to 6 (from 4)
- Changed max tasks to 100 (from 20)
- View who completed task feature
- Change username feature
- Added indicator for invites
- (Husky) Added pre-push
- Fixed completed tasks not hiding when filtered
- Removed unused files
- Use
useDoc
hook instead ofuseEffect
for fetching user data
New Contributors
- @edmer664 made their first contribution in #73
- @princejoogie made their first contribution in #74
Full Changelog: v1.0.8.1...v1.1.0
v1.0.8.1 - Beta
What's Changed
- docs: update contributing by @joshxfi in #65
- move page types to root by @hyamero in #66
- fix radio buttons alignment by @tomasmilkintas in #63
- refactor footer by @hyamero in #68
- license: change to GPLv3 by @joshxfi in #70
- add project version on footer
- update firestore security rules
- add new pages
- privacy policy
- code of conduct
New Contributors
- @hyamero made their first contribution in #66
- @tomasmilkintas made their first contribution in #63
Full Changelog: v1.0.8...v1.0.8.1
v1.0.8 - Beta
What's Changed
- updated navbar
- disabled zoom in pwa
- updated design for back button
- able to add images one by one
- added sort/filter feature on room
- optimized thumbnail in tasks
- view task's image(s) on new tab
- added cancel button on modals
- bug fixes and optimizations
Full Changelog: v1.0.7...v1.0.8
v1.0.7 - Beta
What's Changed
- added tooltips
- show message when a room has no tasks
- handle errors for write queries
- updated loader on room (for add & edit)
- deleted old images when replaced in edit task
- added indicator for room requests (red dot)
- fixed client side error when editing task for the first time
- updated github readme
- fixed overflow on task's URL modal
- show error message when room is not found (or not authorized)
Full Changelog: v1.0.6...v1.0.7
v1.0.6 - Beta
What's Changed
- implemented PWA
- updated favicon
- added offline fallback for PWA
- updated dependencies to the latest version
- moved task description into a modal
- added back button when navigating on a room
- fixed room perms
- implement edit task
- changed task option buttons to icons
- updated navbar menu
- temporarily removed about & contact nav
- code optimizations
Full Changelog: v1.0.5...v1.0.6
v1.0.5 - Beta
What's Changed
- add room admins (can delete any tasks in a room)
- you can assign admins from the room info tab
- more perms soon: kick members, edit any tasks, accept requests, etc...
- add an indicator for task status
gray
: to dogreen
: completed (by you)yellow
: almost due (3 days before due date)red
: past due date
- add separator for tasks completed by all members
- add context for
/room
- change max created rooms to 5 (was 3)
- members are now able to delete tasks on a joined room if they created it
- update document id for users to
uid
(wasuserTag
)- allows
userTag
to be customizable - easier to implement on firebase security rules
- allows
Full Changelog: v1.0.4...v1.0.5
v1.0.4 - Beta
What's Changed
- redirect to
/home
if already authenticated - add popup for input fields in
/room
- able to add images on tasks
- implement
react-firebase-hooks
(replaced old hooks) - update dependencies
Full Changelog: v1.0.3...v1.0.4
v1.0.3 - Beta
What's Changed
- add ci
- update eslint
- fix undefined room id when navigating with room menu
- update modals on room
Full Changelog: v1.0.2...v1.0.3
v1.0.2 - Beta
What's Changed
- add contributing info
- update img url for seo
- fix navbar bug
- remove framer-motion
- add nextjs layout (
getLayout
)
Full Changelog: v1.0.1...v1.0.2