Skip to content

Commit

Permalink
Add feature to let user customise line height (#11)
Browse files Browse the repository at this point in the history
* feat: line height can be set as well

* chore: format with prettier

* docs: update changelog

* chore: bump version to 1.0.3
  • Loading branch information
ceoshikhar authored Dec 26, 2021
1 parent 2bbe0cd commit 37255f6
Show file tree
Hide file tree
Showing 6 changed files with 461 additions and 377 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,33 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.3 (26-12-2021)

### Features

- Can customize line height.

# 1.0.2 (07-07-2021)

### Fixes

- Mouse cursor not falling in correct place while editing a file. [Issue #6](https://github.com/ceoshikhar/better-github/issues/6) - Fixed by [PR #10](https://github.com/ceoshikhar/better-github/pull/10).
- Mouse cursor not falling in correct place while editing a file. [Issue #6](https://github.com/ceoshikhar/better-github/issues/6) - Fixed by [PR #10](https://github.com/ceoshikhar/better-github/pull/10).

- Stopped working on github gists. [Issue #8](https://github.com/ceoshikhar/better-github/issues/8) - Fixed by [PR #9](https://github.com/ceoshikhar/better-github/pull/9). Thanks to [Aahnik Daw](https://github.com/aahnik).
- Stopped working on github gists. [Issue #8](https://github.com/ceoshikhar/better-github/issues/8) - Fixed by [PR #9](https://github.com/ceoshikhar/better-github/pull/9). Thanks to [Aahnik Daw](https://github.com/aahnik).

# 1.0.1 (01-04-2021)

### Features

- Support for Firefox. Released it as an official mozilla firefox [addon](https://addons.mozilla.org/en-US/firefox/addon/bettergithub)
- Scripts to build/package the extension( zip ) and generate manifest.json
- Support for Firefox. Released it as an official mozilla firefox [addon](https://addons.mozilla.org/en-US/firefox/addon/bettergithub)
- Scripts to build/package the extension( zip ) and generate manifest.json

### Fixes and refactors

- Extra scroll( overflow ) on `<body>` in Popup on Firefox
- Refactor Popup CSS styles to `styles.css`
- Extra scroll( overflow ) on `<body>` in Popup on Firefox
- Refactor Popup CSS styles to `styles.css`

# 1.0.0 (29-03-2021)

Expand Down
Loading

0 comments on commit 37255f6

Please sign in to comment.