Skip to content

v2.2.0 Enhanced Filename Customization & Stability Improvements (Minor)

Compare
Choose a tag to compare
@Sanmeet007 Sanmeet007 released this 13 Jul 12:30
· 20 commits to main since this release

We are excited to announce the release of Version 2.2.0, which introduces the following enhancements and features:

  • Filename Format Customization: You can now use a set of predefined tokens to customize your filename format according to specific date and time preferences. This allows for greater flexibility and organization in file naming.

  • Bug Fixes: Addressed several bugs to improve the stability and performance of the app. These fixes aim to enhance your overall user experience by resolving issues reported by our users.

    NOTE: You can use the tokens provided to customize your export filename format based on specific date and time preferences.

    Token Description Example
    Y Year with century 2024
    y Year without century 24
    m Month as a number 01-12
    B Full month name July
    b Abbreviated month name Jul
    d Day of the month 01-31
    a Abbreviated weekday name Fri
    A Full weekday name Friday
    H Hour in 24-hour format 00-23
    I Hour in 12-hour format 01-12
    M Minutes 00-59
    S Seconds 00-59
    p AM/PM marker AM, PM
    f Milliseconds 000-999
    z Time zone offset from UTC +0100
    Z Time zone name UTC
    j Day of the year 001-366
    U Week number (Sunday start) 00-53
    W Week number (Monday start) 00-53
    c Date and time representation Fri, Jul 12 2024 14:15:00
    x Date representation 07/12/2024
    X Time representation 14:15:00