Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Latest commit

 

History

History
658 lines (404 loc) · 37.5 KB

CHANGELOG.md

File metadata and controls

658 lines (404 loc) · 37.5 KB

Change Log

v2.10.1 (2017-04-29)

Full Changelog

Closed issues:

  • Highlighted source blocks should respect syntax theme #231

Merged pull requests:

  • feat: add pdf export entry to preview menu. #238 (ldez)

v2.10.0 (2017-04-02)

Full Changelog

Implemented enhancements:

  • Don't force scrolling on the x axis #233
  • Don't force scrolling on the x axis #234 (mojavelinux)

Fixed bugs:

  • Syntax highlighting styles don't get applied in preview window #229
  • refactor: change Highlights provider. #230 (ldez)

v2.9.2 (2017-04-01)

Full Changelog

Fixed bugs:

  • Cannot load /usr/lib64/atom/node_modules/highlights #223
  • fix: Highlights on Fedora. #228 (ldez)

Closed issues:

  • Offset scroll preview window when syncing with source #222

v2.9.1 (2017-03-22)

Full Changelog

Fixed bugs:

  • Save as HTML raises an error #224
  • fix: wrong file path when save as HTML. #225 (ldez)

Closed issues:

  • After updating the preview window display the bottom of it #206

v2.9.0 (2017-03-13)

Full Changelog

Implemented enhancements:

  • Add option to sync scroll of editor and preview #82

Closed issues:

  • Specifying theme file for PDF export #208

Merged pull requests:

  • doc: enhance readme. #220 (ldez)
  • feat: Add support for asciidoctor-pdf additional arguments. #214 (ldez)

v2.8.0 (2017-03-12)

Full Changelog

Implemented enhancements:

  • Synchronize the preview pane with the AsciiDoc source pane #216 (ldez)

Fixed bugs:

  • Include macro not working using an attribute in the path #189

Closed issues:

  • Asciidoc Preview Don't popup #215
  • Inner document links not working within included pages #191

Merged pull requests:

  • chore: update CI configuration. #217 (ldez)

v2.7.2 (2017-02-17)

Full Changelog

Fixed bugs:

  • "Export as PDF" fails for filenames with whitespaces #212
  • feat(pdf): support filenames with whitespaces. #213 (ldez)

Closed issues:

  • matching underscores inside quoted code block are treated as italic markers #207
  • "save as html" error #203

Merged pull requests:

  • feat: update libraries versions. #211 (ldez)

v2.7.1 (2016-12-06)

Full Changelog

v2.7.0 (2016-11-25)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Callouts prevent rendering block #111

Closed issues:

  • Live previewing make editor stuck #200
  • Preview window does not fill the frame #199
  • HTML entity as variable replacement in headers #198

v2.6.0 (2016-08-15)

Full Changelog

Fixed bugs:

  • Document can't be exported as PDF #195
  • fix(pdf): remove bash interactive option #197 (ldez)

v2.5.3 (2016-08-14)

Full Changelog

Fixed bugs:

  • Starting quotes code block with italics breaks block rendering. #193
  • fix: text code block #194 (ldez)

Closed issues:

  • Failed to activate the asciidoc-preview package #190

v2.5.2 (2016-07-09)

Full Changelog

Fixed bugs:

  • Uncaught TypeError: Cannot read property 'parent' of null #184

Closed issues:

  • include::xxx.... is rendering as URL #182
  • Images do not refresh. #95

Merged pull requests:

  • feat: invalidate image cache #192 (ldez)
  • refactor: split options and attributes #188 (ldez)

v2.5.1 (2016-06-18)

Full Changelog

v2.5.0 (2016-06-18)

Full Changelog

Merged pull requests:

  • feat: base directory management #186 (ldez)

v2.4.2 (2016-06-16)

Full Changelog

Merged pull requests:

v2.4.1 (2016-06-15)

Full Changelog

Fixed bugs:

  • Update preview on save does not work: Render on save #180
  • Fix: render on save #181 (ldez)

v2.4.0 (2016-06-14)

Full Changelog

Implemented enhancements:

  • feat: open generated HTML file in browser #177 (ldez)

Fixed bugs:

  • Preview pane throws an exception when Asciidoctor is trying to write something to stdout #159

Merged pull requests:

  • feat: open PDF after generating #179 (ldez)
  • refactor: move base directory construct #178 (ldez)
  • Refactor: pdf converter #176 (ldez)

v2.3.2 (2016-06-11)

Full Changelog

Fixed bugs:

v2.3.1 (2016-06-07)

Full Changelog

Implemented enhancements:

  • Support "Save As PDF..." #167

Fixed bugs:

  • feat: add error page for rendering #174 (ldez)

v2.3.0 (2016-06-07)

Full Changelog

Implemented enhancements:

  • feature: export as PDF (experimental) #170 (ldez)

Merged pull requests:

  • New templating system (Part 1) #171 (ldez)
  • Refactor: isolation of attributes' construction #169 (ldez)

v2.2.5 (2016-06-03)

Full Changelog

