Skip to content

Commit

Permalink
v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Apr 28, 2024
1 parent 93695a5 commit 90a4fdc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

## v2.10.0 (2024-04-28)

* Document macOS >= 12 silently ignoring favourites and recent access date [#63](https://github.com/toy/blueutil/issues/63) [#84](https://github.com/toy/blueutil/issues/84) [#89](https://github.com/toy/blueutil/issues/89) [@toy](https://github.com/toy)
* In addition to recent devices, paired devices will also be searched when connect, disconnect, get information about, and check connected state of device by name [#62](https://github.com/toy/blueutil/issues/62) [#88](https://github.com/toy/blueutil/pull/88) [@azuwis](https://github.com/azuwis)
* Fix device inquiry not finishing in Monterey and later [#66](https://github.com/toy/blueutil/pull/66) [@RaphaelKn](https://github.com/RaphaelKn)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Originally written by Frederik Seiffert <[email protected]>

Copyright (c) 2011-2023 Ivan Kuchin
Copyright (c) 2011-2024 Ivan Kuchin

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ open "https://github.com/toy/blueutil/releases/new?tag=$(git describe --tags --a

Originally written by Frederik Seiffert [email protected] http://www.frederikseiffert.de/blueutil/

Copyright (c) 2011-2023 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
Copyright (c) 2011-2024 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
4 changes: 2 additions & 2 deletions blueutil.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//
// Originally written by Frederik Seiffert <[email protected]> http://www.frederikseiffert.de/blueutil/
//
// Copyright (c) 2011-2023 Ivan Kuchin. See <LICENSE.txt> for details.
// Copyright (c) 2011-2024 Ivan Kuchin. See <LICENSE.txt> for details.

#define VERSION "2.9.1"
#define VERSION "2.10.0"

#import <IOBluetooth/IOBluetooth.h>

Expand Down

0 comments on commit 90a4fdc

Please sign in to comment.