Skip to content

Commit

Permalink
Moved to new git repo
Browse files Browse the repository at this point in the history
- Updated all links
- Changed names
- Updated changelog
  • Loading branch information
egelja committed Jan 1, 2021
1 parent b2c9204 commit c149c4e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this VS Code extension 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).

## [1.1.2] - 12-31-2020
### Changed:
- Changed git repo
- Updated links and names due to new repo

## [1.1.1] - 10-02-2020
### Changed:
- Added snippet description to readme.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 MrAwesomeRocks
Copyright (c) 2020 Nino Maruszewski

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Lorem Ipsum Generator for VSCode
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/mrawesomerocks.lipsum-generator?style=for-the-badge) ![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/MrAwesomeRocks.lipsum-generator?style=for-the-badge) ![Visual Studio MarketplaceRatings](https://img.shields.io/visual-studio-marketplace/r/MrAwesomeRocks.lipsum-generator?style=for-the-badge) [![GitHub license](https://img.shields.io/github/license/MrAwesomeRocks/vscode-lorem-ipsum?style=for-the-badge)](https://github.com/MrAwesomeRocks/vscode-lorem-ipsum/blob/master/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/MrAwesomeRocks/vscode-lorem-ipsum?style=for-the-badge)](https://github.com/MrAwesomeRocks/vscode-lorem-ipsum/issues)
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/mrawesomerocks.lipsum-generator?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=MrAwesomeRocks.lipsum-generator) [![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/MrAwesomeRocks.lipsum-generator?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=MrAwesomeRocks.lipsum-generator) [![Visual Studio Marketplace Ratings](https://img.shields.io/visual-studio-marketplace/r/MrAwesomeRocks.lipsum-generator?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=MrAwesomeRocks.lipsum-generator&ssr=false#review-details) [![GitHub license](https://img.shields.io/github/license/NinoMaruszewski/vscode-lorem-ipsum?style=for-the-badge)](https://github.com/NinoMaruszewski/vscode-lorem-ipsum/blob/master/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/NinoMaruszewski/vscode-lorem-ipsum?style=for-the-badge)](https://github.com/NinoMaruszewski/vscode-lorem-ipsum/issues)
## Table of Contents:
- [Features](#Features)
- [Extension Settings](#Extension-Settings)
- [Known Bugs](#Known-Bugs)
- [Release Notes](#Release-Notes)
- [Changelog](https://github.com/MrAwesomeRocks/vscode-lorem-ipsum/blob/master/CHANGELOG.md)
- [License](https://raw.githubusercontent.com/MrAwesomeRocks/vscode-lorem-ipsum/master/LICENSE)
- [Changelog](./CHANGELOG.md)
- [License](./LICENSE)

## Features
Generating Lipsum text into a file:

![Generate Lipsum text into file](https://raw.githubusercontent.com/MrAwesomeRocks/vscode-lorem-ipsum/master/images/gen_lipsum_text.gif)
![Generate Lipsum text into file](https://raw.githubusercontent.com/NinoMaruszewski/vscode-lorem-ipsum/master/images/gen_lipsum_text.gif)

Generating and copying Lipsum text:

![Generate and copy Lipsum text](https://raw.githubusercontent.com/MrAwesomeRocks/vscode-lorem-ipsum/master/images/clip_lipsum_text.gif)
![Generate and copy Lipsum text](https://raw.githubusercontent.com/NinoMaruszewski/vscode-lorem-ipsum/master/images/clip_lipsum_text.gif)

Snippets:
![Paragraph and Sentence Lipsum snippets](https://raw.githubusercontent.com/MrAwesomeRocks/vscode-lorem-ipsum/master/images/lipsum_snippet.gif)
![Paragraph and Sentence Lipsum snippets](https://raw.githubusercontent.com/NinoMaruszewski/vscode-lorem-ipsum/master/images/lipsum_snippet.gif)
The two snippets are
```
lipSent
Expand All @@ -44,10 +44,13 @@ This extension contributes the following settings:

## Known Bugs

None so far, but feel free to go to the [bug tracker](https://github.com/MrAwesomeRocks/vscode-lorem-ipsum/issues) to report any bugs that you find.
None so far, but feel free to go to the [bug tracker](https://github.com/NinoMaruszewski/vscode-lorem-ipsum/issues) to report any bugs that you find.

## Release Notes

### 1.1.2
Moved to [new git repo](https://github.com/NinoMaruszewski/vscode-lorem-ipsum).

### 1.1.1
Added snippet description to readme.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"publisher": "MrAwesomeRocks",
"repository": {
"type": "git",
"url": "https://github.com/MrAwesomeRocks/vscode-lorem-ipsum.git"
"url": "https://github.com/NinoMaruszewski/vscode-lorem-ipsum.git"
},
"icon": "icon.png",
"bugs": {
"url": "https://github.com/MrAwesomeRocks/vscode-lorem-ipsum/issues"
"url": "https://github.com/NinoMaruszewski/vscode-lorem-ipsum/issues"
},
"license": "LICENSE"
}

0 comments on commit c149c4e

Please sign in to comment.