Fixed bugs:

  • Named substitutions breaks in asciidoc-preview #102
  • fix: substitutions quotes #165 (ldez)

v2.2.4 (2016-06-03)

Full Changelog

Fixed bugs:

  • Spacing between text and URLs is often too small #106

Merged pull requests:

  • refactor: add deserializer configuration #166 (ldez)

v2.2.3 (2016-06-02)

Full Changelog

Merged pull requests:

  • refactor: section numbering menu #164 (ldez)

v2.2.2 (2016-06-01)

Full Changelog

Closed issues:

  • Turning auto-numbering off #58

Merged pull requests:

  • feature: section numbering #162 (ldez)

v2.2.1 (2016-06-01)

Full Changelog

Closed issues:

  • The loading gif is truncated #160

Merged pull requests:

v2.2.0 (2016-05-31)

Full Changelog

Implemented enhancements:

  • Choose display pane & open from tree view #158 (ldez)

Fixed bugs:

  • Uncaught TypeError: atom.workspace.open(...).done is not a function #124
  • Save As HTML... : Uncaught TypeError: atom.project.getPath is not a function #119
  • Status bar element doesn't display on startup #68

Closed issues:

  • Explain the role of safe mode in the README #87

v2.1.2 (2016-05-31)

Full Changelog

Merged pull requests:

  • refactor: Setting options naming #156 (ldez)

v2.1.1 (2016-05-31)

Full Changelog

Closed issues:

  • Settings to disable package keybinding #155

Merged pull requests:

  • feat: Settings to disable package keybinding #157 (ldez)

v2.1.0 (2016-05-31)

Full Changelog

Merged pull requests:

v2.0.0 (2016-05-29)

Full Changelog

Fixed bugs:

  • Unable to install on Atom 1.7.4 running on windows 10 #150

Merged pull requests:

  • feat: more user friendly settings #153 (ldez)

v1.0.4 (2016-05-26)

Full Changelog

Fixed bugs:

  • fix: remove Highlights dependency #152 (ldez)

v1.0.3 (2016-05-26)

Full Changelog

Fixed bugs:

  • fix: Highlights dependency #151 (ldez)

v1.0.2 (2016-05-25)

Full Changelog

Implemented enhancements:

  • Use pathwatcher built-in in atom #31

Merged pull requests:

  • Prepare tests #149 (ldez)
  • feat: remove Markdown Preview dependency #148 (ldez)

v1.0.1 (2016-05-24)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.0.0 (2016-05-24)

Full Changelog

Fixed bugs:

  • Suggestion popup for attributes pops up everywhere in line after an attribute #130
  • Atom's preview link is broken in 0.8.0 #143
  • Unable to install on Atom 1.3.2 running on windows 10 #116
  • Installing on Windows 7 Fails with atom-space-pen-views module error. #112
  • asciidoc-preview install fail #110
  • can't install success with atom #107
  • Failed to load the asciidoc-preview package #91

Closed issues:

  • Migrate autocompletion to the grammar package. #139
  • Suggestion popup for attributes contains unset attributes as well #131

Merged pull requests:

v0.9.0 (2016-05-24)

Full Changelog

Fixed bugs:

v0.8.0 (2016-05-24)

Full Changelog

Fixed bugs:

  • preview crashes with ifeval #108

Merged pull requests:

  • Upgrade to Asciidoctor 1.5.4 (version 1.5.5-1) #132 (Mogztter)

v0.7.0 (2016-05-24)

Full Changelog

Closed issues:

  • Release 0.7.0 before remove autocomplete #142

v0.6.1 (2016-05-24)

Full Changelog

Implemented enhancements:

  • Add autocomplete of attribute references in editor pane #34

Fixed bugs:

  • Unicode ids are broken #121

Closed issues:

  • Add Atom package url to the header. #141
  • [feature request] tree-view of headers for quick navigation #126
  • Uncaught Error: Syntax error, unrecognized expression: #look here () #125
  • Uncaught Error: Syntax error, unrecognized expression: #wsd-e.i.r.p. #123
  • Pane crashed after trying to split preview pane #118
  • Uncaught Error: Syntax error, unrecognized expression: #../data_structure/data.adoc #117
  • Uncaught Error: Syntax error, unrecognized expression: #eclipse-4-rcp/JPA-persistence.adoc #115
  • Mention right-click options in README #109
  • The preview text is hard to read because it is light grey #105
  • Uncaught TypeError: undefined is not a function #104
  • No syntax highlighting for certain macros #103
  • Attribute :data-uri: causes asciidoc-preview to hang #97
  • Preview crashes when cross-referencing an anchor with a :: in the name #51

Merged pull requests:

  • chore: Travis CI & AppVeyor #138 (ldez)
  • Update link to Asciidoctor.js on README #135 (Mogztter)
  • Resolves #105, use #333 color for text #134 (Mogztter)
  • Resolves #125, escape ': . [ ] , ( )' characters in links #133 (Mogztter)
  • Update default.html #129 (ojn)
  • Add detail and demo to README #114 (Xcodo)
  • add skip-front-matter to default attributes #101 (251)

