Skip to content

Releases: ktraunmueller/Compositor

1.11.0

13 Aug 18:25
ea866d9
Compare
Choose a tag to compare

Improvements

  • Refactor image inspector code #449
  • Add labels support to table editor #461
  • Minor inspector improvements #484
  • Introduce custom ASCII string type for all source manipulation #469

Bugfixes

  • Wrong selection after inserting symbol #477

Other

  • Migrate to Swift 5 #468

1.10.1

28 May 19:27
a5421fb
Compare
Choose a tag to compare

Bugfixes

  • Prevent deletion of \begin{...} or \end{...} #472
  • Wrong selection after inserting symbol pt. 1 #475
  • Empty text format trait left behind #476

Other

  • Link to GitHub Releases page #479

1.10.0

21 May 19:40
9cffc33
Compare
Choose a tag to compare

Improvements

  • Dark mode support #435
  • Suppress Return key when inside \verb #437

Bugfixes

  • Crash on page orientation change #473
  • Crash when inserting paragraph #474
  • Crash due to out-of-bound string access #470

Other

  • Some housekeeping #447 #448
  • Change use of URL(fileURLWithPath:) #433

1.9.2

07 May 17:06
9cffc33
Compare
Choose a tag to compare

Bugfixes

  • Reserved character not escaped on insert #462
  • Deleting reserved character leaves backslash behind #463
  • Paragraph placeholder not selected #465
  • Wrong insert position when at end of paragraph #467
  • Wrong zoom level selected in zoom dropdown #432
  • Caret wanders off where no caret has ever gone before #443
  • Endless loop in table parser #458
  • Crash due to out-of-bounds string access #464

Other

  • Lowered minimum required OS version back to 10.11 #457

1.9.1

30 Apr 14:26
9cffc33
Compare
Choose a tag to compare

Bugfixes

  • Table inspector not shown when cell text has format trait #456
  • Crash when parsing includegraphics #454
  • Crash when looking for end of line #453
  • Crash when installing package #452
  • Crash when pressing Enter while inside environment #451

1.9.0

23 Apr 20:01
9cffc33
Compare
Choose a tag to compare

Improvements

  • Basic table editor #94
  • Insert / Table #446

Bugfixes

  • Deleting accented characters #440
  • Wrong character may get deleted when deleting backwards #439
  • Trailing blank in line is deleted #442
  • Selecting word by double-clicking includes blank #450

1.8.0

26 Mar 13:24
99e99bc
Compare
Choose a tag to compare

Improvements

  • Source editor syntax highlighting improvements #416 #427
  • Highlight matching braces in source editor #415
  • Expand source editor visible range #41
  • Always center-align source editor window in page #426
  • Ship applekeys package with the app #418
  • Improve outline navigation #80
  • Keyboard shortcuts for "Fit Page" and "Fit Width" #407
  • Add "What's new in this version" #424

Bugfixes

  • Source editor syntax highlighting for commands without braces #404
  • Incorrect source editor syntax highlighting for numbers #413
  • Incorrect source editor syntax highlighting for commands with optional arguments #414
  • Cannot append text to paragraph in source editor #402
  • "Insert New Item" in list breaks at the wrong location #412
  • No paragraph inserted when pressing Return inside command inside list #423
  • Search result highlights not updated when text changes #401
  • Images may be rendered blurry #420
  • Image resolver fails to find files in distro #419
  • Zoom shortcuts don't work when document outline is focused #421
  • Document breaks when changing number of authors #431

Other

  • Bump minimum required OS version to 10.12 #429

1.7.0

26 Feb 16:52
7aa6487
Compare
Choose a tag to compare

Improvements

  • Add ⌘+/- shortcuts for zooming in/out #388
  • Add indentation checkbox to paragraph properties inspector #67
  • "Select All" in source editor #400
  • Cut/copy selection with formatting trait #396
  • Delete text with format trait #398
  • Bundle csquotes package with the app #389

Bugfixes

  • Source editor syntax coloring #399
  • Changing the section type wraps section in \verb|...| #395
  • "Show Source" menu item is always enabled #392
  • App asks for folder permission when opening user guide #387
  • Wrong selection color in dark mode (under macOS 10.14) #405

Other

  • Opt out of dark mode in macOS 10.14 (for now) #294

1.6.0

29 Jan 21:09
f1ff5ea
Compare
Choose a tag to compare

Improvements

  • Add an "Insert" menu #367
  • Add an "Insert / Verbatim" menu item #380
  • Add a "Format / Verbatim" menu item #382
  • Add a "Format / Quotation Marks" menu item #372
  • Enclose pasted (La)TeX commands in \verb #379
  • Add toolbox items for \TeX and \LaTeX #303
  • Add a User Guide #366
  • Remove the "lorem ipsum" placeholders #322

Bugfixes

  • No page selected after typesetting entire document #361
  • Outline not refreshed on undo/redo #365
  • Menu validation for Edit and Format menus doesn't work #368
  • Double-clicking word with trait selects incorrect range #369
  • Editing the abstract may insert text at incorrect source position #371
  • Moving sections in the outline view may crash #373
  • Range out of bounds crash in Scope #376
  • Toolbox search for "dash" gives no results #377
  • Bullet in \item carries source information #378

Other

  • Add ticket hyperlinks to relnotes #383

1.5.12

17 Dec 20:47
761bc17
Compare
Choose a tag to compare

Bugfixes

  • Image inspector is not shown when image is selected #290

Improvements

  • Image caption field should scroll instead of wrap #360