-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.11.2](v2.11.1...v2.11.2) (2023-02-24) ### Bug Fixes * disable resize in simple search mode ([5a17baa](5a17baa)) * increase number of FD limit ([52352c6](52352c6)) * missing human readable time ([b46e846](b46e846)) * mitigate subtitle overload in the topic ([8c209fa](8c209fa))
- Loading branch information
1 parent
8c209fa
commit 25c344f
Showing
6 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"version": "v2.11.1", | ||
"notes": "## [2.11.1](https://github.com/andrewinci/insulator2/compare/v2.11.0...v2.11.1) (2023-02-08)\n\n\n### Bug Fixes\n\n* sidebar not updated on navigation ([de14c29](https://github.com/andrewinci/insulator2/commit/de14c29cad5fda682ee9290daa48c259a21c2cb6))\n\n\n\n", | ||
"pub_date": "2023-02-08T06:48:37Z", | ||
"version": "v2.11.2", | ||
"notes": "## [2.11.2](https://github.com/andrewinci/insulator2/compare/v2.11.1...v2.11.2) (2023-02-24)\n\n\n### Bug Fixes\n\n* disable resize in simple search mode ([5a17baa](https://github.com/andrewinci/insulator2/commit/5a17baa57ecc56de82d3cbfedae754e9181303f9))\n* increase number of FD limit ([52352c6](https://github.com/andrewinci/insulator2/commit/52352c60463e4ca7c77d16af96c5ca3e3cf4e28b))\n* missing human readable time ([b46e846](https://github.com/andrewinci/insulator2/commit/b46e84614b1837513ef4401d8739610a8dc98c5e))\n* mitigate subtitle overload in the topic ([8c209fa](https://github.com/andrewinci/insulator2/commit/8c209fae1fa8cd77f26c308425ced337c82288a4))\n\n\n\n", | ||
"pub_date": "2023-02-24T16:52:56Z", | ||
"platforms": { | ||
"darwin-x86_64": { | ||
"signature": "----", | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.1/Insulator.2.app.tar.gz" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/Insulator.2.app.tar.gz" | ||
}, | ||
"darwin-aarch64": { | ||
"signature": "-----", | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.1/Insulator.2.app.tar.gz" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/Insulator.2.app.tar.gz" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "v2.11.1", | ||
"notes": "## [2.11.1](https://github.com/andrewinci/insulator2/compare/v2.11.0...v2.11.1) (2023-02-08)\n\n\n### Bug Fixes\n\n* sidebar not updated on navigation ([de14c29](https://github.com/andrewinci/insulator2/commit/de14c29cad5fda682ee9290daa48c259a21c2cb6))\n\n\n\n", | ||
"pub_date": "2023-02-08T06:48:37Z", | ||
"version": "v2.11.2", | ||
"notes": "## [2.11.2](https://github.com/andrewinci/insulator2/compare/v2.11.1...v2.11.2) (2023-02-24)\n\n\n### Bug Fixes\n\n* disable resize in simple search mode ([5a17baa](https://github.com/andrewinci/insulator2/commit/5a17baa57ecc56de82d3cbfedae754e9181303f9))\n* increase number of FD limit ([52352c6](https://github.com/andrewinci/insulator2/commit/52352c60463e4ca7c77d16af96c5ca3e3cf4e28b))\n* missing human readable time ([b46e846](https://github.com/andrewinci/insulator2/commit/b46e84614b1837513ef4401d8739610a8dc98c5e))\n* mitigate subtitle overload in the topic ([8c209fa](https://github.com/andrewinci/insulator2/commit/8c209fae1fa8cd77f26c308425ced337c82288a4))\n\n\n\n", | ||
"pub_date": "2023-02-24T16:52:56Z", | ||
"platforms": { | ||
"linux-x86_64": { | ||
"signature": "-----", | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.1/insulator-2_2.11.1_amd64.AppImage.tar.gz" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/insulator-2_2.11.2_amd64.AppImage.tar.gz" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "v2.11.1", | ||
"notes": "## [2.11.1](https://github.com/andrewinci/insulator2/compare/v2.11.0...v2.11.1) (2023-02-08)\n\n\n### Bug Fixes\n\n* sidebar not updated on navigation ([de14c29](https://github.com/andrewinci/insulator2/commit/de14c29cad5fda682ee9290daa48c259a21c2cb6))\n\n\n\n", | ||
"pub_date": "2023-02-08T06:48:37Z", | ||
"version": "v2.11.2", | ||
"notes": "## [2.11.2](https://github.com/andrewinci/insulator2/compare/v2.11.1...v2.11.2) (2023-02-24)\n\n\n### Bug Fixes\n\n* disable resize in simple search mode ([5a17baa](https://github.com/andrewinci/insulator2/commit/5a17baa57ecc56de82d3cbfedae754e9181303f9))\n* increase number of FD limit ([52352c6](https://github.com/andrewinci/insulator2/commit/52352c60463e4ca7c77d16af96c5ca3e3cf4e28b))\n* missing human readable time ([b46e846](https://github.com/andrewinci/insulator2/commit/b46e84614b1837513ef4401d8739610a8dc98c5e))\n* mitigate subtitle overload in the topic ([8c209fa](https://github.com/andrewinci/insulator2/commit/8c209fae1fa8cd77f26c308425ced337c82288a4))\n\n\n\n", | ||
"pub_date": "2023-02-24T16:52:56Z", | ||
"platforms": { | ||
"windows-x86_64": { | ||
"signature": "-----", | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.1/Insulator.2_2.11.1_x64_en-US.msi.zip" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/Insulator.2_2.11.2_x64_en-US.msi.zip" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters