๐Ÿ“ฆ hediet / browser-ext-github-monaco

๐Ÿ“„ CHANGELOG.md ยท 60 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.3]

-   Migration to chrome manifest v3
-   Adds F10 shortcut to toggle wide full-screen mode

## [0.5.2]

-   Fixes transparent background for preview.

## [0.5.1]

-   Makes it so the editor adds a space after user and issue autocomplete suggestions.

## [0.4.2]

-   Fixes buggy layout when commenting on a source code line (regression).

## [0.4.1]

-   Removes ":" as trigger character for auto completion.

## [0.4.0]

-   Implements preview in full screen mode.
-   Implements gemoji completion.

## [0.3.3]

-   Sets maximum editor height to 400px.
-   Implements full screen mode.

## [0.3.2]

-   Makes the extension firefox compatible.

## [0.3.1]

-   Fixes "Quote reply" action.

## [0.3.0]

-   Submits the issue on Ctrl+Enter or F1 and then selecting `Submit`.
-   Uses Monaco's dark theme when using dark theme on GitHub.

## [0.2.0]

-   Fixes buggy layout when commenting on a source code line.
-   Removes all console.logs.

## [0.1.0]

-   Initial release