Skip to content

Releases: ViennaRSS/MMTabBarView

v/1.5.3

14 Jun 09:03
c4ba448
Compare
Choose a tag to compare

What's Changed

  • Fix several build warnings/errors by @Eitot in #44

Full Changelog: v/1.5.2...v/1.5.3

v/1.5.2

20 Jan 12:51
v/1.5.2
Compare
Choose a tag to compare

Add dark mode pictures to Sierra assets

v/1.5.1

20 Jan 06:50
v/1.5.1
74bb3bf
Compare
Choose a tag to compare

Fix overflow button not showing with Mojave style
Improve SPM build
Update to XCode up to 15.2

Requires macOS 10.13 or better

v/1.5.0

29 Apr 08:33
76b2f73
Compare
Choose a tag to compare
  • Updates the Xcode project to require Xcode 14
  • Sets the minimum deployment target to macOS 10.13
  • Adds tabView:willMoveTabViewItem:toIndex: to MMTabBarViewDelegate
  • Uses NSColor.secondaryLabelColor for inactive tabs in dark mode
  • Fixes an exception that can occur in macOS 12.3 and later
  • Replaces deprecated Cocoa methods and properties
  • Resolves various build warnings

v/1.4.12

01 Dec 15:26
658a980
Compare
Choose a tag to compare
  • Fix image resources in Swift Packet Manager

v/1.4.11

28 Nov 18:32
e707144
Compare
Choose a tag to compare
  • Add Swift Package Manager support

v/1.4.9

28 Nov 18:20
Compare
Choose a tag to compare
  • add delegate method -tabView:selectOnClosingTabViewItem:
    for choice of next tab on closing a tab
  • add method -closeTabViewItem: for closing a tab view item,
    with due execution of all delegate methods

v/1.4.7

20 Aug 17:08
v/1.4.7
3ddb5fa
Compare
Choose a tag to compare
  • Fix display of "mini window" image on drag & drop
  • Fix an exception with tab drag & drop on demo app in 10.14+3
  • Add dark theme support for 'card" style on 10.14
  • Fix position of tab view when hiding tab bar
  • Match declaration & implementation of MMTabBarView's delegate as a weak property
  • Update README