v0.6.0 (2015-08-12)

Full Changelog

Fixed bugs:

  • Preferences : there is two entries for the option showToc #29

Closed issues:

  • Toc shows when adding an single-line admonition under the title #99
  • [object Object].view is deprecated. #96
  • Use the atom-workspace tag instead of the workspace class. #93

Merged pull requests:

  • improved toc configuration using a select option instead of a toogle #100 (abelsromero)
  • Disable data-uri by default - fixes issue #97 #98 (akhayyat)

v0.5.1 (2015-06-05)

Full Changelog

Fixed bugs:

  • keymap is broken #64

Closed issues:

  • Support without Asciidoctor #92
  • Package.activateConfig is deprecated. #90
  • Atom.Object.defineProperty.get is deprecated. #81
  • Pane.itemForUri is deprecated. #80
  • Workspace.getEditors is deprecated. #79
  • wrappedOpener is deprecated. #78
  • Workspace.paneForUri is deprecated. #77
  • Workspace.getEditors is deprecated. #76
  • wrappedOpener is deprecated. #75
  • Package.activateConfig is deprecated. #74
  • Atom.Object.defineProperty.get is deprecated. #71
  • Atom.Object.defineProperty.get is deprecated. #70
  • Atom.Object.defineProperty.get is deprecated. #69
  • Status bar element doesn't play well #67
  • Style elements within text editors using the atom-text-editor::shadow selector or the .atom-text-editor.less file extension.If you want to target overlay elements, target them directly or as descendants of atom-overlay elements. #62
  • Use the atom-workspace tag instead of the workspace class. #57
  • Use the atom-text-editor tag instead of the editor-colors class. #56
  • Style elements within text editors using the atom-text-editor::shadow selector or the .atom-text-editor.less file extension.If you want to target overlay elements, target them directly or as descendants of atom-overlay elements. #55
  • Atom.Object.defineProperty.get is deprecated. #52
  • use another keybinding #26

v0.5.0 (2015-05-10)

Full Changelog

Fixed bugs:

  • Fails to load in Atom 0.182.0 #63

Closed issues:

  • Include macro doesn't work #84
  • Adds "Render on change" to status bar for new, unsaved Plain Text buffers #73
  • Smart quotes not properly previewed #66
  • Can't Preview #65
  • Use New autocomplete-plus API #54

Merged pull requests:

v0.4.3 (2015-02-23)

Full Changelog

Closed issues:

  • Use the atom-workspace tag instead of the workspace class. #61
  • Use the atom-workspace tag instead of the workspace class. #60
  • Using + for syntax highlighting doesn't render in Atom Preview #53
  • unable to install asciidoc-preview package #50

Merged pull requests:

v0.4.2 (2015-01-20)

Full Changelog

Implemented enhancements:

  • Update Package To Use New autocomplete-plus API #45

Closed issues:

  • include directive does not work #46

Merged pull requests:

  • fix #45: Update Package To Use New autocomplete-plus API #49 (anthonny)
  • fix include:: #48 (cobomi)

v0.4.1 (2014-12-26)

Full Changelog

Implemented enhancements:

  • Add option to toggle compat-mode #37

Closed issues:

  • fontawesome icons #43
  • release 0.4.0 stylesheet has some visual inconsistencies #38
  • Keyboard inline macro's not enabled #35

Merged pull requests:

v0.4.0 (2014-08-24)

Full Changelog

v0.3.0 (2014-08-13)

Full Changelog

Closed issues:

  • apm install asciidoc-preview fail with error #33
  • install fails on Windows7: node-gyp rebuild #32
  • installation failed ... #30

v0.2.3 (2014-06-19)

Full Changelog

Closed issues:

  • Save as HTML ... body content only is saved. #28

v0.2.2 (2014-06-17)

Full Changelog

Closed issues:

  • Dropped last line in ruby code #27

v0.2.1 (2014-06-02)

Full Changelog

Closed issues:

  • Remove loading splash screen after initial render #25

v0.2.0 (2014-05-28)

Full Changelog

Implemented enhancements:

  • Add title attribute to links #20
  • Add option to render on save #19
  • Enable syntax highlighting of code snippets #15

Closed issues:

  • Look to use webworkers when we run converter #22

Merged pull requests:

  • resolve #20 by adding href in status bar #24 (anthonny)
  • Use a task to run Asciidoc generation #23 (anthonny)
  • Add render on save only configuration #21 (anthonny)
  • override problematic blockquote style inherited from Atom styles #18 (mojavelinux)

v0.1.2 (2014-05-18)

Full Changelog

Implemented enhancements:

  • Load Font Awesome into the preview window #10

Merged pull requests:

v0.1.1 (2014-05-17)

Full Changelog

Closed issues:

  • Make the safe mode configurable, default to "safe" #5
  • Make attributes configurable #4
  • Enable title by default #3

Merged pull requests:

v0.1.0 (2014-05-15)

* This Change Log was automatically generated by github_changelog_generator