Skip to content

Commit b3b7dc3

Browse files
committed
Added changelog entry and git blame ignore revs.
1 parent 25ae330 commit b3b7dc3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.git-blame-ignore-revs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@ d93ddf8dd43e4f9ed072a03829e287c78d2570a2
7373
33f1a5d0bef8ca08be79ee7a0d02a018d502680d
7474
# Moved art.py utility module from beets into beetsplug
7575
28aee0fde463f1e18dfdba1994e2bdb80833722f
76+
# Refactor `ui/commands.py` into multiple modules
77+
59c93e70139f70e9fd1c6f3c1bceb005945bec33
78+
a59e41a88365e414db3282658d2aa456e0b3468a
79+
25ae330044abf04045e3f378f72bbaed739fb30d

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Other changes:
4343
- The documentation chapter :doc:`dev/paths` has been moved to the "For
4444
Developers" section and revised to reflect current best practices (pathlib
4545
usage).
46+
- Refactored the ``beets/ui/commands.py`` monolithic file (2000+ lines) into
47+
multiple modules within the ``beets/ui/commands`` directory for better
48+
maintainability.
4649

4750
2.5.1 (October 14, 2025)
4851
------------------------

0 commit comments

Comments
 (0)