Releases: sumn2u/annotate-lab
Releases ยท sumn2u/annotate-lab
2.0.3
What's Changed
- fix region selector keeps changing issue by @sumn2u in #134
- Support fallback color and images by @sumn2u in #135
- UI typo fixes by @sumn2u in #136
- enable save button in images that has regions by @sumn2u in #138
- added start script for windows and bash script by @sumn2u in #139
- remove start script file for windows and linux by @sumn2u in #142
- show image not found error message by @sumn2u in #143
- [Snyk] Upgrade @mui/icons-material from 5.15.19 to 5.15.20 by @sumn2u in #121
- [Snyk] Upgrade @mui/material from 5.15.19 to 5.15.20 by @sumn2u in #122
- [Snyk] Security upgrade zipp from 3.15.0 to 3.19.1 by @sumn2u in #140
- preserve settings state in db by @sumn2u in #147
- YOLO annotation normalization diagram and code by @sumn2u in #149
- Prettier and black setup for code formatting by @sumn2u in #150
- added code style guide and class configuration instructions by @sumn2u in #152
- restructure toc in README by @sumn2u in #153
- Fix image designs and content in README by @sumn2u in #154
- remove unused package from server by @sumn2u in #155
- badges in readme are showing underling by @sumn2u in #156
- Bump fast-loops from 1.1.3 to 1.1.4 in /client by @dependabot in #151
- Create a SECURITY.md file and add its information to the README by @sumn2u in #157
- fix CORS issue on chrome by @sumn2u in #159
- show server connection error msg on connection lost by @sumn2u in #160
- create a child process to exit vite application on process kill by @sumn2u in #158
- fix CORS onrender issues by @sumn2u in #161
- add proper attribution to respective authors by @sumn2u in #162
- Support dark mode by @sumn2u in #167
- Fix design issue on region selection and License badge by @sumn2u in #169
- [Snyk] Upgrade @mui/material from 5.15.20 to 5.15.21 by @sumn2u in #164
- fix dark download and save buttons by @sumn2u in #175
- fix background of download list in dark mode by @sumn2u in #177
- persist theme for dark mode by @sumn2u in #179
- add annotate-lab logo by @sumn2u in #180
- disable save btn on absence of images and labels by @sumn2u in #181
- add different colors for non-clickable files list by @sumn2u in #183
- Auto Bounding Box Selection with Segment Anything Model (SAM) by @sumn2u in #185
- fix info about bounding box selection by @sumn2u in #186
- fix demo url address by @sumn2u in #187
- [Snyk] Security upgrade axios from 1.7.2 to 1.7.4 by @sumn2u in #193
- rename image classification to object detection by @sumn2u in #197
- fix: selection tools not being selected issue by @sumn2u in #198
- Issue 199 by @sumn2u in #201
Full Changelog: 2.0.1...2.0.3
2.0.2
What's Changed
- fix region selector keeps changing issue by @sumn2u in #134
- Support fallback color and images by @sumn2u in #135
- UI typo fixes by @sumn2u in #136
- enable save button in images that has regions by @sumn2u in #138
- added start script for windows and bash script by @sumn2u in #139
- remove start script file for windows and linux by @sumn2u in #142
- show image not found error message by @sumn2u in #143
- [Snyk] Upgrade @mui/icons-material from 5.15.19 to 5.15.20 by @sumn2u in #121
- [Snyk] Upgrade @mui/material from 5.15.19 to 5.15.20 by @sumn2u in #122
- [Snyk] Security upgrade zipp from 3.15.0 to 3.19.1 by @sumn2u in #140
- preserve settings state in db by @sumn2u in #147
- YOLO annotation normalization diagram and code by @sumn2u in #149
- Prettier and black setup for code formatting by @sumn2u in #150
- added code style guide and class configuration instructions by @sumn2u in #152
- restructure toc in README by @sumn2u in #153
- Fix image designs and content in README by @sumn2u in #154
- remove unused package from server by @sumn2u in #155
- badges in readme are showing underling by @sumn2u in #156
- Bump fast-loops from 1.1.3 to 1.1.4 in /client by @dependabot in #151
- Create a SECURITY.md file and add its information to the README by @sumn2u in #157
- fix CORS issue on chrome by @sumn2u in #159
- show server connection error msg on connection lost by @sumn2u in #160
- create a child process to exit vite application on process kill by @sumn2u in #158
- fix CORS onrender issues by @sumn2u in #161
- add proper attribution to respective authors by @sumn2u in #162
- Support dark mode by @sumn2u in #167
- Fix design issue on region selection and License badge by @sumn2u in #169
- [Snyk] Upgrade @mui/material from 5.15.20 to 5.15.21 by @sumn2u in #164
- fix dark download and save buttons by @sumn2u in #175
- fix background of download list in dark mode by @sumn2u in #177
- persist theme for dark mode by @sumn2u in #179
- add annotate-lab logo by @sumn2u in #180
- disable save btn on absence of images and labels by @sumn2u in #181
- add different colors for non-clickable files list by @sumn2u in #183
- Auto Bounding Box Selection with Segment Anything Model (SAM) by @sumn2u in #185
- fix info about bounding box selection by @sumn2u in #186
- fix demo url address by @sumn2u in #187
- [Snyk] Security upgrade axios from 1.7.2 to 1.7.4 by @sumn2u in #193
- rename image classification to object detection by @sumn2u in #197
- fix: selection tools not being selected issue by @sumn2u in #198
- Issue 199 by @sumn2u in #201
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- drop rows and dataframes on exit by @sumn2u in #67
- fix regions not being deleted in csv issue after save by @sumn2u in #69
- [Snyk] Upgrade @mui/icons-material from 5.15.18 to 5.15.19 by @sumn2u in #70
- support yolo formats by @sumn2u in #68
- added links to license and contributing in README by @sumn2u in #71
- fixed data not being repopulated on setup by @sumn2u in #72
- save image information on clicking checkbox by @sumn2u in #76
- fix next button disabled in configuration tab by @sumn2u in #77
- fix data not being updated in image classification configuration by @sumn2u in #78
- temp file not being removed on windows by @sumn2u in #79
- Refactor sidebar images list to support bulk download operations by @sumn2u in #80
- added support for downloading multiple download configuration by @sumn2u in #81
- disable the download button if none of the images are selected by @sumn2u in #82
- Remove non-functional show/hide tags selection tool by @sumn2u in #85
- remove show mask selection tool by @sumn2u in #86
- use same extension of the image file while downloading bulk images by @sumn2u in #87
- rename download file by @sumn2u in #88
- open float label marker box on the right side of image by @sumn2u in #90
- Tooltip support by @sumn2u in #91
- rename image to images in the configuration tab by @sumn2u in #92
- added demo video of v2 by @sumn2u in #93
- Fix issues that are showing in test console by @sumn2u in #94
- Bump ws from 8.17.0 to 8.17.1 in /client by @dependabot in #95
- Bump braces from 3.0.2 to 3.0.3 in /client by @dependabot in #96
- download yolo annotation file in separate text file by @sumn2u in #97
- Yolo fixes with examples by @sumn2u in #99
- [Snyk] Security upgrade numpy from 1.21.3 to 1.22.2 by @sumn2u in #100
- fix the image preview of bulk images by @sumn2u in #102
- fix the space issue in urls and image names by @sumn2u in #103
- Support deletion of removed image in client by @sumn2u in #104
- [Snyk] Security upgrade python from 3.9-slim to 3.13.0b1-slim by @sumn2u in #105
- added kaggle dataset link in README.md by @sumn2u in #106
- support regions and labels configuration by @sumn2u in #107
- Fix design for mobile devices by @sumn2u in #108
- Show annotation screen by @sumn2u in #109
- fix settings screen is not being rendered after clearing db by @sumn2u in #110
- Support data persistence by @sumn2u in #111
- fix resizing issue of saved image by @sumn2u in #112
- redirect http to https for the image source by @sumn2u in #113
- fix docker setup by @sumn2u in #114
- added documentation link to yolo format by @sumn2u in #115
- Fix dependency links and code refactor by @sumn2u in #116
- Preview class distribution by @sumn2u in #118
- fix tooltip design and handle image update by @sumn2u in #119
- increase file size limit to 500 by @sumn2u in #125
- Increase labels id width to support large name by @sumn2u in #126
- design fixes in image upload section by @sumn2u in #127
- Save the state of the last saved image by @sumn2u in #129
- add confirmation box on exit button click by @sumn2u in #131
- Snackbar autohide by @sumn2u in #132
- support close action from setup page by @sumn2u in #133
New Contributors
- @dependabot made their first contribution in #95
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- make circle resizable and update its value in db by @sumn2u in #19
- Mask color config by @Mews in #21
- Cache pip packages for future runs by @Mews in #22
- added test cases for setup process by @sumn2u in #23
- created config file for demosite url by @harith-hacky03 in #26
- clear storage information on exit by @sumn2u in #27
- added test case for download button by @sumn2u in #29
- added sidebar elements tests by @sumn2u in #30
- added client workflow and status badges by @sumn2u in #31
- fixed file type unsupported message not being displayed by @sumn2u in #32
- use config file to limit upload images by @sumn2u in #33
- added test for crosshairs, debugsidebar, sidebars and others by @sumn2u in #34
- refactor use server url from config by @sumn2u in #35
- added test cases for sidebars and workspace by @sumn2u in #36
- added test case for image upload by @sumn2u in #37
- renaming demosite to annotation by @sumn2u in #38
- remove unused code and restructure configuration by @sumn2u in #39
- added test cases for point distance, region tags and settings provider by @sumn2u in #40
- added test for keyframes selectors and keyframe timeline by @sumn2u in #41
- [Snyk] Upgrade @fortawesome/react-fontawesome from 0.2.1 to 0.2.2 by @sumn2u in #44
- [Snyk] Upgrade i18next from 23.11.4 to 23.11.5 by @sumn2u in #45
- [Snyk] Upgrade react-i18next from 14.1.1 to 14.1.2 by @sumn2u in #46
- fixed docker config and refactor config by @sumn2u in #47
- added color map to the response of configuration download by @sumn2u in #48
- prevent saving information while navigating files by @sumn2u in #49
- fixed images not showing issue on refresh for multiple uploads by @sumn2u in #55
- enable checkbox selection for active image only by @sumn2u in #56
- remove prev and next from top header by @sumn2u in #57
- PR for issue #42 [completed, awaiting review] by @DQ4443 in #50
- support outline thickness via client settings by @sumn2u in #58
- removed unused libraries from server by @sumn2u in #59
- fixed annotated image download from docker by @sumn2u in #60
- added group actions on region section by @sumn2u in #61
- Update README file to include documentation links by @DQ4443 in #62
- added settings button and its functionalities by @sumn2u in #65
- [Snyk] Upgrade @mui/material from 5.15.18 to 5.15.19 by @sumn2u in #64
New Contributors
- @Mews made their first contribution in #21
- @harith-hacky03 made their first contribution in #26
- @DQ4443 made their first contribution in #50
Full Changelog: 1.0.0...2.0.0
1.0.0
What's Changed
- Add disabled next and prev buttons by @linyers in #5
- Changed height of Annotation Page by @OmG2011 in #7
- added test case for REST APIs by @sumn2u in #9
- Track upload progress by @OmG2011 in #11
- show save button if there are regions presents by @sumn2u in #13
- added fill option value to masked image by @sumn2u in #15
- Add docs button on the annotation screen by @linyers in #16
- added german translation by @sumn2u in #18
New Contributors
- @linyers made their first contribution in #5
- @OmG2011 made their first contribution in #7
- @sumn2u made their first contribution in #9
Full Changelog: https://github.com/sumn2u/annotate-lab/commits/1.0.0