Skip to content

Commit 495d368

Browse files
v3.3
## πŸŒ™ New Features - πŸ”₯ Nebula now lets users directly edit variables straight from Nebula’s Sine settings! - πŸ’« **New Configs (`Nebula-config.css`):** - `nebula-active-tab-glow` β€” Adds a subtle glow to active tab βœ… - `nebula-folder-styling` β€” Adds background & bar to folders βœ… - `nebula-turn-off-zen-menu-icon` β€” Disables the zen icon on top left βœ… - Removed `nebula-nogaps-compact-mod` due to issues β€” 🟑 - Removed `nebula-compact-mode-no-sidebar-bg` (does nothing) β€” 🟑 - 🎨 **Changes:** - Reworked the whole MenuModule + CSS for context menus due to bugs in previous (JS) βœ… - GradientSliderModule reworked! Way smoother with completely different logic (JS) βœ… - PolyfillModule now has tab favicon color detection logic (JS) βœ… - Improved preferences.json layout & UI to be much more user friendly βœ… - Various performance improvements and refactors βœ… - Compact sidebar now has no borders to match Nebula βœ… - Improved MacOS buttons styling options βœ… - Pinned folders now don't have static background with no pinned tabs bg option βœ… - Fixed Nebula bleeding through website CSS in table element ****βœ… - Default tab loading animation changed to scale down only βœ… - Old Default tab loading animation changed to 6th style βœ… - New optional folder styling βœ… - Fixed NoGaps to work properly on Zen Right side βœ… - Code for glow on active tab if enabled βœ… - Added a background to workspace βœ… - Fixed the transparent-settings.css file not updated on github during v3.2 βœ… - URLBar smoothly transitions between heights **Credit:** @*JustVibingWhileCoding* βœ… - Removed URLBar loading animation (not significant) βœ… - Fixed transparent settings not having nebula’s color βœ… - Reworked Workspace-buttons.css (More performant & consistent) βœ… - Design & consistency improvements to almost the whole repository βœ… - Improved smoothness when switching workspaces βœ… - Tab close gradient now on right side instead of left βœ…
1 parent d59f3e2 commit 495d368

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

β€ŽJS/Nebula.uc.jsβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name nebula-core.uc.js
3-
// @description Central engine for Nebula with all modules (8)
3+
// @description Central engine for Nebula with all modules
44
// @author JustAdumbPrsn
55
// @version v3.3
66
// @include main
@@ -1269,3 +1269,4 @@
12691269

12701270
})();
12711271

1272+

0 commit comments

Comments
Β (0)