Skip to content

Releases: verseles/xpm

v0.83.0

07 Nov 00:44

Choose a tag to compare

better pacman support - order xpm -> pm -> aur

v0.82.1

06 Nov 07:12

Choose a tag to compare

v0.82.1 Pre-release
Pre-release
fix: Remove Flutter from publish job to avoid Dart SDK conflict

The publish job was using flutter-actions/setup-flutter which
installed Dart SDK 3.9.2, conflicting with the project's requirement
of >=3.9.4. This caused the publish step to fail with version solving errors.

Solution: Replaced the external publish workflow with a custom publish
job using only dart-lang/setup-dart@v1 with sdk: '3.9.4'.

Changes:
- Removed: uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
- Added: Custom publish job with dart-lang/setup-dart@v1 + sdk: '3.9.4'
- Added: dart pub publish --dry-run for validation

This ensures consistent Dart SDK version across all jobs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

v0.82.0

06 Nov 06:56

Choose a tag to compare

better pacman support - order

v0.81.0

06 Nov 06:29

Choose a tag to compare

better pacman support

v0.80.0

06 Nov 06:14

Choose a tag to compare

fix: pacman now in xpm style

v0.79.1

06 Nov 05:39

Choose a tag to compare

fix: pacman now in xpm style

v0.79.0

06 Nov 04:55

Choose a tag to compare

feat: native package manager ArchLinux/pacman/yay/paru

v0.76.0

31 Oct 18:11

Choose a tag to compare

feat: native package manager

v0.75.0

29 Oct 21:33

Choose a tag to compare

update to latest dart stable version

v0.74.0

20 Jun 21:50

Choose a tag to compare

lock update