Skip to content

Releases: joshxfi/track-as-one

v1.1.1 - Beta

08 Jun 14:04
1588f39
Compare
Choose a tag to compare

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

25 May 05:21
95a3e8b
Compare
Choose a tag to compare

What's Changed

  • Changed MIT license to GPL-3.0 license on README 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 of useEffect for fetching user data

New Contributors

Full Changelog: v1.0.8.1...v1.1.0

v1.0.8.1 - Beta

15 Apr 03:04
2e8939b
Compare
Choose a tag to compare

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

Full Changelog: v1.0.8...v1.0.8.1

v1.0.8 - Beta

05 Apr 02:56
0a49096
Compare
Choose a tag to compare

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

17 Mar 11:08
8727267
Compare
Choose a tag to compare

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

12 Mar 03:59
4658e40
Compare
Choose a tag to compare

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

06 Mar 08:30
92d7a5e
Compare
Choose a tag to compare

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 do
    • green: 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 (was userTag)
    • allows userTag to be customizable
    • easier to implement on firebase security rules

Full Changelog: v1.0.4...v1.0.5

v1.0.4 - Beta

02 Mar 10:22
be6798e
Compare
Choose a tag to compare

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

02 Feb 07:02
94fe50b
Compare
Choose a tag to compare

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

01 Feb 13:04
cd97797
Compare
Choose a tag to compare

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