-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changelog.txt
206 lines (150 loc) · 5.11 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
2024-09-03 -- v0.8.7
-- Clean Code
2024-06-01 -- v0.8.6
-- Ctrl+Alt+S shows saved setting as a dictionary
2024-06-01 -- v0.8.5
-- Fixed issue with some translation in "About Negar" dialog window
2024-05-20 -- v0.8.4
-- Fixed issue with the latest update of gnome 46
2023-08-18 -- v0.8.3
-- Synchronize the scrolls of input/output boxes.
2023-08-17 -- v0.8.2
-- `txt` as a default extension for saving/opening file.
2023-08-16 -- v0.8.1
-- Fixed issue with saving configurations in Windows
2023-08-16 -- v0.8
-- All configurations will be saved in a TOML file to be loaded in the next run.
2023-06-15 -- v0.7.8
-- In compliance with python-negar Ver. 1.2.4; critical fix
2023-06-13 -- v0.7.7
-- In compliance with python-negar Ver. 1.2.2
2023-05-15 -- v0.7.6
-- Show version via `-v` option.
2023-04-20 -- v0.7.5
-- Added feature to automatically check for internet connection before proceeding
2023-04-08 -- v0.7.4
-- Deleted the generated QR code file.
-- Used lego.png from resource.
2023-04-08 -- v0.7.3
-- Used the same file for QR Code in each run to save disk space
2023-04-07 -- v0.7.2
-- Fixed issue #10, QR crash in Windows
2023-04-07 -- v0.7.1
-- Added Negar icon for Windows OS, fixed issue #11
2023-04-07 -- v0.7
-- Save menu with Ctrl+S hotkey, fixed issue #8
2023-04-05 -- v0.6.9
-- Fixed issue with fa translation of Windows standalone
2023-03-31 -- v0.6.8
-- improved status bar
-- Showing opened filename in the title bar
2023-03-30 -- v0.6.7
-- Changed the default theme to dark
2023-03-30 -- v0.6.6
-- Improved icons
2023-03-29 -- v0.6.5
-- Added Theme/Dark/Light/Auto icon
2023-03-22 -- v0.6.4
-- Added themes: auto, dark, light
-- Changed Several shortcuts.
-- Save As --> Ctrl + Shift + S
-- Dark Theme --> Ctrl+T, Ctrl+D
-- Light Theme --> Ctrl+T, Ctrl+L
-- Interactive Clipboard --> Ctrl+B
-- side-by-side view --> Ctrl+I
2023-03-21 -- v0.6.3
-- Fixed issue with translataion
2023-03-18 -- v0.6.2
-- Improved logo shape
2023-03-18 -- v0.6.1
-- Incread font-size to 84 point.
-- In digital typefaces, one point is equal to 1/72 of an inch.
-- Colored border of QTextEdit
2023-03-17 -- v0.6
-- Enabled dark mode
2023-03-16 -- v0.5
-- Moved several menu items under View menu.
2023-03-16 -- v0.4.2
-- Increased font-size to 72 point.
2023-03-16 -- v0.4.1
-- Fixed issue #5
2023-03-16 -- v0.4
-- Added full-Screen input box
-- Fixed QR error empty string in Persian mode
2023-03-16 -- v0.3.2
-- Fixed issue in connecting side-by-side view menu item and H/V buttons
2023-03-16 -- v0.3.1
-- Added side-by-side view via menu item
2023-03-15 -- v0.3
-- Added Vertical/Horizontal layout for input/output textbox
2023-03-15 -- v0.2.18
-- Fixed toolip fix for QR code
2023-03-04 -- v0.2.17
-- Added support for logo in Windows app.
2022-06-13 -- v0.2.16
-- Resolved dependencies for setup
2022-06-05 -- v0.2.15
-- Added daemon thread to check the new version.
2022-06-05 -- v0.2.14
-- Added QR button in toolbar
2022-05-31 -- v0.2.13
-- Showed the edited text in a QR code accessible via Menu.
-- Resized the window to fill all of its space with QR code.
2022-05-27 -- v0.2.12
-- Added feature to automatically check for new updates and display result in status bar.
2022-05-27 -- v0.2.11
-- Added status bar to display current version of Negar and Negar-GUI.
2022-05-23 -- v0.2.10
-- Added interactive clipboard feature that automatically pastes clipboard content into input box.
2022-05-11 -- v0.2.9
-- Added feature to copy output text to system clipboard using pyperclip.
2022-05-10 -- v0.2.8
-- Fixed minor issue with text edition.
-- Retouched face design.
2022-05-09 -- v0.2.7
-- Added About_Negar menu item
2022-05-08 -- v0.2.6
-- Added Paste button to toolbar.
-- Added tooltip for toolbar buttons.
2022-05-08 -- v0.2.5
-- Updated face design; moved buttons under menu bar.
2022-05-05 -- v0.2.4
-- Added init decorator for QMainWindow.
-- Fixed issue with addition of untouchable word.
-- Edited output text when a new word is added to the untouchable words list.
2022-05-04 -- v0.2.3
-- Added feature to check screen size and set maximum size if height/width is bigger than counterparts.
2022-05-04 -- v0.2.2
-- Fixed encoding issue on Windows
2022-05-04 -- v0.2.1
-- Fixed minor issue with logo and URL
2022-05-04 -- v0.2
-- Implemented new GUI design.
-- Added right-to-left GUI support.
-- Added Persian UI support.
New Design Branch - 2022-04-29 -- 2022-05-03
[2022-05-03]
-- First stable release of new design
-- Ctrl+MouseWheel zoon in/out the text
-- F11 toggle maximized screen
[2022-05-02]
-- pyuic5 with `--from-imports` option
-- Fully iconized menu items
[2022-05-01]
-- issue with centralwidget layoutDirection
-- icons added via resource file
-- stylesheet
-- qm file for translation
-- Persian translation support
[2022-04-30]
-- menu retouch + application icon
-- font resize via menu
-- addition of edit menu
[2022-04-29]
-- first try
2022-04-15 -- v0.1.2
-- Updated to comply with new option of `python-negar` -- `exaggerating_zwnj`.
2022-04-10 -- v0.1.1
-- Added check to ensure at least the `python-negar` ver 1.1.4 is installed.
2022-04-10 -- v0.1
-- Initial release.