• v1.3.6 5919de0cb2

    v1.3.6 Stable

    zordsdavini released this 2026-04-23 03:36:46 +00:00 | 0 commits to master since this release

    Downloads
  • v1.3.5 e6c7a23bcb

    v1.3.5 Stable

    zordsdavini released this 2026-04-13 13:46:25 +00:00 | 3 commits to master since this release

    Downloads
  • v1.3.4 6800ca3400

    v1.3.4 Stable

    zordsdavini released this 2026-04-13 13:35:50 +00:00 | 4 commits to master since this release

    Downloads
  • v1.3.2 6843859b3b

    v1.3.2 Stable

    zordsdavini released this 2026-04-13 11:25:16 +00:00 | 6 commits to master since this release

    Downloads
  • v1.2.2 7acb5bbf5a

    v1.2.2 Stable

    zordsdavini released this 2026-04-07 06:53:23 +00:00 | 13 commits to master since this release

    Downloads
  • v1.2.0 e9098c3bc5

    v1.2.0 Stable

    zordsdavini released this 2026-03-29 21:53:24 +00:00 | 15 commits to master since this release

    • features
      - added support for ZIP archives as database storage (with optional password protection).
      - added property validation rules (.validate) supporting DATETIME, ABCEX, and regex formats.
      - enhanced INFO command to display validation rules, sort indices, and templates.
    • bugfixes
      - fixed TEMPLATE command to correctly handle quoted arguments containing semicolons.
    • commands
      - TEMPLATE - supports quoted strings with semicolons for multiple commands.
      - INFO - now shows validation and sort information.
    Downloads
  • v1.1.3 62410e300a

    v1.1.3 Stable

    zordsdavini released this 2026-03-27 22:34:18 +00:00 | 20 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 10:03:33 +00:00 | 24 commits to master since this release

    Downloads
  • v1.0.0 19cd70e68f

    v1.0.0 Stable

    zordsdavini released this 2024-07-18 10:58:47 +00:00 | 40 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