Skip to content

Releases: hoangsonww/Collabify-Project-Manager

v1.1.0

16 May 03:36
Compare
Choose a tag to compare

🚀 v1.1.0 – Production Ready & Publicly Usable

We’re excited to announce v1.1.0 of Collabify, your modern Jira & Trello alternative—now fully production-hardened, with enterprise-grade authentication, multilingual support, containerization, and an AI-powered assistant.


🔥 Highlights

  • Production-grade Auth0 integration

    • RWA + M2M flows with Role-Based Access Control (RBAC)
    • Secure JWTs, custom login/logout URLs, and client grants
  • Multilingual UI via i18next

    • English + Vietnamese out of the box
    • Easily add more languages in public/locales
  • AI Chatbot Assistant

    • Natural-language help for project & task management
    • Drag-and-snap “Assistive Touch” toggle on desktop
  • Full Docker support

    • docker-compose.yml for one-command local dev & production
  • Real-time analytics & dashboards

    • Chart.js visualizations embedded in your projects
    • New admin panel for logs and user-role management
  • Performance & stability

    • Optimized bundle output on Next.js 15.2.1
    • Improved caching and data-fetching with React Query
    • ESLint/Prettier enforced code quality

🆕 What’s New

  • v1.1.0 bumps Next.js → 15.2.1, React → 19.0.0, Node.js → 18.16.0

  • Auth0 updates

    • M2M token handling for CLI and server-to-server APIs
    • New Admin API endpoints (/api/logs, /api/users/roles)
  • i18n improvements

    • Language selector in header
    • Contextual translations for all pages & modals
  • Chatbot UX

    • Faster response times via optimized RAG pipeline
    • Fallback to plain-text if AI service rate limits
  • Containerization

    • Lightweight Dockerfiles for frontend & backend
    • Shared network, mounted volumes, and healthchecks
  • Developer experience

    • New aicc monorepo CLI command for crawl, dev, build, start, and CRUD
    • Built-in Redis support for queue management (optional)
    • Enhanced unit & E2E test suites: Jest, Supertest, Playwright

🛠️ Upgrade & Deployment

  1. Pull the v1.1.0 tag

    git fetch --tags
    git checkout v1.1.0
  2. Install & build

    npm ci
    npm run build
  3. Environment

    • Update .env.local with your Auth0, MongoDB, and Redis credentials
    • Ensure your Docker daemon is running if you’re using containers
  4. Start

    # Monorepo CLI (linked via `npm link`)
    aicc dev

    or

    docker-compose up --build

❤️ Thank You

Massive thanks to everyone who contributed and tested v1.1.0. Your feedback helped shape Collabify into a secure, scalable, and user-friendly platform. If you encounter issues or have ideas for v1.2.0, please open an issue or submit a PR.

Happy collaborating! 🎉