Skip to content

Commit fc6db26

Browse files
v11.0.0: Complete rewrite
Merge pull request #172 from programmer2514/rewrite --- Fixes #155 Fixes #168 Fixes #169 Fixes #170 Fixes #171
2 parents fddfa1a + ac24440 commit fc6db26

File tree

3 files changed

+2552
-4060
lines changed

3 files changed

+2552
-4060
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# CollapsibleUI Patch Notes
22

3+
### v11.0.0:
4+
* Completely re-wrote plugin from the ground up for performance and stability
5+
* Greatly increased plugin\'s overall performance
6+
* Greatly decreased plugin\'s size on disk
7+
* Switched away from direct DOM manipulation wherever possible
8+
* Refactored style routines to reduce reliance on MutationObservers
9+
* Plugin now caches styles, settings, and webpack modules to decrease load times
10+
* Settings update routines have been changed to reduce the number of disk writes
11+
* Keyboard shortcuts can now be whatever you want and are not limited to standard patterns
12+
* Size Collapse has been rewritten using media queries and now does not affect button states
13+
* Expand on Hover is no longer a requirement for Size Collapse (though it is still recommended)
14+
* Resizable panels can now be resized by clicking-and-dragging anywhere on the edge of the panel
15+
* The activities panel, search panel, and forum popout can now be resized and collapsed
16+
* The floating panels setting has been reworked for increased customizability
17+
* Message bar is now capable of floating above other UI elements
18+
* Improved out-of-the-box compatibility with other plugins and themes
19+
* Hovered panels will no longer collapse while a right-click/popup menu is open
20+
* Removed locale labels other than English due to inaccurate translations
21+
* Moved Unread DMs Badge feature to its own plugin
22+
* Updated settings layout and added several new options
23+
* Several visual tweaks for UI consistency
24+
* Fixed showing multiple update notifications if plugin is toggled without reloading Discord
25+
* Fixed inconsistent Size Collapse when snapping window dimensions in Windows
26+
* Fixed panels jumping open during transitions on some low-end devices
27+
* Fixed forum popup resizing inconsistently with other UI elements
28+
329
### v10.0.1:
430
* Fixed settings failing to apply immediately when set
531

0 commit comments

Comments
 (0)