Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit 1426d09

Browse files
authored
Create changelog.txt
1 parent e9bfcc4 commit 1426d09

File tree

1 file changed

+261
-0
lines changed

1 file changed

+261
-0
lines changed

docs/changelog.txt

Lines changed: 261 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,261 @@
1+
Version 1.8 07082020:
2+
3+
New In This Version:
4+
New:
5+
- Improved Check For Updates function UI.
6+
- Added Changelog to menubar
7+
- Shifted/reorganised settings and menuitems.
8+
- Improved text completion suggestions and accuracy.
9+
- Resized settings pane so that button text is fully visible.
10+
- Tool tip text for assistance on settings.
11+
- Default font now Oxygen.
12+
13+
Version 1.7 23072020:
14+
15+
New In This Version:
16+
New:
17+
- Insert phoneme function fully functional.
18+
- Cleaned up archive and reduced file to 5.27MB
19+
20+
- Fixes (6)
21+
- 00021 -> Issue where update feature reminds user
22+
to update even when they are on the current version.
23+
- 00022 -> Fixed issue where user may exit file they were
24+
working on without save dialog showing.
25+
- 00023 -> Fixed issue where text completion is not
26+
available for jar running SmartEditor.
27+
- #13 -> Open Recents.
28+
Open recent function ->
29+
Save filepaths to settings.txt
30+
in user default directory.
31+
- #14 -> Pronunciation Guide
32+
Pronunciation guide(double click, or phonetic guide text)
33+
English
34+
-> Put Phonemes for each word.
35+
- #16 -> Phoneme Function SPRINT
36+
- words with 'y' or 'c' show multiple times on
37+
phoneme dialog.
38+
- The "insert phoneme function" does not work.
39+
40+
41+
Version 1.6 19072020:
42+
43+
New In This Version:
44+
New:
45+
- Removed compatibility with MacOS Application due to delay in
46+
fixing issues.
47+
- Text Completion BETA OUT.
48+
- Phoneme renderer English version out.
49+
50+
- Fixes (3)
51+
- 00018 -> Update.jar now is fully compatible with Java Archive
52+
version. Fixed issue where launcher wouldn't launch
53+
jar file.
54+
- 00019 -> SmartEditor archive executable now can save currently
55+
worked on docs and reopen after user updates with
56+
update feature.
57+
- 00020 -> Fixed issue where unsaved text from before clicking
58+
the update button will not render because of order
59+
frame was setup in.
60+
61+
62+
Version 1.5 13072020:
63+
64+
New In This Version:
65+
New:
66+
- Bugs are all imported into database on Github Repository.
67+
All bug reference numbers will now match accordingly.
68+
Undocumented bugs will be expressed in five digits(e.g., 00014)
69+
- Chinese Simplified and Traditional support with Arial Unicode MS.
70+
- Multilingual font support with Noto Sans & Noto Serif.
71+
- Default font is now Noto Sans.
72+
- Nimbus LAF is now the default theme.
73+
- Text Completion ALPHA OUT.
74+
- Fixes (8)
75+
- #4 -> Improve saving function symbol.
76+
- #6 -> Check For Updates Function
77+
- After clicking "Don't Remind Me", you can still update by
78+
finding "Check for updates" in the menu.
79+
- #7 -> New Option to Save on Close in settings.
80+
- #10 -> File Converter
81+
- #11 -> Text Completion ALPHA OUT.
82+
- 00015 -> Application path doesn't update in text file
83+
-> Key to auto update feature.
84+
- 00016 -> Windows does not have a way to access popup menu.
85+
Possibly because action performed is for linux.
86+
Check on "@Override" annotation marked on dialog
87+
(ta.getDocument().addMouseListener.)
88+
- 00017 -> Save dialog shows even though title shows
89+
is saved(type hello and delete, then close)
90+
91+
92+
Version 1.4 09072020:
93+
94+
New In This Version:
95+
- New
96+
- Find Selection option now available.
97+
- Fixes (4)
98+
- 00011 -> Fixed Find and Replace issue
99+
- search always selects length of find word at the
100+
top of the page
101+
- 00012 -> Fixed Find and Replace dialog
102+
to not freeze on deleting a character
103+
- 00013 -> Fixed "Find and Replace starts not on first
104+
occurrence" issue
105+
- 00014 -> Fixed "User changes document but find &
106+
replace doesn't update." issue
107+
108+
109+
Version 1.3 07072020:
110+
111+
- Bugs Identified:
112+
Themes:
113+
- PGS theme cut, copy and paste functions duplicate copy text
114+
because PGS has custom paste functions
115+
Components:
116+
TextArea:
117+
- Emoji icons do not work
118+
TabbedPane:
119+
- Add shortcuts for navigation(tabbed panes key bindings)
120+
- Tabbed panes do not open multiple, always only one. (Sprint: 1.5)
121+
- Saving asterisk shown when unsaved shows file is unsaved
122+
when user types and deletes or deletes and types same character
123+
(does not recognize that file didn't really change
124+
when user typed and deleted words)
125+
Find & Replace:
126+
- Find and replace starts not on first occurrence
127+
- Find and Replace issue
128+
- File search "**********" directs to top of page
129+
- after searching once, replacing the text freezes program.
130+
131+
- New Features Coming:
132+
- Method to "Check for updates" and update by downloading newer version.
133+
- Choose whether text should be saved in plain text or rich text
134+
and how to implement(show and edit) in the window.
135+
- Option to choose whether file saves automatically before
136+
program closes.
137+
- Project structure/path display
138+
- Tabbed panes for different files. (make sure user can access tabs
139+
using key bindings command+tab-number)
140+
- PDF creator.
141+
- Text completion ~ @textCompletionConcept.java
142+
- On selecting(double clicking text and two finger clicking)
143+
check for spelling mistakes in word
144+
- Highlight/underline words misspelled with checker
145+
every 5 character changes.
146+
- Make executable file(.dmg, .exe) for multi-platform use
147+
without JDK, etc.
148+
- Run Java and .txt(java) files
149+
- With compile
150+
- Without compile
151+
- Create folder with compile and source
152+
- Delete previous version
153+
154+
New In This Version:
155+
- Find and Replace
156+
- New "Find Previous" function added.
157+
- Rename file feature added to menu (Menu -> Rename).
158+
- Text completion Scheduled
159+
- Alpha (Sprint: 2.0)
160+
- Beta (Sprint: 2.4)
161+
- Implemented (Sprint: 3.0)
162+
- Fixes (7)
163+
- 00004 -> Fixed issue where file opened has a blank first line.
164+
- 00005 -> Fixed Find and Replace so selection does not repeat
165+
on single occurrence.
166+
- 00006 -> Fixed file doesn't save when user opens another
167+
file in same tab.
168+
- 00007 -> Setting metal P.L.A.F. as default may give
169+
ocean theme instead of default-metal.
170+
- 00008 -> File is erased when user reopens
171+
same file(unsaved).
172+
- 00009 -> Issue where user needs to save file(shows file dialog) when opening
173+
from a blank file.
174+
- 00010 -> Issue where user saves file after unsaved prompt and
175+
doesn't see frame(setVisible is false).
176+
177+
178+
Version 1.2 04072020:
179+
- Introducing tabbed panes
180+
- for multiple windows (Sprint: 1.5)
181+
- Key bindings support (Sprint: 1.5)
182+
- Auto-save setting is available
183+
- MacOS Application available.
184+
185+
Version 1.1 02072020:
186+
- Find and Replace function fully functional.
187+
- Option to replace all added.
188+
- Fixed issue where one occurrence is skipped.
189+
- Cut, copy and paste functions are now fully functional.
190+
191+
Version 1.0 23062020:
192+
- Combined all of the following.
193+
194+
Version 0.6 20062020:
195+
- Bug fixes and patches
196+
- Theme now can be set as default.
197+
- Themes instantly take effect when radio button clicked.
198+
- Themes are shown in a JList format as there are 19 themes.
199+
- More themes, below shown:
200+
- Metal (2)
201+
- Metal
202+
- Ocean
203+
- JTattoo (12)
204+
- Acryl
205+
- Aero
206+
- Aluminium
207+
- Bernstein
208+
- Fast
209+
- HiFi
210+
- McWin
211+
- Mint
212+
- Noire
213+
- Smart
214+
- Luna (similar to Smart)
215+
- Texture
216+
- Original (system)
217+
- Nimbus
218+
- Motif
219+
- PGS (PagoSoft)
220+
221+
Version 0.5 18062020:
222+
- Cut, copy and paste functions are also available on the menu bar from "Edit".
223+
- Reduced Java Archive size to 2.65MB
224+
- Bug fixes and patches.
225+
226+
Version 0.4 14062020:
227+
- Added support for different characters and languages
228+
- Chinese, English
229+
- All unicode characters
230+
- Improved order of menu items for ease of use
231+
- Key bindings
232+
- Ctrl-A -> Select All
233+
- Alt-Del -> Delete word
234+
- Ctrl-X -> Cut
235+
- Ctrl-V -> Paste
236+
- Ctrl-C -> Copy
237+
- Ctrl-Q -> Quit
238+
- Ctrl-Z -> Undo
239+
- Tab -> Insert Tab
240+
241+
Version 0.3 14062020:
242+
- Save and open settings added and fully functional.
243+
- Resized settings frame to fit "set as default" button.
244+
- Added scroll bar to frame for better navigation.
245+
- Fixes (3):
246+
- 00001 -> Exiting frame is laggy and slow, throws NullPointerException
247+
- 00002 -> File path issue where jar execution throws Exception
248+
- 00003 -> Default text file not savable in jar
249+
- Folder in users' default directory will be created named
250+
"SmartEditor" with default settings file in it.
251+
252+
Version 0.2 13062020:
253+
- "Set as Default" for font family, size and background, foreground colors.
254+
- Implemented change listeners to see instant effect of changing font, etc.
255+
- Implemented color palette for choosing colors from Swatches, RGB, CMYK, et al.
256+
- Renamed frame to say "Untitled.txt".
257+
258+
Version 0.1 13062020:
259+
- Frame set-up
260+
- JMenuBar with settings, save and open settings.
261+
- Overall structure of frame Complete

0 commit comments

Comments
 (0)