Skip to content

pre-release: 3.0.0 date stamp + metainfo + post-#846 changelog wave - #848

Merged
mrjimenez merged 2 commits into
amule-project:masterfrom
got3nks:pre-release/3.0.0-date-and-metainfo
Jun 8, 2026
Merged

pre-release: 3.0.0 date stamp + metainfo + post-#846 changelog wave#848
mrjimenez merged 2 commits into
amule-project:masterfrom
got3nks:pre-release/3.0.0-date-and-metainfo

Conversation

@got3nks

@got3nks got3nks commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Two small pre-flight edits ahead of the 3.0.0 tag push on 2026-06-08:

  • docs/CHANGELOG.md: replace the 2026-MM-DD placeholder on the "Version 3.0.0 — alive again" entry with the agreed release date.
  • org.amule.aMule.metainfo.xml: populate the empty <releases></releases> element with a single <release version="3.0.0" date="2026-06-08"/> entry. AppStream validators (and Flatpak / KDE Discover / GNOME Software) reject component metadata without at least one release entry; without this the Flatpak build either warns at validation time or ships missing the release-history pane in the software-centre UI.

No code change, no behaviour change — pure metadata.

Refs

Pre-flight for the 3.0.0 release (cf. ngosang's release planning on amule-org/amule-org.github.io#4).

Two small pre-flight edits ahead of the 3.0.0 tag push on 2026-06-08:

- docs/CHANGELOG.md: replace the `2026-MM-DD` placeholder on the
  "Version 3.0.0 -- alive again" entry with the agreed release date.

- org.amule.aMule.metainfo.xml: populate the empty `<releases></releases>`
  element with a single `<release version="3.0.0" date="2026-06-08"/>`
  entry. AppStream metadata validators (and Flatpak / KDE Discover /
  GNOME Software) reject component metadata without at least one
  release entry; without this the Flatpak build either warns at
  validation time or ships missing the release-history pane in the
  software-centre UI.

No code change, no behaviour change -- pure metadata.
…ule-project#912)

Extends existing categories (preferring extensions over new lines):
- Performance/Upload: amule-project#898 SlotAllocation default raised.
- Networking & Discovery: wire-parser hardening list extended with
  amule-project#879/amule-project#882/amule-project#890/amule-project#886; new amuleweb security hardening bullet
  consolidating ngosang's amule-project#869-amule-project#874 triage (all landed in amule-project#875);
  amulegui list extended with amule-project#857; shared-folder watcher extended
  with amule-project#858.
- Packaging: Windows installer i18n line extended with amule-project#899.
- Internals & Refactoring: new docs-polish + code-quality bullets
  covering amule-project#851/amule-project#855/amule-project#862/amule-project#888/amule-project#900/amule-project#866/amule-project#867/amule-project#895 and amule-project#909/amule-project#910/amule-project#912.
- Translations: new pre-release final-wave bullet covering amule-project#847/amule-project#856/
  amule-project#891/amule-project#908/amule-project#860/amule-project#904/amule-project#859/amule-project#863/amule-project#861/amule-project#880/amule-project#911/amule-project#901/amule-project#902/amule-project#889/amule-project#868/amule-project#853.
- Bug Fixes & Stability: amule-project#850/amule-project#854/amule-project#878/amule-project#906.
- CI: ccache wiring (amule-project#892, amule-project#903) + CodeQL binutils-dev (amule-project#907).

Contributors footer gains mifritscher and nguyenhoangminhhieu2004-gif
(both first-time contributors).

PR index extended through amule-project#912.
@got3nks got3nks changed the title pre-release: stamp 3.0.0 date (2026-06-08) into CHANGELOG + metainfo pre-release: 3.0.0 date stamp + metainfo + post-#846 changelog wave Jun 7, 2026
@got3nks

got3nks commented Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

Added a follow-up commit to extend the changelog with the post-#846 wave — 43 PRs through #912, mapped into existing categories where possible (only two new bullets added: amuleweb security hardening for the #869#874 triage, and a late-cycle docs-polish bullet). Updated the PR title to reflect the broader scope.

@mrjimenez
mrjimenez merged commit fca9321 into amule-project:master Jun 8, 2026
7 checks passed
@got3nks
got3nks deleted the pre-release/3.0.0-date-and-metainfo branch June 8, 2026 10:33
mrjimenez pushed a commit to mrjimenez/amule that referenced this pull request Aug 8, 2026
Continues the wxListCtrl -> wxDataViewCtrl migration (amule-project#180, amule-project#801), porting CDownloadListCtrl onto the CMuleBarRenderer bridge from amule-project#842.

The Progress cell is composite rather than a plain chunk bar, so CDownloadBarRenderer draws the base bar and adds the completed-progress strip and percentage on top; CBarFillSpec carries the row's item-data pointer so a renderer subclass can reach its own domain type. The per-row cached wxBitmap is not carried forward: CBarShader::Draw() costs microseconds at this cell size, and a cache keyed by a raw CPartFile* would collide with a freed-and-reused address.

FileCtrlItem_Struct is gone -- item data is CPartFile* directly, matching CSharedFilesCtrl -- and m_ListItems becomes a plain std::set, having never backed a real hierarchy. muuli_wdr.cpp drops wxLC_REPORT|wxSUNKEN_BORDER for Downloads, matching 71bdb1a for the lists ported earlier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants