Skip to content

Commit

Permalink
Update to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
its-miroma committed Aug 22, 2024
1 parent ecb4217 commit 2f8db1a
Show file tree
Hide file tree
Showing 25 changed files with 120 additions and 30 deletions.
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,45 @@
# Changelog

All notable changes to **[``gmt``]** will be documented in this file.
All notable differences between the original extension and **[``gmt``]** will be documented in this file.

- The format is based on [Common Changelog], an adaptation of [Keep a Changelog].
- This project adheres to [Semantic Versioning].
- Dates use the [ISO 8601] ``YYYY-MM-DD`` date format.
- Unreleased versions are marked with ``0000-00-00``.

## Table of Contents

- [``0.2.0`` - 2024-08-22](#020---2024-08-22)
- [``0.1.3`` - 2024-04-28](#013---2024-04-28)

## [``0.2.0``] - 2024-08-22

### Changed

- Change `package.json`

### Added

- Add `.vscode/launch.json`
- Add `.vscode/tasks.json`
- Add `.vscodeignore`
- Add `CHANGELOG.md`
- Add `LICENSE` from `monospace-theme/LICENSE.txt`
- Add `README.md`
- Add `icon.png`
- Add `icons/LICENSE-SETI` from `monospace-file-icon-theme/LICENSE-SETI`
- Add `icons/*.svg` from `monospace-file-icon-theme/*.svg`
- Add `icons/monospace-icon-theme.json` from `monospace-file-icon-theme/monospace-file-icon-theme.json`
- Add `package.json` from `monospace-theme/package.json`
- Add `package.json.diff`
- Add `themes/LICENSE-PRIMER` from `monospace-theme/LICENSE-PRIMER`
- Add `themes/monospace-dark-color-theme.json` from `monospace-theme/monospace-dark.json`
- Add `themes/monospace-light-color-theme.json` from `monospace-theme/monospace-light.json`

### Removed

- Remove `monospace-file-icon-theme/LICENSE.txt`
- Remove `monospace-file-icon-theme/package.json`

## [``0.1.3``] - 2024-04-28

_Initial version._
Expand Down Expand Up @@ -48,4 +77,5 @@ _Initial version._
[Semantic Versioning]: <https://semver.org/>
[ISO 8601]: <https://iso.org/iso-8601-date-and-time-format.html/>

[``0.2.0``]: <https://github.com/its-miroma/gmt/releases/v0.2.0>
[``0.1.3``]: <https://github.com/its-miroma/gmt/releases/v0.1.3>
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,27 @@

This is an unofficial redistribution. All rights and credits belong to Google.

> [!IMPORTANT]
> See the [Changelog] for changes to the original extension(s).
## Changes

Version `0.2.0` of this redistribution repackages the following extensions:

| Original Extension | Version |
|-----------------------------|---------|
| `monospace-theme` | `0.1.5` |
| `monospace-file-icon-theme` | `0.1.6` |

See the [Changelog] for a list of differences compared to the original extensions.

## Installation

1. Download the latest VSIX file from [Releases]
2. Open the Command Palette with <kbd>CTRL</kbd>+<kbd>SHIFT</kbd>+<kbd>P</kbd>
2. Open the Command Palette with <kbd>CTRL</kbd> <kbd>SHIFT</kbd> <kbd>P</kbd>
3. Select "Extensions: Install from VSIX..." and install the VSIX file

## Known Issues

See the [Issues] page on GitHub.

## Release Notes

See the [Changelog] file.

[Monospace]: <https://github.com/its-miroma/gmt/>
[Releases]: <https://github.com/its-miroma/gmt/releases/latest>
[Issues]: <https://github.com/its-miroma/gmt/issues/>
Expand Down
1 change: 1 addition & 0 deletions icons/ai-exclude.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/ai-exclude_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/angular-service.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2f8db1a

Please sign in to comment.