• v1.1.3 62410e300a

    v1.1.3 Stable

    zordsdavini released this 2026-03-28 00:34:18 +02:00 | 27 commits to master since this release

    • features
      - Sort - sort list objects by property and save as index in .sort folder.
      - GetSortedNodes - get list objects sorted by property index.
      - Upload - save files as <ROOT>/__a/<property_name>-<blob_hash>.
      - Node.Link - bool property to indicate if a node is a filesystem link.
      - Node.Value - now contains absolute path for symlinks.
      - Upload - save filename from hex to BASE62 (using abcex)
      - AddTemplate - add template to list to be used as commands during adding object
    • bugfixes
      - Upload - fix double hyphen in blob names.
      - Refresh - skip .sort and __a directories in filesystem traversal.
    • commands
      - SORT (\X) - new command to sort list by property.
    Downloads
  • v1.1.1 c1d2b858bf

    v1.1.1 Stable

    zordsdavini released this 2026-02-02 12:03:33 +02:00 | 31 commits to master since this release

    Downloads
  • v1.0.0 19cd70e68f

    v1.0.0 Stable

    zordsdavini released this 2024-07-18 13:58:47 +03:00 | 47 commits to master since this release

    * features
        - Init
        - Get - for not list or object
        - Save - for not list or object
        - Del
        - Inc - increase by abcex value
        - Dec - decrease by abcex value
        - Now - insert datetime NOW
    
    Downloads