di-sukharev
a8a548ba5a
2.0.1
v2.0.1
2023-04-28 14:15:39 +08:00
di-sukharev
eb09d5f4f6
Merge remote-tracking branch 'origin/dev'
2023-04-28 14:13:49 +08:00
Devrim Mazlum
801f6a9e7a
feat(i18n): add support for Turkish (Türkçe) language (tr) ( #110 )
...
* feat(index.ts): Turkish language support
* feat(tr.json): Turkish language support
2023-04-17 01:14:34 +08:00
zenobit
b4f1bbdfe0
🌐 chore(i18n): add Czech language ( #127 )
...
* 🌐 chore(i18n): add Czech language
* 📦 chore(package-lock.json): aktualizace balíčku @dqbd/tiktoken na verzi 1.0.6
Byl aktualizován balíček @dqbd/tiktoken na verzi 1.0.6, což zahrnuje opravy chyb a zlepšení výkonu.
2023-04-17 01:09:51 +08:00
di-sukharev
1ecad09e44
chore(package.json): update package version from 1.1.51 to 2.0.0
2023-04-06 12:42:46 +08:00
di-sukharev
c57b5e394d
1.1.51
v1.1.51
2023-04-06 12:30:14 +08:00
di-sukharev
8100d9beb8
1.1.50
v1.1.50
2023-04-06 12:30:06 +08:00
di-sukharev
84997faea2
feat(package.json): add 'oco' alias for the 'opencommit' command line tool
2023-04-06 12:29:56 +08:00
di-sukharev
8f60345008
docs: update README.md
...
- Update information about the OpenAI model used by OpenCommit and its cost
2023-04-05 13:13:45 +08:00
Sukharev
c148048452
Create dependency-review.yml
2023-04-05 13:05:36 +08:00
Sukharev
add8855bf9
Create codeql.yml
2023-04-05 13:05:09 +08:00
di-sukharev
0cc5be10f2
1.1.49
v1.1.49
2023-04-05 13:01:36 +08:00
di-sukharev
30d2d9d284
1.1.48
v1.1.48
2023-04-05 13:01:28 +08:00
di-sukharev
d69fa6c2d7
Merge branch 'master' of github.com:di-sukharev/opencommit
2023-04-05 13:01:17 +08:00
di-sukharev
bf3b8c6ded
chore(.yml): remove Close Stale Issues action from workflow.
2023-04-05 13:00:57 +08:00
Sukharev
f851ea1fff
Create stale.yml
2023-04-05 13:00:29 +08:00
di-sukharev
d6cbaf5f5f
refactor(tokenCount.ts): remove commented out code and unused import statement
2023-04-05 12:55:45 +08:00
di-sukharev
220d0b292f
1.1.47
v1.1.47
2023-04-05 12:55:22 +08:00
di-sukharev
e5d3c8d4ff
1.1.46
v1.1.46
2023-04-05 12:55:16 +08:00
di-sukharev
cbc8d61f99
feat(.yml): add GitHub Action to close stale issues using actions/stale@v4.1.1
2023-04-05 12:54:38 +08:00
di-sukharev
7fd357e78e
1.1.45
v1.1.45
2023-04-05 12:45:01 +08:00
di-sukharev
5837d1fa2e
1.1.44
v1.1.44
2023-04-05 12:44:54 +08:00
di-sukharev
36f282d8a5
Merge branch 'dev'
2023-04-05 12:44:30 +08:00
Raymond
9f65c450e3
build(esbuild.config.js): add esbuild configuration file and move build command to it ( #82 )
...
feat(package.json): add @dqbd/tiktoken dependency
fix(tokenCount.ts): uncomment Tiktoken import and encoding, and return token length instead of an approximation
2023-04-05 12:42:07 +08:00
di-sukharev
d5f53fec5a
1.1.43
v1.1.43
2023-04-05 12:36:17 +08:00
di-sukharev
b6651a4c47
1.1.42
v1.1.42
2023-04-05 12:36:13 +08:00
di-sukharev
2b10dc089c
refactor(githook.ts): remove unused platform variable and switch statement
...
fix(githook.ts): change DEFAULT_SYMLINK_URL to use relative path instead of absolute path
2023-04-05 12:35:23 +08:00
di-sukharev
a5e60ac23c
1.1.41
v1.1.41
2023-04-05 12:32:13 +08:00
di-sukharev
e519752938
1.1.40
v1.1.40
2023-04-05 12:32:09 +08:00
di-sukharev
1ba5e20228
chore(TODO.md): add task to set max commit message length to improve commit message quality
2023-04-05 12:31:42 +08:00
di-sukharev
4103bafc4f
chore(TODO.md): add task to try setting max commit message length
2023-04-05 12:30:01 +08:00
kimlym
5a9b460033
feat(api.ts): add support for OPENAI_BASE_PATH configuration variable ( #80 )
...
feat(config.ts): add OPENAI_BASE_PATH configuration key and validator function
Co-authored-by: yiminglu <yiming.lu@mioying.com >
2023-04-05 12:26:02 +08:00
l2D
3364289034
feat(i18n): add support for Thai (ไทย) language (th) ( #117 )
...
* feat(i18n): add Thai language support and translations for commit messages
2023-04-05 12:24:44 +08:00
Matt
5185f3365c
Feature work with husky ( #47 ) ( #79 )
...
* refactor(cli.ts): call isHookCalled function asynchronously
feat(githook.ts): add support for git core hooks path and fallback to default symlink url if not found
feat(utils/git.ts): add getCoreHooksPath function to retrieve the path of the core hooks directory.
* refactor(githook.ts): remove console.log statement from hookCommand function
* feat(prepare-commit-msg-hook.ts): add isStageAllFlag parameter to prepareCommitMessageHook function to stage all changes if flag is true
* refactor(githook.ts): use path.join to join path segments instead of string concatenation
style(githook.ts): format code with prettier
2023-04-01 13:29:22 +08:00
di-sukharev
17ed061f73
Merge branch 'dev' of github.com:di-sukharev/opencommit into dev
2023-04-01 13:25:57 +08:00
di-sukharev
06fa6daa72
1.1.39
v1.1.39
2023-04-01 13:24:57 +08:00
di-sukharev
af457473be
1.1.38
v1.1.38
2023-04-01 13:24:33 +08:00
di-sukharev
33b418e399
1.1.37
v1.1.37
2023-04-01 13:24:28 +08:00
di-sukharev
7e5ed6de0b
refactor(commit.ts): add push command when no remotes are found
...
refactor(githook.ts): simplify switch statement by removing comments and adding inline comments
2023-04-01 13:24:15 +08:00
Erick Amorim
6ba0f97163
Add support for the Android platform ( #105 )
2023-04-01 13:18:52 +08:00
Matt
0d559d4499
Issue templates ( #78 )
...
* Create bug.yaml
* adding issue templates
* Create featureRequest.yaml
2023-03-31 18:12:43 +08:00
zankyr
686f876cb0
[STYLE] Update commit messages using proper Italian language ( #96 )
...
* style(it.json): update commit message language to use proper Italian grammar and spelling
2023-03-31 18:11:39 +08:00
Manato
acf3e450ae
chore(i18n): update Japanese translation for commit messages ( #98 )
...
Updated the Japanese translation for commit messages to reflect the changes made in the previous commit. The commitFix message now correctly states that the port variable was changed from lowercase 'port' to uppercase 'PORT'. The commitFeat message now correctly states that support for the 'process.env.PORT' environment variable was added. The commitDescription message explains that the use of the constant 'PORT' for the port variable provides consistency in naming conventions, and that the support for the 'process.env.PORT' environment variable allows the application to be more flexible and run on any available port specified by the environment variable.
2023-03-31 18:11:06 +08:00
Karol Lassak
8be30a734d
feat(i18n): add support for Polish language ( #102 )
...
* feat(i18n): add support for Polish language
2023-03-31 18:09:17 +08:00
di-sukharev
e2f68b7256
refactor(githook.ts): replace comments with line breaks for switch cases in platform switch statement
2023-03-30 19:53:14 +08:00
di-sukharev
eacc750952
1.1.36
v1.1.36
2023-03-30 15:15:03 +08:00
di-sukharev
3fe57537ad
1.1.35
v1.1.35
2023-03-30 15:15:00 +08:00
di-sukharev
db9cff1ae1
refactor(githook.ts): add switch statement to determine path separator based on platform
...
fix(githook.ts): change path separator to use the determined separator variable
2023-03-30 15:14:43 +08:00
di-sukharev
1c29b91408
1.1.34
v1.1.34
2023-03-30 15:01:20 +08:00
di-sukharev
425eeef732
1.1.33
v1.1.33
2023-03-30 15:01:15 +08:00