Skip to content

Commit

Permalink
chore(release): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Reptarsrage committed May 24, 2021
1 parent 7f6ed14 commit ac243a0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.2](https://github.com/reptarsrage/looking-glass/compare/v0.4.0...v0.4.2) (2021-05-24)

### Features

- adding electron auto updater ([0e9061f](https://github.com/reptarsrage/looking-glass/commit/0e9061faaf1dc0aa250d962609a0063246925617))
- adding image fallback on error ([3178b99](https://github.com/reptarsrage/looking-glass/commit/3178b994457e718dc2aefac996bdbd474164232f))

### Bug Fixes

- adding paper background to items ([3ea434b](https://github.com/reptarsrage/looking-glass/commit/3ea434bfbf4a6cf4d6611ce3448ecaddacb5ca6b))
- husky config ([faed369](https://github.com/reptarsrage/looking-glass/commit/faed369874a6a97a68ab6f12184e118c7a1476b8))
- main script for local development ([5f5014c](https://github.com/reptarsrage/looking-glass/commit/5f5014ce1ed8a7f94ed5661aee99e2dc411f3cf5))
- media chunk size supports faster video playback ([68d5691](https://github.com/reptarsrage/looking-glass/commit/68d5691094e1f37de69a1b70be49542c2e2ff7a6))
- race condition between url change and gallery load ([4008005](https://github.com/reptarsrage/looking-glass/commit/40080056fb15ce415b1ddeef999f8db1adb9172a))
- sort change url / state race condition ([93b3132](https://github.com/reptarsrage/looking-glass/commit/93b3132207a5289a2443dab1b1709a5b08b70c89))
- video mime types when url i proxy ([7f6ed14](https://github.com/reptarsrage/looking-glass/commit/7f6ed144523344bdb9e5fa0fdef8801af2b7e10c))
- **deps:** update dependency electron-store to v8 ([5d13148](https://github.com/reptarsrage/looking-glass/commit/5d131485f3998381f91e8da9c61220f257fb294d))
- **deps:** update dependency image-size to v1 ([a99757a](https://github.com/reptarsrage/looking-glass/commit/a99757ad1fec78a609c4ea2963b08d2a4bbfe3bd))

### [0.4.1](https://github.com/reptarsrage/looking-glass/compare/v0.4.0...v0.4.1) (2021-05-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "looking-glass",
"productName": "The Looking-Glass",
"version": "0.4.1",
"version": "0.4.2",
"description": "Electron application to browse various website content from one app. Built for development practice only.",
"main": "./main.prod.js",
"repository": {
Expand Down

0 comments on commit ac243a0

Please sign in to comment.