Skip to content

Commit

Permalink
updates changelog for v1.1.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcpasserby committed Jun 22, 2022
1 parent 6238c38 commit 5f5be35
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Golden Ratio

## [Unreleased]

## [1.1.0] - 2022-06-22
### Added
- ability to toggle auto GoldenRation on and off
- ability to manually invoke GoldenRatio to resize the current pane even if disabled
- settings page that allows the enabled status and target ratio to be configured

## [1.0.0] - 2022-06-17
### Added
- sets active editor size based on the golden ratio
- sets active editor size based on the golden ratio

[1.0.0]: https://github.com/cmcpasserby/Golden-Ratio/releases/tag/v1.0.0
[1.1.0]: https://github.com/cmcpasserby/Golden-Ratio/releases/tag/v1.1.0
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ Golden Ratio is inspired by the [Emacs](https://github.com/roman/golden-ratio.el
plugins of the same name by [Roman Gonzalez](https://github.com/roman).
<!-- Plugin description end -->

Best way to install is via the [JetBrains Plugin Marketplace](https://plugins.jetbrains.com/plugin/19376-goldenratio).

![gr_gif](https://user-images.githubusercontent.com/3189071/174401735-53013390-5e6c-4efc-9d86-4ed083333631.gif)

## Usage
Out of the box, GoldenRatio will automatically resize editor panes as the active selection changes.
It also provides 2 actions that can be found in `Window > Editor Tabs` that are used for manually invoking a resize,
or temporally disabling the plugin from resizing on pane selection changes. Both of these can be bound to keys.

Settings are found in `Preferences > Editor > GoldenRatio` and let you change what the target ratio is,
as well as disabling GoldenRatio from auto invoking when editor pane selection changes.

0 comments on commit 5f5be35

Please sign in to comment.