Skip to content

Releases: 16bitsrl/fattureincloud-cli

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:15
f365419

Full Changelog: v1.0.3...v1.1.0

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 26 Apr 09:01
ab638f6

Full Changelog: v1.0.2...v1.0.3

Fixes einvoice:import for EUR invoices (no spurious currency block) and payment total mismatches; adds an interactive exchange-rate prompt for non-EUR imports.

Note: the repository at this tag still reports 1.0.2 in VERSION and builds/fic because the tag was created manually; the release assets below are versioned correctly (built from the tag name). See CHANGELOG.md for details.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 22 Mar 00:58
a864f13

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Mar 18:24
fd996c6

Full Changelog: v0.5.1...v1.0.1

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 18 Mar 01:32
24079b5

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 01:21
a770400

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@zupolgec zupolgec released this 17 Mar 23:54
16292c4

Full Changelog: v0.3.1...v0.4.0

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 17:42
8d40a4e

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 17:02
db2a4df

Full Changelog: v0.2.1...v0.3.0

v0.2.0

Choose a tag to compare

@zupolgec zupolgec released this 17 Mar 16:16
3b4812f

Changes

  • Fix composer global require — all deps moved to require-dev so only php ^8.2 is required, avoiding conflicts with Laravel Valet and other global packages
  • Fix author info and URLs

Installation

composer global require (recommended)

composer global require 16bitsrl/fattureincloud-cli

Direct PHAR download

curl -sL https://github.com/16bitsrl/fattureincloud-cli/releases/latest/download/fic -o /usr/local/bin/fic
chmod +x /usr/local/bin/fic