Skip to content

Commit

Permalink
update to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allenyllee committed May 3, 2021
1 parent b13cfbb commit 73eb2e8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AI_Clerk_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Created Date: Monday, May 4th 2020, 3:06:41 pm
# Author: Allenyl(allen7575@gmail.com>)
# -----
# Last Modified: Monday, May 3rd 2021, 6:03:55 pm
# Last Modified: Monday, May 3rd 2021, 6:15:40 pm
# Modified By: Allenyl(allen7575@gmail.com)
# -----
# Copyright 2018 - 2020 Allenyl Copyright, Allenyl Company
Expand Down Expand Up @@ -229,7 +229,7 @@ def newOnClose(self, *args, **kwargs):


# navigation option must be upper cased 'TABBED', instead of 'Tabbed'
@Gooey(program_name="AI Clerk helper v0.7.2", navigation='TABBED', tabbed_groups=False, default_size=(525, 670))
@Gooey(program_name="AI Clerk helper v0.8.0", navigation='TABBED', tabbed_groups=False, default_size=(525, 670))
def parse_args():
# parser = argparse.ArgumentParser()
parser = GooeyParser()
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 build-win.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exe = EXE(pyz,
a.zipfiles,
a.datas,
[],
name='AI_Clerk_helper_v0.7.2',
name='AI_Clerk_helper_v0.8.0',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,16 @@ wine ./dist/AI_Clerk_helper.exe

## changelog

### v0.8.0

1. add second_upload function

![Screenshot-of-second_upload](./assets/Deepin%20截圖_AI_Clerk_helper.py_20210503171532.png)

2. add second labeled json cleaner and converter

![Screenshot-of-second_labeled](./assets/Deepin%20截圖_AI_Clerk_helper.py_20210503171946.png)

### v0.7.2

1. add SerialID column in contents tab
Expand Down

0 comments on commit 73eb2e8

Please sign in to comment.