Skip to content

Commit 2dd98cb

Browse files
releasing version 1.1.0
1 parent d2cb298 commit 2dd98cb

121 files changed

Lines changed: 2461 additions & 1426 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

changelogs.txt

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
1.1.0
2+
* Fixed
3+
1. Auto closed sumantra after selecting printer
4+
2. PDF password auto deleting removed
5+
3. Improved speed of processing of Aadhaar Card
6+
7+
1.0.9
8+
* Fixed
9+
1. Photo layout is not working in production in photosheet maker
10+
2. Incorrect password in AADHAAR card solved
11+
12+
* Improvements
13+
1. Fix bug in Custom Front and Back card in CardMaker
14+
15+
* Added
16+
1. photo border stroke and stroke color on photosheet maker
17+
2. Margin in photosheet maker
18+
3. Button: Removed Empty Cell in PhotoSheet Maker
19+
20+
1.0.8
21+
* Improvements
22+
* get computerName on app start
23+
* detected ip change and reload app
24+
* on local ip wait for the 10 second to next move
25+
* scaling working now
26+
* to be fixed for re-selecting same image in photosheet maker
27+
* duplicating the image to the null objects
28+
* print to pdf is not working will the styles
29+
* image is not removing
30+
* page scaling at center working now
31+
* hide gap field if grid layout selected to 1 in photoSheet maker
32+
* Added
33+
1. Skeleton for photosheet page in photoSheet Maker
34+
2. Custom Front and Back card in CardMaker
35+
36+
1.0.7
37+
* Added
38+
1. Photo Sheet Maker
39+
40+
1.0.6
41+
* bugs
42+
1. CardMaker
43+
(i) AADHAAR CARD auto cropped fix
44+
(ii) Ayushman card
45+
46+
1.0.5
47+
* Added
48+
1. CardMaker
49+
(i) AADHAAR CARD
50+
51+
1.0.4
52+
* Added
53+
1. CardMaker
54+
(i) ABHA CARD
55+
156
1.0.3
257
* Added
358
1. CardMaker

components.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22
"$schema": "https://shadcn-vue.com/schema.json",
33
"style": "new-york",
44
"typescript": true,
5-
"tsConfigPath": "./tsconfig.json",
65
"tailwind": {
76
"config": "tailwind.config.js",
87
"css": "src/style.css",
98
"baseColor": "slate",
10-
"cssVariables": false
9+
"cssVariables": false,
10+
"prefix": ""
1111
},
12-
"framework": "vite",
1312
"aliases": {
1413
"components": "@/components",
15-
"utils": "@/utils/utils"
16-
}
17-
}
14+
"composables": "@/composables",
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib"
18+
},
19+
"iconLibrary": "lucide"
20+
}

electron-builder.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
output: 'release/${version}',
1212
},
1313
files: ['dist-electron', 'dist'],
14+
asarUnpack: ['dist/assets/*.css'],
1415
win: {
1516
target: 'nsis',
1617
icon: 'public/favicon.ico',

0 commit comments

Comments
 (0)