Skip to content

Releases: pitzzahh/evently

Evently v1.6.47

30 Mar 14:33
a27fed6
Compare
Choose a tag to compare

Add

  • New event calendar UI, migrated from original UI.
  • Updated to TailwindCSS v4.
  • Added event cover photo preview functionality.
  • Implemented participant QR code photo preview.

Fix

  • CI Build failing to generate environment files due to GitHub Actions read-only permissions.
  • Various components affected by TailwindCSS migration.

Evently v1.5.42

27 Mar 12:50
faa17ba
Compare
Choose a tag to compare

Fix

  • Missing embedded envs on production builds.
  • Animations when changing event tabs from upcoming/past.

Evently v1.5.40

27 Mar 02:18
8286174
Compare
Choose a tag to compare

Feat

  • Added new background images and dynamic themes.
  • Integrated QR code generation and email sending for participants.
  • Enabled hardware scanner functionality.
  • Enhanced search input styling, tooltips, and hover effects.
  • Added Cloudinary API to upload participants' QR codes.

Fix

  • Corrected class attribute formatting and toast messages.
  • Updated message event types and environment variable configurations.
  • Improved QR code generation visibility and date formatting.
  • Resolved issues with participant QR code integration and file input restrictions.
  • Simplified message data parsing and state management.
  • Streamlined QR code handling and file upload processes.
  • Updated Google Drive and authentication utility functions.
  • Removed unused imports and dependencies.
  • Enhanced README documentation and license information.
  • Correct attendance status logic for participant event days.
  • Refine logic for counting incomplete event days.
  • Update QR code scanner to stop camera when dialog is closed.
  • Add stop camera functionality and refine button styles in QR code scanner dialog.

Evently v1.4.25

25 Mar 08:32
858a2ce
Compare
Choose a tag to compare

Add

  • Late time calculation logic to ensure accurate time tracking for time-in periods.
  • Email notification feature for participants with their QR codes for attendance.

Fix

  • Scanning logic of participants to allow scanning ahead of time while ensuring it's within the event date range.
  • Background gradient display issues.

Evently v1.4.18

24 Mar 15:24
fbc9a01
Compare
Choose a tag to compare

Add

  • Search for events.

Feat

  • In app updates.

Evently v1.3.15

24 Mar 08:37
c4eec1b
Compare
Choose a tag to compare

Add

  • App logo and icons.

Feat

  • Export full event attendance report to pdf and excel.

Evently v1.2.11

24 Mar 05:43
3574d88
Compare
Choose a tag to compare

Add

  • Event image cover upload feature.
  • Event image cover display in event card.

Fix

  • Daily attendance report generation logic to ensure correct data retrieval.
  • Calendar of events to ensure correct date display.
  • Event list infinite scroll failing circleci build.

Evently v1.1.3

12 Mar 08:15
4fcc1d7
Compare
Choose a tag to compare

Add

  • Events list feature
  • Participant management with validation
  • QR code generation and PDF export
  • Daily attendance report generation
  • Participant import from Excel file
  • File upload handling with validation
  • Event calendar component
  • Participant attendance tracking with barcode scanning
  • Confirmation dialog for participant import
  • Error handling for PDF generation
  • Toast notifications for user feedback
  • Dynamic column rendering in data tables
  • Participant data table with actions (edit, view, remove)
  • Event status display and management
  • Participant attendance status calculation
  • File system capabilities for read and write permissions
  • Fullscreen toggle functionality
  • Event details display with time and location labels
  • Participant floating bar with bulk delete functionality
  • Enhanced dialog support with @tauri-apps/plugin-dialog

Improve

  • Theme consistency with updated color variables
  • File upload handling with dialog integration
  • Participant data rendering in tables
  • Error handling in QR code and PDF generation
  • User feedback with toast notifications
  • Participant import process with success notification
  • Participant attendance display with last scanned participant info
  • Event status checks and display
  • Participant form validation and management
  • Participant data table actions with edit, view, and remove functionalities

Fix

  • Duplicate success messages for report and QR code generation
  • Error handling in PDF generation logic
  • Syntax for CommandPrimitive.Separator in command-separator.svelte
  • Sticky bug
  • Typo in PDF header for participant QR codes
  • QR code worker import path
  • Redundant file system capability from default.json
  • File upload handling to support File objects
  • Worksheet retrieval to use index instead of name
  • End_date assignment in event-form for accurate scheduling
  • Debug console logs from event form component
  • Event filtering logic to correctly handle upcoming and past events
  • Date filtering from event list query to fetch all events
  • Optional event details in participant dialog
  • Column accessor for middle name
  • Event query logic to use Date objects directly for improved accuracy
  • Positioning of status pill in event card component
  • Event card display with date badges
  • Event fetching logic for improved clarity
  • Unused props from EventForm component
  • Button interaction by adding active scaling effect
  • Validation logic for am end and pm start
  • Event time picker styling and layout for improved usability
  • Cancel function that caused field errors not to show

Evently v0.1.2

26 Feb 14:47
d7e225a
Compare
Choose a tag to compare

Fix

  • Fixed dotenvs cargo dependency version to match the valid version from crates.io.