Skip to content

v1.27.0

Latest
Compare
Choose a tag to compare
@onemen onemen released this 07 Feb 08:10

1.27.0 (2025-02-07)

πŸ› Bug Fixes

  • Adjust window control buttons height and position for multi-row layouts (#387) (174928c)
  • Align window controls to top in multi-row tabs (closes #378) (b6b8027)
  • Can't reorder pinned tabs properly when multi-rows (#376) (7d450f1)
  • Compatibility with Zen Browser (closes #371) (382260e)
  • Error in version check for librewolf-133.0-3 (closes #369) (d489fbc)
  • Reopen closed tabs don't work from context menu (35baa61), closes #391

♻️ Refactor

  • Follow up bug 1881888 - Remove support for JSMs (closes #386) (acd0cec)
  • Remove usage of unexported functions and globals from SessionStore, following JSM removal (4fe88f6)
  • Replace inline event handlers with addEventListener. (closes #381) (42f1418)

🎨 Code Style Changes

  • Update themes compatibility (f36eb2d)

πŸ”§ Maintenance