You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,31 @@ This simple program enables you to search Wikipedia, the free encyclopedia, with
3
3
4
4
## what's new:
5
5
6
+
### Version 1.2:
7
+
8
+
This version comes with numerous new features and bug fixes.
9
+
10
+
- Added French translation, Thanks Riad Assoum.
11
+
- You can now adjust the size and color of the font while reading the article.
12
+
- Added an option to display a dialog with the tables in the article. Warning: it may not always display correctly, but rather depends on the format of the article.
13
+
- Added an option to display a list of external references from within the article so that you can open any of them in your browser.
14
+
- Added an option to display articles that are linked to the currently displayed article. You may interact with them just like you do with the search results.
15
+
- You can now save the article as an HTML file.
16
+
- Added the ability to display random articles with their language depending on the already set search language. You may interact with them just like you do with the search results.
17
+
- Added an option in settings to view the article as HTML (note: buggy and unreliable).
18
+
- Added quite a few communication methods in the main menu to reach the developers.
19
+
- Changed a few options within the action menu of the displayed article window.
20
+
- The program will start faster if you disable the auto check for updates feature.
21
+
- Fixed the bug where an update's changelog was not being shown correctly in the update dialog.
22
+
- Changed some keyboard shortcut.
23
+
- Fixed a few minor bugs here and there.
24
+
25
+
#### Notes:
26
+
27
+
- Due to a change in the language suffixes in this version, the program language will automatically revert back to English after the update. You will need to change it only once and it will auto-save just like before.
28
+
- All new article options can be found by pressing alt and browsing the menus where you may find and learn all the hotkeys.
29
+
- All hotkeys will later be written to this file.
30
+
6
31
### Version 1.1:
7
32
8
33
We are still learning and improving this software as we improve our knowledge of programming, and we have been able to add quite a few features in this version.
@@ -16,7 +41,7 @@ We are still learning and improving this software as we improve our knowledge of
16
41
- You can now jump to any of the article headings while reading it.
17
42
- You can now customize the number of search results up to 100 at the moment (you can change the number from the settings).
18
43
- You can now close the article window using the escape key (you can enable this feature from the settings).
19
-
-The program will now warn you if you try to close it while one or more articles are open (this feature can be disabled from the settings).
44
+
-The program will now warn you if you try to close it while one or more articles are open (this feature can be disabled from the settings).
20
45
- The program will now check for updates automatically when launched (you can disable this feature from the settings.
21
46
- The program will now remember the selected search language for future uses.
22
47
@@ -28,6 +53,9 @@ We are still learning and improving this software as we improve our knowledge of
28
53
* Change the color of the entire frame while reading the article. The next versions will allow further customizations to the colors and fonts.
29
54
* An auto-updater that allows users quick access to new features.
30
55
56
+
## Supported OS:
57
+
The software supports Windows 8 and above with both 32 and 64 bit architectures.
0 commit comments