Sourced from @tauri-apps/cli's
releases.
@tauri-apps/cliv2.2.7[2.2.7]
Bug Fixes
8e9134c4a(#12511 by@FabianLars) Fixed an issue that causedtauri devto fail because of an incorrect--binsflag.Dependencies
- Upgraded to
tauri-cli@2.2.7
@tauri-apps/cliv2.2.6[2.2.6]
Enhancements
1a86974aa(#12406 by@bradleat)ios build --openwill now let xcode start the rust build process.0b79af711(#12438 by@3lpsy) Log the command used to start the rust app in development.Dependencies
- Upgraded to
tauri-cli@2.2.6
@tauri-apps/cliv2.2.5[2.2.5]
Dependencies
- Upgraded to
tauri-cli@2.2.5
@tauri-apps/cliv2.2.4[2.2.4]
Bug Fixes
cad550445(#12354 by@FabianLars) Fixed and issue that causedtauri addto try to install incorrect npm packages.Dependencies
- Upgraded to
tauri-cli@2.2.4
@tauri-apps/cliv2.2.3[2.2.3]
Enhancements
a0f2c84d5(#12204 by@pjf-dev) Enhancetauri iconcommand by including 64x64 png size in default icon sizes.Bug Fixes
... (truncated)
82d634f
Apply Version Updates From Current Changes (#12512)8e9134c
fix(cli): Apply --bins flag on build instead of dev (#12511)dc1997b
apply version updates (#12439)1a86974
fix(cli): let xcode handle building for ios build --open
(#12406)fb294af
fix(tauri-driver): Parse ms:edgeOptions separately (#12383)46c7b16
ci(renovate): Disable oxc_ PRs9dac286
fix(bundler): Don't self-sign dmg (#12323)9a9d120
chore(deps): update dependency rollup to v4.32.0 (dev) (#12502)27096cd
fix(cli): don't force native-tls feature on desktop (#12445)6cbfc48
refactor: document Emitter/Listner traits
panics, refactor check into int...