Skip to content

Commit f5ac868

Browse files
committed
🔖 Version 1.0.5
1 parent fe0bab3 commit f5ac868

File tree

8 files changed

+181
-118
lines changed

8 files changed

+181
-118
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
Thumbs.db
33

4+
.aiassistant/
45
.idea/
56
.venv/
67
build/
@@ -14,6 +15,7 @@ models/*
1415
!models/mortal.pth
1516
!models/mortal3p.pth
1617
node_modules/
18+
tmp/
1719

1820
__pycache__/
1921
*$py.class

akagi_backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "akagi-ng"
7-
version = "1.0.4"
7+
version = "1.0.5"
88
description = "Akagi-NG is a next-generation rewrite inspired by Akagi and MajsoulHelper, focusing on modern architecture and UI."
99
readme = "README.md"
1010
requires-python = ">=3.12"
@@ -25,7 +25,7 @@ dependencies = [
2525
"requests~=2.32.0",
2626
"jsonschema~=4.26.0",
2727
# Majsoul
28-
"protobuf~=6.33.0",
28+
"protobuf~=7.34.0",
2929
# PyTorch
3030
"torch~=2.10.0",
3131
"numpy~=2.4.0",

akagi_frontend/package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

akagi_frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
2525
"i18next": "^25.8.13",
26-
"lucide-react": "^0.575.0",
26+
"lucide-react": "^0.576.0",
2727
"react": "^19.2.4",
2828
"react-dom": "^19.2.4",
2929
"react-i18next": "^16.5.4",
@@ -49,7 +49,7 @@
4949
"eslint-plugin-react-refresh": "^0.5.2",
5050
"eslint-plugin-simple-import-sort": "^12.1.1",
5151
"eslint-plugin-unused-imports": "^4.4.1",
52-
"globals": "^17.3.0",
52+
"globals": "^17.4.0",
5353
"prettier": "^3.8.1",
5454
"prettier-plugin-tailwindcss": "^0.7.2",
5555
"tsx": "^4.21.0",

assets/file_version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(1, 0, 4, 0),
10-
prodvers=(1, 0, 4, 0),
9+
filevers=(1, 0, 5, 0),
10+
prodvers=(1, 0, 5, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
u'040904B0',
3232
[StringStruct(u'CompanyName', u'Akagi-NG Contributors'),
3333
StringStruct(u'FileDescription', u'Akagi-NG Service'),
34-
StringStruct(u'FileVersion', u'1.0.4'),
34+
StringStruct(u'FileVersion', u'1.0.5'),
3535
StringStruct(u'InternalName', u'akagi-ng'),
3636
StringStruct(u'LegalCopyright', u'Copyright (C) 2026 Akagi-NG Contributors'),
3737
StringStruct(u'OriginalFilename', u'akagi-ng.exe'),
3838
StringStruct(u'ProductName', u'Akagi-NG'),
39-
StringStruct(u'ProductVersion', u'1.0.4')])
39+
StringStruct(u'ProductVersion', u'1.0.5')])
4040
]),
4141
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4242
]

0 commit comments

Comments
 (0)