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: CHANGELOG.md
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,22 @@ Changelog
2
2
=======
3
3
4
4
5
+
### 2.1.20 (69)
6
+
New features:
7
+
- Update Highlight to release 4.8.
8
+
- Update Lua to release 5.4.6.
9
+
- Update Boost to release 1.8.3.
10
+
- Update Dos2Unix to release 7.5.1.
11
+
- Support for `.code-workspace` files _as JSON_.
12
+
- Support for bazel (`.bazel`) and smali (`.smali`) files _as plain text_.
13
+
- Support for Media Presentation Description (`.mpd`) _as XML_.
14
+
15
+
Bugfix:
16
+
- Fixed unrecognized `.jsm` files.
17
+
18
+
5
19
### 2.1.19 (68)
20
+
New features:
6
21
- Better support for Stata files (`.do`, `.ado`) _as plain text_.
7
22
- Better support for fortran (`.f95`) and LaTex (`.cls`) files.
8
23
@@ -312,7 +327,7 @@ Bugfix:
312
327
313
328
### 1.0.b30
314
329
New features:
315
-
- Auto update with Sparkle framework. Auto updated works only when run the main application and not from the quicklook extension. You must have launched the application at least twice for the update checks to begin, or you can use the appropriate item in the application menu.
330
+
- Auto update with Sparkle framework. Auto updated works only when run the main application and not from the Quick Look extension. You must have launched the application at least twice for the update checks to begin, or you can use the appropriate item in the application menu.
316
331
- In the Preferences window, new button to show UTI instead of the extensions.
317
332
318
333
Bugfix:
@@ -413,21 +428,21 @@ New features:
413
428
414
429
### 1.0.b16
415
430
New features:
416
-
- XPC service splitted into two services. One is used by the quicklook extension with only the code to read the current settings and format the preview. The second one has also the code to change the settings, inquiry the themes and all the requested features for the main application interface. I hope this change makes the quicklook extension more reactive and consume less resources.
431
+
- XPC service splitted into two services. One is used by the Quick Look extension with only the code to read the current settings and format the preview. The second one has also the code to change the settings, inquiry the themes and all the requested features for the main application interface. I hope this change makes the Quick Look extension more reactive and consume less resources.
417
432
- Rewrite the settings engine.
418
433
419
434
420
435
### 1.0.b15
421
436
New features:
422
437
- Support for `.h` header files.
423
438
- Target to 10.15 (now the standard swift library is not embedded).
424
-
- New interactive preview setting to allow the execution of js code inside the quicklook preview.
439
+
- New interactive preview setting to allow the execution of js code inside the Quick Look preview.
425
440
426
441
Bugfix:
427
-
- Removed markdown support in the quicklook extension.
442
+
- Removed markdown support in the Quick Look extension.
428
443
- Fix little space for theme name on popover theme selector.
429
444
- Images of help files have been compressed.
430
-
- Added a margin around the preview on the quicklook window.
445
+
- Added a margin around the preview on the Quick Look window.
431
446
- Fast generation of theme icons.
432
447
433
448
@@ -450,6 +465,6 @@ New features:
450
465
- Inside the application support folder are saved the custom css styles and customized themes.
451
466
452
467
Bugfix:
453
-
- Now double click on the quicklook preview open the file.
468
+
- Now double click on the Quick Look preview open the file.
454
469
- Bugfix on font preferences.
455
470
- System for purging and migrating old settings to new system.
0 commit comments