breaking-change: macOS Monterey Cursor deprecated

[This change applies only to developers and package distributors]
The 'bitmaps' directory has been removed from the git repository. You
can now generate the PNG files using `yarn render` or download them from
the release assets.
This commit is contained in:
Abdulkaiz Khatri 2024-02-28 09:25:12 +05:30
parent 7af6c433dc
commit 07767c24b0
557 changed files with 150 additions and 306 deletions

View file

@ -7,297 +7,306 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased] ## [unreleased]
### :warning: Breaking Changes
- `macOS Monterey` Cursor deprecated
> **Note**
> This change applies only to developers and package distributors
- The 'bitmaps' directory has been removed from the git repository. You can now generate the PNG files using `yarn render` or download them from the release assets.
### Added ### Added
- README.md: AUR docs added #91 - README.md: AUR docs added #91
## [v2.0.0] - 11 October 2021 ## [v2.0.0] - 11 October 2021
### Added ### Added
- Add cursor top_left_arrow ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11 - Add cursor top_left_arrow ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11
- ci: runner updated `linux`, `windows` and `macos` - ci: runner updated `linux`, `windows` and `macos`
### Changed ### Changed
- refactor: Removed unnecessary source code - refactor: Removed unnecessary source code
- Some cursors are very blurry on lower sizes fixed #74 - Some cursors are very blurry on lower sizes fixed #74
- README.md: removed unnecessary colors fixed #81 - README.md: removed unnecessary colors fixed #81
- README.md: Updated build docs - README.md: Updated build docs
- fixed #87 Bigger size Windows cursor - fixed #87 Bigger size Windows cursor
- fixed #84 Resolution problem in Windows - fixed #84 Resolution problem in Windows
- fixed #83 Larger version for Windows - fixed #83 Larger version for Windows
- fixed #82 Wrong hotspot in work.ani (Windows) - fixed #82 Wrong hotspot in work.ani (Windows)
- fixed #68 Increasing font sizes in Windows problem - fixed #68 Increasing font sizes in Windows problem
## [v1.2.3] - 23 November 2021 ## [v1.2.3] - 23 November 2021
### Added ### Added
- macOSMonterey cursors added 🎊 fixed #66 - macOSMonterey cursors added 🎊 fixed #66
- Generate master `bitmaps.zip` inside `bin` directory - Generate master `bitmaps.zip` inside `bin` directory
- `Makefile` binaries targets with variable - `Makefile` binaries targets with variable
- pling docs: size and support info updated - pling docs: size and support info updated
- `bigsur` cursor bitmapper as node package - `bigsur` cursor bitmapper as node package
- New commands added inside `Makefile` for `bitmapper` - New commands added inside `Makefile` for `bitmapper`
- symlink script for `macOSMonterey` svg files - symlink script for `macOSMonterey` svg files
### Changed ### Changed
- Removed unnecessary badges from `README.md` - Removed unnecessary badges from `README.md`
- Simplified README.md (removed emojis) - Simplified README.md (removed emojis)
- sponsor with liberapay - sponsor with liberapay
- fixed text cursor state in `xterm` & `vertical-text` (increase border size) #67 - fixed text cursor state in `xterm` & `vertical-text` (increase border size) #67
- bitmapper `core` as node package - bitmapper `core` as node package
- macOSBigSur .svg files moved to `svgs/bigsur` directory - macOSBigSur .svg files moved to `svgs/bigsur` directory
## [v1.2.2] - 31 October 2021 ## [v1.2.2] - 31 October 2021
### Added ### Added
- Rounded pointer tail #63 - Rounded pointer tail #63
- make binaries inside sub directory `make preapre` - make binaries inside sub directory `make preapre`
### Changed ### Changed
- soft shadows in all cursors #62 - soft shadows in all cursors #62
- fixed some cursor size #64 - fixed some cursor size #64
- cursor preview updated - cursor preview updated
- project description changed - project description changed
## [v1.2.1] - 14 October 2021 ## [v1.2.1] - 14 October 2021
### Added ### Added
- docs: macOSBigSur-White pling document added to `pling/white.bbcode`. - docs: macOSBigSur-White pling document added to `pling/white.bbcode`.
- quick install links updated inside README.md#quick-install - quick install links updated inside README.md#quick-install
### Changed ### Changed
- docs: pling documents renamed to `pling/` directory. - docs: pling documents renamed to `pling/` directory.
- build: logging character updated - build: logging character updated
## [v1.2.0] - 25 August 2021 ## [v1.2.0] - 25 August 2021
### Added ### Added
- Dark branding - Dark branding
- Multiple config supports inside bitmapper - Multiple config supports inside bitmapper
- `macOSBigSur-White` CI added inside `build.yml` - `macOSBigSur-White` CI added inside `build.yml`
### Changed ### Changed
- Drop shadow removed from `plus.svg` - Drop shadow removed from `plus.svg`
- Key colors added inside `.svg` files - Key colors added inside `.svg` files
- `builder/src` configured as dynamic comment and theme-name - `builder/src` configured as dynamic comment and theme-name
- `builder/Makefile` updated - `builder/Makefile` updated
- `Makefile` with macOSBigSur-White cursor theme - `Makefile` with macOSBigSur-White cursor theme
- `PULL_REQUEST_TEMPLATE.md` template updated - `PULL_REQUEST_TEMPLATE.md` template updated
## [v1.1.6] - 13 August 2021 ## [v1.1.6] - 13 August 2021
### Added ### Added
- Support button inside PLING.bbcode product page - Support button inside PLING.bbcode product page
- `make prepare` command for preparing binaries - `make prepare` command for preparing binaries
- `pyrightconfig.json` init - `pyrightconfig.json` init
### Changed ### Changed
- Removed **clean** target from `builder/Makefile` - Removed **clean** target from `builder/Makefile`
- Compact code inside `builder/*` - Compact code inside `builder/*`
- Remove `setup.py` - Remove `setup.py`
- Builder code moved to `src` - Builder code moved to `src`
- Import `src` module directly inside `build.py` - Import `src` module directly inside `build.py`
- `Makefile` build commands re-arrange with groups - `Makefile` build commands re-arrange with groups
- `crosshair` cursors border added fixed #59 - `crosshair` cursors border added fixed #59
## [v1.1.5] - 21 June 2021 ## [v1.1.5] - 21 June 2021
### Added ### Added
- Setup target updated inside `builder/Makefile` - Setup target updated inside `builder/Makefile`
### Changed ### Changed
- `applbuild` modules relative imports - `applbuild` modules relative imports
- Removed `setup.py` from `builder/` - Removed `setup.py` from `builder/`
## [v1.1.4] - 4 April 2021 ## [v1.1.4] - 4 April 2021
### Added ### Added
- Cursors Preview with **shadows** - Cursors Preview with **shadows**
- use `clickgen.packagers` for packaging **X11/UNIX** cursors - use `clickgen.packagers` for packaging **X11/UNIX** cursors
- typing supports from `clickgen` (v1.1.9) - typing supports from `clickgen` (v1.1.9)
- Set clickgen version to v1.1.9 inside `builder/setup.py` - Set clickgen version to v1.1.9 inside `builder/setup.py`
- `Pillow` version locked at **8.1.1** by clickgen **v1.1.9** - `Pillow` version locked at **8.1.1** by clickgen **v1.1.9**
- **2 Space** format in `bitmapper` - **2 Space** format in `bitmapper`
- Sphinx based docsstring in `builder/applbuild` - Sphinx based docsstring in `builder/applbuild`
### Changed ### Changed
- Clean builder cache on every `make` commands - Clean builder cache on every `make` commands
- Apple Cursors builder `applbuild` install as system level - Apple Cursors builder `applbuild` install as system level
- Removed python3 virtual environment from `builder/Makefile` - Removed python3 virtual environment from `builder/Makefile`
- **clean** target fixed in `builder/Makefile` - **clean** target fixed in `builder/Makefile`
- Format `svg` files - Format `svg` files
- Add Shadows / Drop Shadows to arrow cursor fixed #45 (check 29ab657) - Add Shadows / Drop Shadows to arrow cursor fixed #45 (check 29ab657)
- Fixed Windows HiDPi issue #43 (check 7b49e34) - Fixed Windows HiDPi issue #43 (check 7b49e34)
## [v1.1.3] - 21 February 2021 ## [v1.1.3] - 21 February 2021
### Added ### Added
- Shadow underneath cursor #41 fixed - Shadow underneath cursor #41 fixed
### Changed ### Changed
- Preview with shadows cursors - Preview with shadows cursors
## [v1.1.2] - 15 February 2021 ## [v1.1.2] - 15 February 2021
### Added ### Added
- `reinstall` target added in project **makeFile** - `reinstall` target added in project **makeFile**
### Changed ### Changed
- Dynamic make install - Dynamic make install
- #39 Corner resize cursors are inverted fixed - #39 Corner resize cursors are inverted fixed
## [v1.1.1] - 9 February 2021 ## [v1.1.1] - 9 February 2021
### Changed ### Changed
- Cursor is not in expected position fixed #37 - Cursor is not in expected position fixed #37
## [v1.1.0] - 7 February 2021 ## [v1.1.0] - 7 February 2021
### Added ### Added
- Smooth animation of `Animated Cursors` - Smooth animation of `Animated Cursors`
- Auto-Package by `clickgen` - Auto-Package by `clickgen`
- Customize & Build with `make` - Customize & Build with `make`
- Organized project - Organized project
- Builder with `setup.py` - Builder with `setup.py`
- Cursors design #33 **fixed** - Cursors design #33 **fixed**
### Changed ### Changed
- Variable length frames render **fixed** - Variable length frames render **fixed**
- Minimum frames rendering added. - Minimum frames rendering added.
- Windows cursors are renamed - Windows cursors are renamed
- cursor's config moved to `builder/applbuild/constants.py` - cursor's config moved to `builder/applbuild/constants.py`
## [v1.0.6] - 1 November 2020 ## [v1.0.6] - 1 November 2020
### Added ### Added
- `left_ptr_watch` with **blue pinwheel** - `left_ptr_watch` with **blue pinwheel**
### Changed ### Changed
- `build.log` removed feature in **clickgen v1.1.8** - `build.log` removed feature in **clickgen v1.1.8**
- Repack Windows cursors - Repack Windows cursors
- Removed npm scripts & documentation (`yon` package removed) - Removed npm scripts & documentation (`yon` package removed)
- npm dependencies got upgraded (**dependabot** 🤖 security warning) - npm dependencies got upgraded (**dependabot** 🤖 security warning)
## [v1.0.6] - 1 November 2020 ## [v1.0.6] - 1 November 2020
### Added ### Added
- `left_ptr_watch` with **blue pinwheel** - `left_ptr_watch` with **blue pinwheel**
### Changed ### Changed
- Pixel match ratio set to **0.1** in `src\utils\matchImages.ts` - Pixel match ratio set to **0.1** in `src\utils\matchImages.ts`
- Symlinks of `watch` cursor removed - Symlinks of `watch` cursor removed
- `AppStarting.ani` changed - `AppStarting.ani` changed
- `PLING.bbcode` missing content fix - `PLING.bbcode` missing content fix
- Cursor **preview** updated - Cursor **preview** updated
- `hand2` lines fixed.(from pling.com @peotincelogy) - `hand2` lines fixed.(from pling.com @peotincelogy)
## [v1.0.5] - 23 October 2020 ## [v1.0.5] - 23 October 2020
### Added ### Added
- utils `getFrameName.ts` added. - utils `getFrameName.ts` added.
- **22** cursor size added. - **22** cursor size added.
### Changed ### Changed
- remove **Quick Install** using scripts. - remove **Quick Install** using scripts.
- Windows **wrong resize** cursor fix. - Windows **wrong resize** cursor fix.
- README.md docs & Table of Content refactor. - README.md docs & Table of Content refactor.
## [v1.0.4] - 25 September 2020 ## [v1.0.4] - 25 September 2020
### Changed ### Changed
- Product logo (on [imgur](https://i.imgur.com/GVLFmwF)) - Product logo (on [imgur](https://i.imgur.com/GVLFmwF))
- fix wrong implementation vertical resize cursor in **KDE** - fix wrong implementation vertical resize cursor in **KDE**
- Compressed files in `build` **GitHub Action** - Compressed files in `build` **GitHub Action**
## [v1.0.3] - 30 August 2020 ## [v1.0.3] - 30 August 2020
### Changed ### Changed
- `Windows Cursors Info` added in `src/svg/README.md` ([14d85f7](https://github.com/ful1e5/apple_cursor/commit/14d85f7ed289d681685e698eae4d0f205b6a3f3a)) - `Windows Cursors Info` added in `src/svg/README.md` ([14d85f7](https://github.com/ful1e5/apple_cursor/commit/14d85f7ed289d681685e698eae4d0f205b6a3f3a))
- Quick install and Build Docs Improved - Quick install and Build Docs Improved
- Color palette Icons Changed to Semi-Circle - Color palette Icons Changed to Semi-Circle
- Node Script with `yarn-or-npm` package ([2b026ea](https://github.com/ful1e5/apple_cursor/commit/2b026eab2cb96ff89839176297eacf80b340c7d6)) - Node Script with `yarn-or-npm` package ([2b026ea](https://github.com/ful1e5/apple_cursor/commit/2b026eab2cb96ff89839176297eacf80b340c7d6))
- Window **Config** Sorted ([acbbea2](https://github.com/ful1e5/apple_cursor/commit/acbbea24238fbfd43b405e4af73cc9f8b0101a59)) - Window **Config** Sorted ([acbbea2](https://github.com/ful1e5/apple_cursor/commit/acbbea24238fbfd43b405e4af73cc9f8b0101a59))
- Store actual data in `install.inf` in Windows Cursors. - Store actual data in `install.inf` in Windows Cursors.
- Build Logs stored to the `build.log` file - Build Logs stored to the `build.log` file
- Out Directories are `themes` and `bitmaps` - Out Directories are `themes` and `bitmaps`
- Windows Cursors Package is Redesign - Windows Cursors Package is Redesign
- `config.ts` cleanup - `config.ts` cleanup
### Added ### Added
- Builder Version in `build` script - Builder Version in `build` script
- Main method in `render` - Main method in `render`
- Bitmaps **Pixel** check in `Animated Cursors` - Bitmaps **Pixel** check in `Animated Cursors`
- New `utils` for **Frames Save** - New `utils` for **Frames Save**
- **OCS** Install support **as default** for Linux users - **OCS** Install support **as default** for Linux users
## [v1.0.2] - 10 August 2020 ## [v1.0.2] - 10 August 2020
### Changed ### Changed
- `hand2` and `left_ptr` hotspots alignments fixed. - `hand2` and `left_ptr` hotspots alignments fixed.
- Smooth Animation with `35` Delay ([6698a56](https://github.com/ful1e5/apple_cursor/commit/6698a566c08c1f8e6a36ac7012c9a931dac2edf7)) - Smooth Animation with `35` Delay ([6698a56](https://github.com/ful1e5/apple_cursor/commit/6698a566c08c1f8e6a36ac7012c9a931dac2edf7))
- Ignored `docs` files (**.md ,LICENCE, **.bbcode) in `build` GitHub Actions. ([0df635b](https://github.com/ful1e5/apple_cursor/commit/0df635b1cdd18840606956f2188e735321f6f8b5)) - Ignored `docs` files (**.md ,LICENCE, **.bbcode) in `build` GitHub Actions. ([0df635b](https://github.com/ful1e5/apple_cursor/commit/0df635b1cdd18840606956f2188e735321f6f8b5))
- Windows Configs inside `config.py` ([e7d5092](https://github.com/ful1e5/apple_cursor/commit/e7d509295b69fbe43cdc3ea3000c493dcee47824)) - Windows Configs inside `config.py` ([e7d5092](https://github.com/ful1e5/apple_cursor/commit/e7d509295b69fbe43cdc3ea3000c493dcee47824))
- Redesign **Windows package** with `install.inf`. ([5f99e05](https://github.com/ful1e5/apple_cursor/commit/5f99e0565a5730165a498695bcbba4716108e82b)) - Redesign **Windows package** with `install.inf`. ([5f99e05](https://github.com/ful1e5/apple_cursor/commit/5f99e0565a5730165a498695bcbba4716108e82b))
- Remove **unnecessary** Windows Cursors. ([5f99e05](https://github.com/ful1e5/apple_cursor/commit/5f99e0565a5730165a498695bcbba4716108e82b)) - Remove **unnecessary** Windows Cursors. ([5f99e05](https://github.com/ful1e5/apple_cursor/commit/5f99e0565a5730165a498695bcbba4716108e82b))
### Added ### Added
- Cursors Preview, Build Dependencies, Runtime Dependencies and other Documents @ [README.md](https://github.com/ful1e5/apple_cursor/blob/main/README.md) - Cursors Preview, Build Dependencies, Runtime Dependencies and other Documents @ [README.md](https://github.com/ful1e5/apple_cursor/blob/main/README.md)
- CONTRIBUTING.md - CONTRIBUTING.md
- CODE_OF_CONDUCT.md - CODE_OF_CONDUCT.md
- Quick Install (Windows & Linux) Documents @ [README.md](https://github.com/ful1e5/apple_cursor/blob/main/README.md) ([686bde5](https://github.com/ful1e5/apple_cursor/commit/686bde5eda5c4d913dd8c9df49aa94c20d24d9bf), [f36656d](https://github.com/ful1e5/apple_cursor/commit/f36656d1fbcce5c822d78f5964938daf1ad0c4c0)) - Quick Install (Windows & Linux) Documents @ [README.md](https://github.com/ful1e5/apple_cursor/blob/main/README.md) ([686bde5](https://github.com/ful1e5/apple_cursor/commit/686bde5eda5c4d913dd8c9df49aa94c20d24d9bf), [f36656d](https://github.com/ful1e5/apple_cursor/commit/f36656d1fbcce5c822d78f5964938daf1ad0c4c0))
- **install.sh** and **windows.inf**(automated installation files) added in `scripts` directory. - **install.sh** and **windows.inf**(automated installation files) added in `scripts` directory.
- Table Of Content in `README.md`([476c64a](https://github.com/ful1e5/apple_cursor/commit/476c64afda50ec48c576b566ce729b575608c529#diff-04c6e90faac2675aa89e2176d2eec7d8)) - Table Of Content in `README.md`([476c64a](https://github.com/ful1e5/apple_cursor/commit/476c64afda50ec48c576b566ce729b575608c529#diff-04c6e90faac2675aa89e2176d2eec7d8))
## [v1.0.1-beta] - 3 August 2020 ## [v1.0.1-beta] - 3 August 2020
### Changed ### Changed
- `hand1 hand2 move` cursors finger gap & border in center - `hand1 hand2 move` cursors finger gap & border in center
- Drop shadow & FPS(**62**) improvements in `wait, left_ptr_watch` cursors. - Drop shadow & FPS(**62**) improvements in `wait, left_ptr_watch` cursors.
- Build size fix **65x65** to **64x64**. ([1120d17](https://github.com/ful1e5/apple_cursor/commit/1120d176636baff2aac1838ba316b4f420be7ca7)) - Build size fix **65x65** to **64x64**. ([1120d17](https://github.com/ful1e5/apple_cursor/commit/1120d176636baff2aac1838ba316b4f420be7ca7))
- [Pling](https://www.pling.com/p/1408466/) product page Docs at `PLING.bbcode`. - [Pling](https://www.pling.com/p/1408466/) product page Docs at `PLING.bbcode`.
## [v1.0.0-alpha1] - 31 July 2020 ## [v1.0.0-alpha1] - 31 July 2020
### Added ### Added
- Initial release 🎊 - Initial release 🎊
- Logo and badges - Logo and badges
- CI/CD Pipelines - CI/CD Pipelines
[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v2.0.0...main [unreleased]: https://github.com/ful1e5/apple_cursor/compare/v2.0.0...main
[v2.0.0]: https://github.com/ful1e5/apple_cursor/compare/v1.2.3...v2.0.0 [v2.0.0]: https://github.com/ful1e5/apple_cursor/compare/v1.2.3...v2.0.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Some files were not shown because too many files have changed in this diff Show more