Skip to content

Commit

Permalink
Merge pull request #42 from Thavarshan/main
Browse files Browse the repository at this point in the history
Release v2.2.2
  • Loading branch information
Thavarshan authored Oct 20, 2024
2 parents be3e5bd + 8afc2b5 commit 3cc3fc6
Show file tree
Hide file tree
Showing 26 changed files with 2,165 additions and 2,458 deletions.
105 changes: 0 additions & 105 deletions .eslintrc.js

This file was deleted.

12 changes: 6 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ First off, thank you for considering contributing to Comet! It’s people like y

If you encounter any bugs or issues while using Comet, please report them. This helps us to maintain the quality of the project and ensures that other users have a better experience.

1. **Search for existing issues**: Before reporting a new issue, check if someone else has already reported it. You can search [here](https://github.com/stellar-comet/comet/issues).
2. **Create a new issue**: If you don’t find a similar issue, create a new one [here](https://github.com/stellar-comet/comet/issues/new).
1. **Search for existing issues**: Before reporting a new issue, check if someone else has already reported it. You can search [here](https://github.com/Thavarshan/comet/issues).
2. **Create a new issue**: If you don’t find a similar issue, create a new one [here](https://github.com/Thavarshan/comet/issues/new).
3. **Provide details**: Please include as much information as possible. Include the steps to reproduce the issue, the expected outcome, and the actual outcome. Providing screenshots, error messages, and relevant log files can help us resolve the issue faster.

### Suggesting Features

We welcome suggestions for new features that could enhance Comet.

1. **Search for existing suggestions**: Before suggesting a new feature, check if someone else has already suggested it [here](https://github.com/stellar-comet/comet/issues).
2. **Create a new feature request**: If your feature is unique, create a new feature request [here](https://github.com/stellar-comet/comet/issues/new?template=feature_request.md).
1. **Search for existing suggestions**: Before suggesting a new feature, check if someone else has already suggested it [here](https://github.com/Thavarshan/comet/issues).
2. **Create a new feature request**: If your feature is unique, create a new feature request [here](https://github.com/Thavarshan/comet/issues/new?template=feature_request.md).
3. **Describe the feature**: Provide a detailed description of the feature, why you think it’s important, and how it could benefit users. If possible, suggest how it could be implemented.

### Contributing Code
Expand All @@ -30,7 +30,7 @@ We love contributions, whether they’re bug fixes, new features, or improving d
2. **Clone**: Clone the forked repository to your local machine.

```bash
git clone https://github.com/stellar-comet/comet.git
git clone https://github.com/Thavarshan/comet.git
cd comet
```

Expand Down Expand Up @@ -102,4 +102,4 @@ We appreciate contributions to our documentation. If you’ve added a new featur

Your contributions make Comet better for everyone. Thank you for taking the time to improve the project. We’re thrilled to have you as part of our community, and we’re excited to see what you’ll contribute.

If you have any questions, feel free to [open an issue](https://github.com/stellar-comet/comet/issues/new) or reach out to us. Happy coding!
If you have any questions, feel free to [open an issue](https://github.com/Thavarshan/comet/issues/new) or reach out to us. Happy coding!
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Help & Support
url: https://github.com/stellar-comet/comet/discussions
url: https://github.com/Thavarshan/comet/discussions
about: 'This repository is only for reporting bugs. If you have a question or need help using the library, click:'
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

GitHub issue trackers are not intended to provide Sentinel help or support. Instead, use one of the following channels:

- [Github discussions](https://github.com/stellar-comet/comet/discussions)
- [Github discussions](https://github.com/Thavarshan/comet/discussions)
3 changes: 1 addition & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ module.exports = {
tabWidth: 2,
useTabs: false,
endOfLine: 'auto',
spaceBeforeFunctionParen: false
}
};
49 changes: 37 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
# Release Notes

## [Unreleased](https://github.com/stellar-comet/comet/compare/v2.1.2...HEAD)
## [Unreleased](https://github.com/Thavarshan/comet/compare/v2.2.2...HEAD)

## [v2.1.2](https://github.com/stellar-comet/comet/compare/v2.0.4...v2.1.2) - 2024-09-21
## [v2.2.2](https://github.com/Thavarshan/comet/compare/v2.2.1...v2.2.2) - 2024-10-20

### Changed

Release v2.2.1 by @Thavarshan in https://github.com/Thavarshan/comet/pull/41

* Upgraded dependencies
* Update `namor` `generate` method usage
* Update to eslint to `v9.13`
* Update eslint configs

**Full Changelog**: https://github.com/Thavarshan/comet/compare/v2.2.1...v2.2.2

## [v2.2.1](https://github.com/Thavarshan/comet/compare/v2.1.2...v2.2.1) - 2024-09-27

### Changed

- Update media assets

### Fixed

- Save directory path in Windows is not formatted properly

**Full Changelog**: https://github.com/Thavarshan/comet/compare/v2.1.2...v2.2.1

## [v2.1.2](https://github.com/Thavarshan/comet/compare/v2.0.4...v2.1.2) - 2024-09-21

### Added

Expand All @@ -22,9 +47,9 @@
- Solved high resource usage during conversions, reducing CPU and memory consumption.
- Fixed a bug where removed files were still being processed in the conversion queue.

**Full Changelog**: https://github.com/stellar-comet/comet/compare/v2.0.4...v2.1.2
**Full Changelog**: https://github.com/Thavarshan/comet/compare/v2.0.4...v2.1.2

## [v2.0.4](https://github.com/stellar-comet/comet/compare/v1.0.0...v2.0.4) - 2024-09-14
## [v2.0.4](https://github.com/Thavarshan/comet/compare/v1.0.0...v2.0.4) - 2024-09-14

### Added

Expand All @@ -46,17 +71,17 @@
- High resource usage issue
- Removed files would still be included in conversion queue

**Full Changelog**: https://github.com/stellar-comet/comet/compare/v1.0.0...v2.0.4
**Full Changelog**: https://github.com/Thavarshan/comet/compare/v1.0.0...v2.0.4

## [v1.0.0](https://github.com/stellar-comet/comet/compare/v0.0.3...v1.0.0) - 2024-09-02
## [v1.0.0](https://github.com/Thavarshan/comet/compare/v0.0.3...v1.0.0) - 2024-09-02

Initial stable release.

## [v0.0.3](https://github.com/stellar-comet/comet/compare/v0.0.2...v0.0.3) - 2024-08-24
## [v0.0.3](https://github.com/Thavarshan/comet/compare/v0.0.2...v0.0.3) - 2024-08-24

### Added

- Realtime conversion progress and UI updates ([#13](https://github.com/stellar-comet/comet/issues/13))
- Realtime conversion progress and UI updates ([#13](https://github.com/Thavarshan/comet/issues/13))
- Cancel conversion featrue
- Already converted indication on UI
- Tooltips to cancel and remove buttons
Expand All @@ -72,7 +97,7 @@ Initial stable release.

- Invalid executable name on `MacOS`

## [v0.0.2](https://github.com/stellar-comet/comet/compare/v0.0.1...v0.0.2) - 2024-08-22
## [v0.0.2](https://github.com/Thavarshan/comet/compare/v0.0.1...v0.0.2) - 2024-08-22

### Added

Expand All @@ -81,9 +106,9 @@ Initial stable release.

### Fixed

- Published distributables are corrupt ([#5](https://github.com/stellar-comet/comet/issues/5))
- Unknown system error -88 ([#1](https://github.com/stellar-comet/comet/issues/1))
- Published distributables are corrupt ([#5](https://github.com/Thavarshan/comet/issues/5))
- Unknown system error -88 ([#1](https://github.com/Thavarshan/comet/issues/1))

## [v0.0.1](https://github.com/stellar-comet/comet/compare/v0.0.0...v0.0.1) - 2024-08-17
## [v0.0.1](https://github.com/Thavarshan/comet/compare/v0.0.0...v0.0.1) - 2024-08-17

Initial alpha release for public testing and feedback.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center"><a href="https://comet.thavarshan.com" target="_blank"><img src="https://github.com/stellar-comet/comet/blob/main/assets/logo.svg" width="400" height="400" alt="Comet"></a></p>
<p align="center"><a href="https://comet.thavarshan.com" target="_blank"><img src="https://github.com/Thavarshan/comet/blob/main/assets/logo.svg" width="400" height="400" alt="Comet"></a></p>

<p align="center">
<a href="https://github.com/stellar-comet/comet/actions"><img src="https://github.com/stellar-comet/comet/actions/workflows/test.yml/badge.svg" alt="Test Status"></a>
<a href="https://github.com/stellar-comet/comet/actions"><img src="https://github.com/stellar-comet/comet/actions/workflows/build.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/stellar-comet/comet/actions"><img src="https://github.com/stellar-comet/comet/actions/workflows/release.yml/badge.svg?branch=release" alt="Release Status"></a>
<a href="https://github.com/Thavarshan/comet/actions"><img src="https://github.com/Thavarshan/comet/actions/workflows/test.yml/badge.svg" alt="Test Status"></a>
<a href="https://github.com/Thavarshan/comet/actions"><img src="https://github.com/Thavarshan/comet/actions/workflows/build.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/Thavarshan/comet/actions"><img src="https://github.com/Thavarshan/comet/actions/workflows/release.yml/badge.svg?branch=release" alt="Release Status"></a>
<a href="https://packagist.org/packages/jerome/filterable"><img src="https://img.shields.io/packagist/l/jerome/filterable" alt="License"></a>
</p>

Expand Down Expand Up @@ -75,7 +75,7 @@ To get started with Comet:
1. **Clone the repository:**

```bash
git clone https://github.com/stellar-comet/comet.git
git clone https://github.com/Thavarshan/comet.git
cd comet
```

Expand Down
70 changes: 70 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
const js = require('@eslint/js');
const prettierPlugin = require('eslint-plugin-prettier');
const typescriptEslintPlugin = require('@typescript-eslint/eslint-plugin');
const vuePlugin = require('eslint-plugin-vue');
const vueAccessibilityPlugin = require('eslint-plugin-vuejs-accessibility');
const typescriptEslintParser = require('@typescript-eslint/parser');
const vueEslintParser = require('vue-eslint-parser');
const prettierConfig = require('./.prettierrc.js');

module.exports = [
js.configs.recommended, // Use @eslint/js for recommended configs
{
files: ['**/*.js', '**/*.ts', '**/*.vue'],
languageOptions: {
ecmaVersion: 2021,
sourceType: 'module',
parser: vueEslintParser, // Parser for Vue files
parserOptions: {
parser: typescriptEslintParser, // Parser for TypeScript files
},
globals: {
browser: true,
node: true,
jest: true,
},
},
plugins: {
prettier: prettierPlugin,
'@typescript-eslint': typescriptEslintPlugin,
vue: vuePlugin,
'vuejs-accessibility': vueAccessibilityPlugin,
},
rules: {
'no-undef': 'off',
'no-unused-vars': 'off',
indent: ['error', 2, { SwitchCase: 1 }],
'max-len': ['error', { code: 120 }],
'no-console': ['error', { allow: ['warn', 'error'] }],
'comma-dangle': ['error', 'always-multiline'],
'space-before-function-paren': ['warn', { anonymous: 'ignore', named: 'never', asyncArrow: 'always' }],
'prettier/prettier': ['error', prettierConfig],
'vue/html-indent': ['error', 2],
'vue/multiline-html-element-content-newline': 'off',
'vue/multi-word-component-names': 'off',
'vue/max-attributes-per-line': 0,
'vue/require-default-prop': 0,
'vue/no-multiple-template-root': 0,
'vue/max-len': 'off',
'@typescript-eslint/no-unused-vars': ['warn', { varsIgnorePattern: '^_$', argsIgnorePattern: '^_$' }],
},
settings: {
'import/resolver': {
typescript: { alwaysTryTypes: true, project: './tsconfig.json' },
},
},
ignores: ['*.test.ts'],
},
{
files: ['tests/**/*'],
languageOptions: {
globals: { jest: true },
},
},
{
files: ['**/*.vue'],
rules: {
'max-len': 'off',
},
},
];
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const config: ForgeConfig = {
name: productName,
authors: author.name,
exe: `${productName}.exe`,
iconUrl: 'https://github.com/stellar-comet/comet/blob/main/assets/icons/icon.ico',
iconUrl: 'https://github.com/Thavarshan/comet/blob/main/assets/icons/icon.ico',
loadingGif: path.resolve(__dirname, 'assets', 'loading.gif'),
noMsi: true,
setupExe: `${name}-${version}-${arch}-setup.exe`,
Expand Down
1 change: 0 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable max-len */
/**
* For a detailed explanation regarding each configuration property, visit:
* https://jestjs.io/docs/configuration
Expand Down
Loading

0 comments on commit 3cc3fc6

Please sign in to comment.