Swiftpack.co - Swift Packages by sindresorhus

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by sindresorhus

sindresorhus/Defaults v9.0.0-beta.1
πŸ’Ύ Swifty and modern UserDefaults
⭐️ 1,855
πŸ•“ 6 days ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
6 days ago
### Breaking - Require watchOS 9 or later https://github.com/sindresorhus/Defaults/commit/e8004932352690ac0aa310d51d38462b421899f5 ### iCloud synchronization **Please help us test the new [iCloud synchronization functionality](https://swiftpackageindex.com/sindresorhus/defaults/v9.0.0-beta.1/documentation/defaults/defaults/icloud) and give us feedback on it.** ### Improvements - Add support for syncing using `NSUbiquitousKeyValueStore` https://github.com/sindresorhus/Defaults/commit/e8370522ffe3290c01b70d1442ea5c0a4f9d6062 - Add support for serializing `Color.Resolved` https://github.com/sindresorhus/Defaults/commit/ce45591c09cb421835cfcf9bec5f586e3a19d551 - Add support for serializing `NSFontDescriptor` and `UIFontDescriptor` https://github.com/sindresorhus/Defaults/commit/23e0a4497e844db64e12740e2ab4a632857d3de6 https://github.com/sindresorhus/Defaults/compare/v8.2.0...v9.0.0-beta.1
9 weeks ago
- Improve compatibility with strict concurrency https://github.com/sindresorhus/Defaults/commit/38925e3cfacf3fb89a81a35b1cd44fd5a5b7e0fa https://github.com/sindresorhus/Defaults/compare/v8.1.2...v8.2.0
10 weeks ago
- Fix missing key in privacy manifest https://github.com/sindresorhus/Defaults/compare/v8.1.1...v8.1.2
10 weeks ago
- Fix location of the privacy manifest https://github.com/sindresorhus/Defaults/compare/v8.1.0...v8.1.1
10 weeks ago
- Add privacy manifest https://github.com/sindresorhus/Defaults/compare/v8.0.0...v8.1.0
14 weeks ago
### Breaking - This package now requires macOS 11, iOS 13, tvOS 14, watchOS 7, visionOS 1 or later - Removed `Defaults.migrate()` ### Fixes - Fix for freeze in `MenuBarExtra` and `NavigationStack` ### Note - If you're upgrading from version 4, you need to update to version 5 first and go through the [migration process](https://github.com/sindresorhus/Defaults/blob/3efef5a28ebdbbe922d4a2049493733ed14475a6/migration.md) https://github.com/sindresorhus/Defaults/compare/v7.3.1...v8.0.0
32 weeks ago
- Fix support for non-string keys in dictionaries https://github.com/sindresorhus/Defaults/compare/v7.3.0...v7.3.1
33 weeks ago
- Add `.publisher()` overload that accepts an array of keys https://github.com/sindresorhus/Defaults/commit/11b6adbfcb784a71bc9076c0e83ecd67952060e8 https://github.com/sindresorhus/Defaults/compare/v7.2.1...v7.3.0
33 weeks ago
- Fix infinite recursion when casting AnySerializable to wrong type https://github.com/sindresorhus/Defaults/commit/03d5386e581f29e6d97b5f745582afd7ae890c1d https://github.com/sindresorhus/Defaults/compare/v7.2.0...v7.2.1
1 year ago
- Switch from deprecated NSSecureCoding API - If you have a custom bridge that accepts a `NSSecureCoding` object, you will have to make it `NSSecureCoding` β†’ `NSSecureCoding & NSObject` https://github.com/sindresorhus/Defaults/compare/v7.1.0...v7.2.0
iOS macOS watchOS tvOS
sindresorhus/KeyboardShortcuts v1.10.0
⌨️ Add user-customizable global keyboard shortcuts (hotkeys) to your macOS app in minutes
⭐️ 1,742
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
9 weeks ago
### Breaking - Require macOS 10.15 or later https://github.com/sindresorhus/KeyboardShortcuts/commit/04b8db69cbac2e2e46a3439083bc58b547c5b2a4 - Remove deprecated `KeyboardShortcuts.on()` method https://github.com/sindresorhus/KeyboardShortcuts/commit/09e4a10ed6b65b3a40fe07b6bf0c84809313efc4 - The `NSMenuItem#setShortcut()` method is now marked with `@MainActor` https://github.com/sindresorhus/KeyboardShortcuts/commit/3b1195203c774bcf8427fe37530f7901014e9455 ### Improvements - Improve support for strict concurrency https://github.com/sindresorhus/KeyboardShortcuts/commit/3b1195203c774bcf8427fe37530f7901014e9455 https://github.com/sindresorhus/KeyboardShortcuts/compare/1.17.0...2.0.0
14 weeks ago
- Add `LocalizedStringKey` initializer to `Recorder` to support localizing the title - Add Slovak localization https://github.com/sindresorhus/KeyboardShortcuts/compare/1.16.1...1.17.0
21 weeks ago
- Fix memory leak for `NSMenuItem#setShortcut` - Fix iOS previews for multiplatform apps https://github.com/sindresorhus/KeyboardShortcuts/compare/1.16.0...1.16.1
23 weeks ago
- Allow overriding system-reserved shortcuts https://github.com/sindresorhus/KeyboardShortcuts/commit/de40257cadda79babb0f890655beaec5c2d89cc6 https://github.com/sindresorhus/KeyboardShortcuts/compare/1.15.0...1.16.0
31 weeks ago
- Add `pt-BR` localization https://github.com/sindresorhus/KeyboardShortcuts/compare/1.14.1...1.15.0
34 weeks ago
- Fix shortcut recorder not properly stopping when window gets hidden https://github.com/sindresorhus/KeyboardShortcuts/commit/b878f8132be59576fc87e39405b1914eff9f55d3 - Fix initial focus prevention not working when window is unhidden or the parent view goes from hidden to visible https://github.com/sindresorhus/KeyboardShortcuts/commit/b878f8132be59576fc87e39405b1914eff9f55d3 https://github.com/sindresorhus/KeyboardShortcuts/compare/1.14.0...1.14.1
36 weeks ago
- Use `Space` to indicate the space key instead of `⎡`. - `⌘⎡` was confusing to users and macOS itself uses `⌘Space` in their keyboard shortcut recorders and in menu items. https://github.com/sindresorhus/KeyboardShortcuts/compare/1.13.0...1.14.0
40 weeks ago
- Improve compatibility with macOS 14 https://github.com/sindresorhus/KeyboardShortcuts/compare/1.12.0...1.13.0
41 weeks ago
- Automatically observe `NSMenu`'s https://github.com/sindresorhus/KeyboardShortcuts/commit/f0d470d4a8f09b388acc22c0d29f5f47f5f4fba3 - This means you no longer need to set `KeyboardShortcuts.isMenuOpen`, and the property has been made private. - Improve compatibility with macOS 14 https://github.com/sindresorhus/KeyboardShortcuts/commit/f0d470d4a8f09b388acc22c0d29f5f47f5f4fba3 https://github.com/sindresorhus/KeyboardShortcuts/compare/1.11.0...1.12.0
51 weeks ago
- Support disabling/enabling multiple keyboard shortcuts in a single call https://github.com/sindresorhus/KeyboardShortcuts/commit/018e445b340dac78dfc2a4c97c45d9571507c3b5 - Improve display of keypad keys https://github.com/sindresorhus/KeyboardShortcuts/commit/746f74e1de66d84d6a1b1550bf006421e7353dc2 - Fix cursor disappearing when switching to other textfield when using `RecorderCocoa` https://github.com/sindresorhus/KeyboardShortcuts/commit/921c77e14f7a1efa9d8c9fa6547fe7e8e9cae458 Note: The tag is now without a `v` prefix since Xcode cannot handle the prefix. https://github.com/sindresorhus/KeyboardShortcuts/compare/v1.10.0...1.11.0
macOS
sindresorhus/LaunchAtLogin v5.0.1
Add β€œLaunch at Login” functionality to your macOS app in seconds
⭐️ 1,507
πŸ•“ 4 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
4 weeks ago
- More robust `ONLY_ACTIVE_ARCH` comparison https://github.com/sindresorhus/LaunchAtLogin/compare/v5.0.0...v5.0.1
1 year ago
**Please read carefully** macOS 13 introduced a [new API](https://developer.apple.com/documentation/servicemanagement/smappservice/3945412-mainapp) to toggle β€œlaunch at login”. We now use this new API when your app is running on macOS 13 and later. **Upgrading to this version requires migration!** You need to call `LaunchAtLogin.migrateIfNeeded()` at launch to migrate the enabled state to the new system. You do not need to guard this call. It can be called at every app launch. It will only ever run the migration once. For example, for a SwiftUI app, you would call it like this: ```swift import SwiftUI import LaunchAtLogin @main struct MyApp: App { init() { LaunchAtLogin.migrateIfNeeded() } var body: some Scene { WindowGroup { // … } Settings { Form { LaunchAtLogin.Toggle() } } } } ``` *You can remove this call when you think all users have ran the migration.* **Make sure to verify that your app still launches at login on macOS 13.** If you need to rerun the migration for testing purposes, delete the `LaunchAtLogin__hasMigrated` UserDefaults key. ## FAQ ### What do I do later on when my app targets macOS 13 Remove the run script phase. It's no longer needed then. You could also consider moving to my [modern version of this package](https://github.com/sindresorhus/LaunchAtLogin-Modern). --- https://github.com/sindresorhus/LaunchAtLogin/compare/v4.2.0...v5.0.0
2 years ago
- Silence SMCopyAllJobDictionaries deprecation warning https://github.com/sindresorhus/LaunchAtLogin/commit/b35bfbde576b39a18d473da3b032e45f52c21a16 https://github.com/sindresorhus/LaunchAtLogin/compare/v4.1.0...v4.2.0
3 years ago
- Add native Apple Silicon support to the helper app https://github.com/sindresorhus/LaunchAtLogin/commit/f1cc3b8dd52f3eab1a87e2be5f4cb3b229e47d73 - Add `ITSAppUsesNonExemptEncryption` to the helper app https://github.com/sindresorhus/LaunchAtLogin/commit/b068272af8420fc0a27ecfb7b54d900552359102 - Fix notarization issues with build configs not named "Release" (#57) https://github.com/sindresorhus/LaunchAtLogin/commit/2badfdd7df05490b9486e9f99eccc4713cd04822 https://github.com/sindresorhus/LaunchAtLogin/compare/v4.0.0...v4.1.0
3 years ago
### Breaking - Requires Xcode 12 to build. ### Improvements - Swift Package Manager support! https://github.com/sindresorhus/LaunchAtLogin/commit/060284a1994934c5f258ce5c0c9202d63eea8c3a This is now the recommended way to install LaunchAtLogin. Carthage support will be removed at some point in the future. - [A SwiftUI component](https://github.com/sindresorhus/LaunchAtLogin#swiftui) for toggling "launch at login" is now bundled. https://github.com/sindresorhus/LaunchAtLogin/commit/f7b255bc96965a178dc8f1073058a037b35d38fd It could not be easier to add support for "launch at login" in your app. - We also added built-in conveniences for `@ObservedObject`, Combine, and Storyboards (KVO). https://github.com/sindresorhus/LaunchAtLogin/commit/f7b255bc96965a178dc8f1073058a037b35d38fd Huge thanks to @SergeyKuryanov for implementing a lot of the things in this release.
3 years ago
- Fix building on Apple Silicon https://github.com/sindresorhus/LaunchAtLogin/commit/0fe5eb50ff48a5c22c9a1b42e820633ace766fc1
3 years ago
- Don’t inherit entitlements from the main app in the helper app (#38) The helper app only needs to be sandboxed. Previously, it incorrectly inherited the sandbox entitlements of the parent app. https://github.com/sindresorhus/LaunchAtLogin/compare/v3.0.0...v3.0.1
4 years ago
### Breaking - Require Swift 5 https://github.com/sindresorhus/LaunchAtLogin/commit/a3e48661e30fa2419074b22d0075fc4979b8f548 - Drop support for CocoaPods https://github.com/sindresorhus/LaunchAtLogin/commit/db82bf69ea827d5b763603678b188729d8b60d8a It didn't work correctly anyway. ### Enhancements - Set signing to local & "None" (#28) https://github.com/sindresorhus/LaunchAtLogin/commit/ff900e85312198f3bd0b42a4b8b43969e4215ae1 https://github.com/sindresorhus/LaunchAtLogin/compare/v2.5.0...v3.0.0
macOS
sindresorhus/Settings v3.0.0
βš™ Add a settings window to your macOS app in minutes
⭐️ 1,392
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
25 weeks ago
- Use SwiftPM’s localization plan https://github.com/sindresorhus/Settings/commit/3370a7da6d4aae7b4fd0ad8ee79b99097f4446cf - Add workaround for namespace conflict https://github.com/sindresorhus/Settings/commit/2f4f65eed252198be383aa0d9058bbaf8f740aa5 https://github.com/sindresorhus/Settings/compare/3.0.5...3.1.0
27 weeks ago
- Fix invalid reference https://github.com/sindresorhus/Settings/compare/3.0.4...3.0.5
27 weeks ago
- Fix NSToolbar preserving the visual state of previous selected pane on macOS Sonoma https://github.com/sindresorhus/Settings/compare/3.0.3...3.0.4
39 weeks ago
- Fix `animated: false` not working https://github.com/sindresorhus/Settings/compare/3.0.2...3.0.3
46 weeks ago
- Resolve warnings in Xcode 15 https://github.com/sindresorhus/Settings/compare/3.0.1...3.0.2
49 weeks ago
- Fix broken pane switching animation Note: The tag is now without a `v` prefix since Xcode cannot handle the prefix. https://github.com/sindresorhus/Settings/compare/v3.0.0...3.0.1
1 year ago
### Breaking - The package was renamed from `Preferences` to `Settings` - Update the package URL to `https://github.com/sindresorhus/Settings` - Rename `import Preferences` to `import Settings` - There are some more naming changes. Xcode will provide fix-its for those after you make the above changes. - Require macOS 10.13 or later - Drop support for CocoaPods and Carthage https://github.com/sindresorhus/Settings/compare/v2.6.0...v3.0.0
1 year ago
- Improve compatibility with macOS 13 - When only using a single pane, it now uses the correct `Settings` term on macOS 13 and later. https://github.com/sindresorhus/Preferences/compare/v2.5.0...v2.6.0
2 years ago
- Add the ability to set a minimum label width on containers (#71) https://github.com/sindresorhus/Preferences/commit/5cef6c8cc0c091eb7b289e70c4d3635c84dbc7ae https://github.com/sindresorhus/Preferences/compare/v2.4.0...v2.5.0
2 years ago
- Add `verticalAlignment` option to the `Section` component https://github.com/sindresorhus/Preferences/commit/c980680a6191688a9d00483d5eab2665878e4c25 https://github.com/sindresorhus/Preferences/compare/v2.3.0...v2.4.0
macOS
sindresorhus/DockProgress v4.1.0
Show progress in your app's Dock icon
⭐️ 1,208
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3 weeks ago
- Hide dock tile when not showing progress https://github.com/sindresorhus/DockProgress/compare/4.3.0...4.3.1
9 weeks ago
- Improve compatibility with strict concurrency https://github.com/sindresorhus/DockProgress/commit/88dd4eb50beffc3ae43d17174a744d811679ee0c https://github.com/sindresorhus/DockProgress/compare/4.2.2...4.3.0
32 weeks ago
- Fix package not working in release configuration https://github.com/sindresorhus/DockProgress/compare/4.2.1...4.2.2
46 weeks ago
- Improve compatibility with macOS 14 https://github.com/sindresorhus/DockProgress/compare/4.2.0...4.2.1
48 weeks ago
- The progress animation should now be much smoother. *Note: The tag is now without a `v` prefix since Xcode cannot handle the prefix.* https://github.com/sindresorhus/DockProgress/compare/v4.1.0...4.2.0
1 year ago
- Add [`.pie` style](https://github.com/sindresorhus/DockProgress#pie) - Hide the progress display when progress is 0 https://github.com/sindresorhus/DockProgress/compare/v4.0.1...v4.1.0
1 year ago
- Improve compatibility with Xcode 14 https://github.com/sindresorhus/DockProgress/commit/d185101d682a7487773b8453053eb5d61b66dc12 https://github.com/sindresorhus/DockProgress/compare/v4.0.0...v4.0.1
1 year ago
### Breaking - Require macOS 10.15 and later - Drop support for CocoaPods and Carthage - `DockProgress` is now annotated with [`@MainActor`](https://developer.apple.com/documentation/swift/mainactor) - The `DockProgress.ProgressStyle` type is renamed to `DockProgress.Style` https://github.com/sindresorhus/DockProgress/compare/v3.2.0...v4.0.0
3 years ago
- Squircle style https://github.com/sindresorhus/DockProgress/commit/4fd9ae951f65380465a830d9a3724fb3c1ec8a89 https://github.com/sindresorhus/DockProgress/compare/v3.1.0...v3.2.0
3 years ago
- Fix building on Apple Silicon https://github.com/sindresorhus/DockProgress/commit/5982a9901e4514497d0fade3939a8fb23e6b7dd4
macOS
sindresorhus/macos-wallpaper v2.3.1
Manage the desktop wallpaper on macOS
⭐️ 615
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2 years ago
- Fix getting wallpaper for a specific screen https://github.com/sindresorhus/macos-wallpaper/compare/v2.3.0...v2.3.1
2 years ago
- Add native support for Apple silicon https://github.com/sindresorhus/macos-wallpaper/compare/v2.2.0...v2.3.0
2 years ago
- Internal: Move to `swift-argument-parser` for the CLI https://github.com/sindresorhus/macos-wallpaper/commit/b4f367afda4184601d8b51ff640cc2540ca2bc29 https://github.com/sindresorhus/macos-wallpaper/compare/v2.1.0...v2.2.0
3 years ago
- Add `fillColor` option and `--fill-color` flag (#27) https://github.com/sindresorhus/macos-wallpaper/commit/aff27703536b3316fefd4cf257d15f092f1c1a94 - Add `set-solid-color` command (#30) https://github.com/sindresorhus/macos-wallpaper/commit/3ce82762557f53aa6b10d65f5fb0967d5ece6b9a https://github.com/sindresorhus/macos-wallpaper/compare/v2.0.0...v2.1.0
5 years ago
Breaking: - `wallpaper unicorn.jpg` β†’ `wallpaper set unicorn.jpg` - `wallpaper` β†’ `wallpaper get` - It now gets and sets the wallpaper for all screens by default. You can control this behavior with the `--screen` flag. Other: - Rewritten in Swift. - Support for multiple screens. - Now available as a Swift API, installable with the Swift Package Manager. - Fix issue with setting the desktop wallpaper to the existing URL. https://github.com/sindresorhus/macos-wallpaper/commit/550113376c0e2825c3aa640a1fa58aaf0ba2045c https://github.com/sindresorhus/macos-wallpaper/compare/1.3.0...v2.0.0
1.3.0
7 years ago
Add support for scaling method. https://github.com/sindresorhus/macos-wallpaper/commit/f50704b9679477f8a5954fd80a4066f82e4942bc
1.2.0
7 years ago
Now even works when the desktop background is set to change on an interval. https://github.com/sindresorhus/macos-wallpaper/commit/397287d853dbc1953ade043e0110c3cb00d3f5b3
1.1.1
8 years ago
Use the primary screen instead of current one. acb681606ef40692df9f54a8309e4a7bde0dd240
1.1.0
8 years ago
Improved error handling and smaller binary.
1.0.0
9 years ago
macOS
sindresorhus/CircularProgress v3.0.1
Circular progress indicator for your macOS app
⭐️ 559
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1 year ago
- Fix compatibility with Xcode 14.1 https://github.com/sindresorhus/CircularProgress/compare/v3.0.0...v3.0.1
1 year ago
### Breaking - Require macOS 10.15 and later - Drop support for CocoaPods and Carthage - The views are now annotated with [`@MainActor`](https://developer.apple.com/documentation/swift/mainactor) - `.lineWidth` is now a `Double` instead of `CGFloat` https://github.com/sindresorhus/CircularProgress/compare/v2.2.0...v3.0.0
3 years ago
- Add ability to hide label (#32) https://github.com/sindresorhus/CircularProgress/commit/bd6ae4afe56ac510a6b9656115a916f102c585e0 https://github.com/sindresorhus/CircularProgress/compare/v2.1.0...v2.2.0
3 years ago
- Support KVO for `.isFinished` and `.isCancelled` https://github.com/sindresorhus/CircularProgress/commit/a292ebb4cf25fe6b15f62fba1b177cc990bf2a79 https://github.com/sindresorhus/CircularProgress/compare/v2.0.2...v2.1.0
3 years ago
- Fix building on Apple Silicon https://github.com/sindresorhus/CircularProgress/commit/6634378d07568ca3ac35a48b5b8b25cfe20670b1
4 years ago
- Remove some strong references to self https://github.com/sindresorhus/CircularProgress/commit/fbe8974f76a83303b33d3e05a584fb8c67db2185
4 years ago
### Breaking - Only allow calling the methods/properties from the main thread https://github.com/sindresorhus/CircularProgress/commit/cb46c8fce959cd81c7f6fb69544ed68bc5387737
4 years ago
- Upgrade to Swift 5.1 https://github.com/sindresorhus/CircularProgress/commit/e96dcc7c4c0dce222ead87ea5d105fe5d44ecf42 - Add ability to change the line width https://github.com/sindresorhus/CircularProgress/commit/b1b1f299cdd2683bfe98439921f679eeee2f815e
4 years ago
- Don't show the success checkmark when cancelled https://github.com/sindresorhus/CircularProgress/commit/c79203e05ded221637379eb58e8ce5ba658a19bc
4 years ago
- Upgrade to Swift 5 https://github.com/sindresorhus/CircularProgress/commit/4b08258cbd749d65f95513de538aaafa45ea5a8c - Animate the success checkmark (#21) https://github.com/sindresorhus/CircularProgress/commit/7891df76691e533d030116915adf233451a0c4a5
macOS
sindresorhus/Regex v1.0.0
πŸ”€ Swifty regular expressions
⭐️ 328
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2 years ago
- No changes. This just marks the package as stable.
2 years ago
- Fix handling on some obscure Unicode cases which Swift doesn't correctly handle. https://github.com/sindresorhus/Regex/compare/v0.1.0...v0.1.1
2 years ago
πŸ¦„
iOS macOS watchOS tvOS
sindresorhus/LaunchAtLogin-Modern v1.1.0
Add β€œLaunch at Login” functionality to your macOS app in seconds
⭐️ 314
πŸ•“ 18 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
18 weeks ago
- Add `wasLaunchedAtLogin` property - Fix compatibility with Catalyst and usage in multi-platform apps https://github.com/sindresorhus/LaunchAtLogin-Modern/compare/v1.0.0...v1.1.0
1 year ago
πŸ¦„
macOS macCatalyst
sindresorhus/Percentage v1.2.0
A percentage type for Swift
⭐️ 269
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1 year ago
- Add `.clampedZeroToHundred` https://github.com/sindresorhus/Percentage/compare/v1.1.0...v1.2.0
3 years ago
- Make percentage of given value generic (#11) https://github.com/sindresorhus/Percentage/commit/66243465ff0d2746701edb01c3244e2128941b39 https://github.com/sindresorhus/Percentage/compare/v1.0.0...v1.1.0
3 years ago
### Breaking - Rename package from `Percent` to `Percentage` 76480b7 ### Improvements - Conform to `ExpressibleByFloatLiteral`, `ExpressibleByIntegerLiteral`, and `Numeric` 6ad1e1b - Accept more floatingpoint/integer types directly 0513895 - Add static `.random(in:)` method (#9) ac33f86 ### Fixes - Fix multiplication and division for percentages 50a5144 https://github.com/sindresorhus/Percentage/compare/v0.2.0...v1.0.0
4 years ago
- Localize the `Percent` description (#8) https://github.com/sindresorhus/Percent/commit/8720f1002f82abe81f427a26669c090b84021975
4 years ago
- Add missing import https://github.com/sindresorhus/Percent/commit/34072b981d0323463f3fad765a05a5c749cd6676
4 years ago
πŸ¦„
sindresorhus/do-not-disturb v2.1.0
Control the macOS `Do Not Disturb` feature
⭐️ 215
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2 years ago
- Add native support for Apple silicon 5366ef8 https://github.com/sindresorhus/do-not-disturb/compare/v2.0.0...v2.1.0
2 years ago
### Breaking - Require Node.js 12.20 1693472 - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). https://github.com/sindresorhus/do-not-disturb/compare/v1.1.0...v2.0.0
4 years ago
- Add `change` event using polling (#8) b596760 https://github.com/sindresorhus/do-not-disturb/compare/v1.0.0...v1.1.0
5 years ago
Enhancements: - Upgrade dependencies 0fabac7 - Mimic default system behavior (#4) 4a21ebe https://github.com/sindresorhus/do-not-disturb/compare/v0.2.0...v1.0.0
macOS
sindresorhus/CustomButton v2.0.0
Customizable button for your macOS app
⭐️ 167
πŸ•“ 9 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3 years ago
### Breaking - Use continuous corner style on rounded buttons by default on macOS 10.15 and up (#5) https://github.com/sindresorhus/CustomButton/commit/246fb080bf47f8fd4428b08e2fca957f70bb325d
4 years ago
- Don't animate colors when the button is loaded https://github.com/sindresorhus/CustomButton/commit/2fee8346b8369fb3b72f7a53cc2c114796d1d760
4 years ago
πŸ¦„
macOS
sindresorhus/is-camera-on v2.0.2
Check if the built-in Mac camera is on
⭐️ 137
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2 years ago
- Upgrade to Swift 5.5
macOS
sindresorhus/ExceptionCatcher v2.0.1
Catch Objective-C exceptions in Swift
⭐️ 124
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1 year ago
- Try to fix usage in XCFramework https://github.com/sindresorhus/ExceptionCatcher/commit/a7acaf40f8bd67a1f3a05a14de5b6a861ac3d1ac
3 years ago
- Drop support for iOS 8 https://github.com/sindresorhus/ExceptionCatcher/commit/9d99a736e17f67ab3aa333c0dad7ed2ee9d6b2b9
3 years ago
- Allow for throwing function in closure (#2) https://github.com/sindresorhus/ExceptionCatcher/commit/6e311a99c44a5c7be17adabc1f2341f1bd6a9090
4 years ago
πŸ¦„
iOS macOS watchOS tvOS
sindresorhus/evil.swift v2.0.0
Evil Swift code. Because I can.
⭐️ 51
πŸ•“ 1 year ago
macOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics