Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Outdated cask: atom-beta #1609

Closed
vitorgalvao opened this issue Jan 29, 2016 · 1 comment
Closed

Outdated cask: atom-beta #1609

vitorgalvao opened this issue Jan 29, 2016 · 1 comment

Comments

@vitorgalvao
Copy link
Member

Outdated cask: atom-beta.

Info:

Full appcast:

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
  <id>tag:github.com,2008:https://github.com/atom/atom/releases</id>
  <link type="text/html" rel="alternate" href="https://github.com/atom/atom/releases"/>
  <link type="application/atom+xml" rel="self" href="https://github.com/atom/atom/releases.atom"/>
  <title>Release notes from atom</title>
  <updated>2016-01-25T18:29:46Z</updated>
  <entry>
<id>tag:github.com,2008:Repository/3228505/v1.5.0-beta1</id>
<updated>2016-01-25T19:49:42Z</updated>
<link rel="alternate" type="text/html" href="/atom/atom/releases/tag/v1.5.0-beta1"/>
<title>1.5.0-beta1</title>
<content type="html">&lt;h3&gt;Notable Changes&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Fixed an error that prevented Atom from starting correctly.&lt;/li&gt;
&lt;li&gt;Fixed an exception that would occur when undoing or redoing with a file open in multiple panes.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/atom&quot;&gt;Atom Core&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.5.0-beta0...v1.5.0-beta1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10293&quot;&gt;atom/atom#10293 - Ignore errors when loading an invalid blob store&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/text-buffer&quot;&gt;Text Buffer&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v8.1.2...v8.1.4&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/text-buffer/pull/121&quot;&gt;atom/text-buffer#121 - Optimize marker range queries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/text-buffer/pull/123&quot;&gt;atom/text-buffer#123 - Fix exception when snapshot references non-existent marker layers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>mhubot</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/3697332?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/3228505/v1.4.1</id>
<updated>2016-01-25T19:49:34Z</updated>
<link rel="alternate" type="text/html" href="/atom/atom/releases/tag/v1.4.1"/>
<title>1.4.1</title>
<content type="html">&lt;h3&gt;Notable Changes&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Fixed an error that prevented Atom from starting correctly.&lt;/li&gt;
&lt;li&gt;Fixed an exception that would occur when undoing or redoing with a file open in multiple panes.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/atom&quot;&gt;Atom Core&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.4.0...v1.4.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10293&quot;&gt;atom/atom#10293 - Ignore errors when loading an invalid blob store&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/text-buffer&quot;&gt;Text Buffer&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v8.1.2...v8.1.4&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/text-buffer/pull/121&quot;&gt;atom/text-buffer#121 - Optimize marker range queries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/text-buffer/pull/123&quot;&gt;atom/text-buffer#123 - Fix exception when snapshot references non-existent marker layers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>mhubot</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/3697332?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/3228505/v1.5.0-beta0</id>
<updated>2016-01-14T16:18:57Z</updated>
<link rel="alternate" type="text/html" href="/atom/atom/releases/tag/v1.5.0-beta0"/>
<title>1.5.0-beta0</title>
<content type="html">&lt;h3&gt;Notable Changes&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Improvements to CJK character handling.&lt;/li&gt;
&lt;li&gt;Serialize language state for untitled buffers.&lt;/li&gt;
&lt;li&gt;Fixed crash when there were certain types of diffs in a git repository.&lt;/li&gt;
&lt;li&gt;Fixed New File with no open windows.&lt;/li&gt;
&lt;li&gt;Fixed clicking the Dock icon wouldn&#39;t open a new window.&lt;/li&gt;
&lt;li&gt;Cascade new windows on OS X and Windows.&lt;/li&gt;
&lt;li&gt;Fixed excessive CPU usage for cases where the HOME directory was a git repository.&lt;/li&gt;
&lt;li&gt;Moved View &amp;gt; Reload to View &amp;gt; Developer &amp;gt; Reload Window.&lt;/li&gt;
&lt;li&gt;Open file in pending state on single click.&lt;/li&gt;
&lt;li&gt;Use OS X Human Interface Guidelines compliant menu order.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/atom&quot;&gt;Atom Core&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.4.0...v1.5.0-beta0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10001&quot;&gt;atom/atom#10001 - &lt;img class=&quot;emoji&quot; title=&quot;:arrow_up:&quot; alt=&quot;:arrow_up:&quot; src=&quot;https://assets-cdn.github.com/images/icons/emoji/unicode/2b06.png&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot;&gt; language-go@0.41.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9947&quot;&gt;atom/atom#9947 - Don’t force DOM updates in LinesYardstick&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10017&quot;&gt;atom/atom#10017 - Cache v8 code by source file&#39;s SHA1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10027&quot;&gt;atom/atom#10027 - Use internal scroll assignment methods when committing logical positions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10028&quot;&gt;atom/atom#10028 - Remove non-essential update guard flags from TextEditorPresenter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10062&quot;&gt;atom/atom#10062 - Emit state update when model&#39;s scroll position is changed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10031&quot;&gt;atom/atom#10031 - &lt;img class=&quot;emoji&quot; title=&quot;:memo:&quot; alt=&quot;:memo:&quot; src=&quot;https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot;&gt; Add tip about Keybinding Resolver to keymap.cson&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9997&quot;&gt;atom/atom#9997 - Wrap line at boundary if it includes a CJK character&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10095&quot;&gt;atom/atom#10095 - Upgrade text-buffer for marker index optimizations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10084&quot;&gt;atom/atom#10084 - Serialize language state for untitled buffers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10247&quot;&gt;atom/atom#10247 - Bump git-utils&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10257&quot;&gt;atom/atom#10257 - Update function documentation for scrollToScreenPosition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10233&quot;&gt;atom/atom#10233 - Fix New File with no open windows&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10280&quot;&gt;atom/atom#10280 - &lt;img class=&quot;emoji&quot; title=&quot;:arrow_up:&quot; alt=&quot;:arrow_up:&quot; src=&quot;https://assets-cdn.github.com/images/icons/emoji/unicode/2b06.png&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot;&gt; apm@1.6.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10126&quot;&gt;atom/atom#10126 - Print steps time during Grunt tasks and script/bootstrap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10277&quot;&gt;atom/atom#10277 - Fix measurement of rows that are present in the model but haven&#39;t been rendered yet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10249&quot;&gt;atom/atom#10249 - Use .getStatusForPaths.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10236&quot;&gt;atom/atom#10236 - Cascade new windows on OS X&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10139&quot;&gt;atom/atom#10139 - Prevent committing &lt;code&gt;blob-store&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10296&quot;&gt;atom/atom#10296 - This change gives custom repositoryProviders more priority&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9990&quot;&gt;atom/atom#9990 - Add a core config &lt;code&gt;core.automaticallyUpdate&lt;/code&gt; to disable Atom autoupdate.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10310&quot;&gt;atom/atom#10310 - Handle EAGAIN and ETIMEDOUT errors on open/save&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10328&quot;&gt;atom/atom#10328 - Default to using standard GitHub API token during build&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10332&quot;&gt;atom/atom#10332 - Relocate and rename &#39;View &amp;gt; Reload&#39; to prevent confusion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10178&quot;&gt;atom/atom#10178 - Open file in pending state on single click&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10375&quot;&gt;atom/atom#10375 - &lt;img class=&quot;emoji&quot; title=&quot;:fire:&quot; alt=&quot;:fire:&quot; src=&quot;https://assets-cdn.github.com/images/icons/emoji/unicode/1f525.png&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot;&gt; CHANGELOG.md&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10341&quot;&gt;atom/atom#10341 - Use OS X Human Interface Guidelines compliant menu order&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10349&quot;&gt;atom/atom#10349 - Fix F11 keymaps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10379&quot;&gt;atom/atom#10379 - Explicitly guard against decorating destroyed markers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10359&quot;&gt;atom/atom#10359 - Add copy project path command to text-editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10361&quot;&gt;atom/atom#10361 - Only disable a package if it isn&#39;t already disabled&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10395&quot;&gt;atom/atom#10395 - Stop babel from logging to stderr during compilation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10377&quot;&gt;atom/atom#10377 - Remove release-notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/base16-tomorrow-dark-theme&quot;&gt;base16-tomorrow-dark-theme&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.0.0...v1.1.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/base16-tomorrow-dark-theme/pull/26&quot;&gt;atom/base16-tomorrow-dark-theme#26 - Add JSON styles&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/base16-tomorrow-light-theme&quot;&gt;base16-tomorrow-light-theme&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.0.0...v1.1.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/base16-tomorrow-light-theme/pull/8&quot;&gt;atom/base16-tomorrow-light-theme#8 - JSON support + more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/one-dark-ui&quot;&gt;one-dark-ui&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.1.8...v1.1.9&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-dark-ui/pull/112&quot;&gt;atom/one-dark-ui#112 - Remove transform that was preventing text from rendering&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/one-dark-syntax&quot;&gt;one-dark-syntax&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.1.1...v1.1.2&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-dark-syntax/pull/50&quot;&gt;atom/one-dark-syntax#50 - Separate markup styles from gfm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-dark-syntax/pull/58&quot;&gt;atom/one-dark-syntax#58 - Fix links in comments&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/one-light-ui&quot;&gt;one-light-ui&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.1.8...v1.1.9&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-light-ui/pull/50&quot;&gt;atom/one-light-ui#50 - Remove transforms on tree-view and tab marker&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/find-and-replace&quot;&gt;find-and-replace&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.194.0...v0.195.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/find-and-replace/pull/613&quot;&gt;atom/find-and-replace#613 - Only show search wrap icon when scroll position changed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/markdown-preview&quot;&gt;markdown-preview&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.157.0...v0.157.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/markdown-preview/pull/352&quot;&gt;atom/markdown-preview#352 - Fix spelling error in Break on Single Newline setting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/settings-view&quot;&gt;settings-view&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.232.1...v0.232.3&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/settings-view/pull/698&quot;&gt;atom/settings-view#698 - add optional sub-section heading if the settings group has an explicit title&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/spell-check&quot;&gt;spell-check&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.63.0...v0.65.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/spell-check/pull/102&quot;&gt;atom/spell-check#102 - Speed up spell checking&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-clojure&quot;&gt;language-clojure&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.19.0...v0.19.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-clojure/pull/31&quot;&gt;atom/language-clojure#31 - Add general support for .boot files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-html&quot;&gt;language-html&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.43.1...v0.44.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-html/pull/101&quot;&gt;atom/language-html#101 - Add favicon snippet&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-javascript&quot;&gt;language-javascript&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.104.0...v0.105.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/285&quot;&gt;atom/language-javascript#285 - Add &#39;Symbol&#39; to &#39;support.class.js&#39;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/291&quot;&gt;atom/language-javascript#291 - Tokenize spread operator&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-json&quot;&gt;language-json&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.17.2...v0.17.3&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-json/pull/39&quot;&gt;atom/language-json#39 - Add gltf to fileTypes.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-php&quot;&gt;language-php&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.34.0...v0.36.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-php/pull/114&quot;&gt;atom/language-php#114 - Fix assignment operator consuming comparison operators&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-php/pull/111&quot;&gt;atom/language-php#111 - Changed grammar to include callable as type hint&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-python&quot;&gt;language-python&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.42.1...v0.43.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-python/pull/125&quot;&gt;atom/language-python#125 - No newline after pdb/ipdb for consistency with other mid-file snippets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-python/pull/126&quot;&gt;atom/language-python#126 - More debuggers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-ruby&quot;&gt;language-ruby&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.65.0...v0.68.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/126&quot;&gt;atom/language-ruby#126 - Add support for &lt;code&gt;private_class_method&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/125&quot;&gt;atom/language-ruby#125 - add support for Ruby 2.3&#39;s new &quot;safe navigation operator&quot;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/128&quot;&gt;atom/language-ruby#128 - Added arb to fileTypes for ruby grammar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/129&quot;&gt;atom/language-ruby#129 - Handle Ruby 2.3.0 squiggly heredoc syntax highlighting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-ruby-on-rails&quot;&gt;language-ruby-on-rails&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.24.0...v0.25.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby-on-rails/pull/44&quot;&gt;atom/language-ruby-on-rails#44 - Snippets: Rails 5 uses new base class conventions: ApplicationMailer &amp;amp; ApplicationRecord&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>mhubot</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/3697332?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/3228505/v1.4.0</id>
<updated>2016-01-14T15:27:07Z</updated>
<link rel="alternate" type="text/html" href="/atom/atom/releases/tag/v1.4.0"/>
<title>1.4.0</title>
<content type="html">&lt;h3&gt;Notable Changes&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Untitled documents in a project are now serialized and restored.&lt;/li&gt;
&lt;li&gt;Use unique text editor title in window and tab titles.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/atom&quot;&gt;Atom Core&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.3.3...v1.4.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9527&quot;&gt;atom/atom#9527 - Lierdakil: Defer Activation Hooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9513&quot;&gt;atom/atom#9513 - Prioritize file type matching over first line matching in grammar scoring system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9575&quot;&gt;atom/atom#9575 - Set initialLoadComplete to true only in test mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9585&quot;&gt;atom/atom#9585 - Add apm.cmd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9539&quot;&gt;atom/atom#9539 - Add more file extensions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9655&quot;&gt;atom/atom#9655 - Update language-javascript to v0.101.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9268&quot;&gt;atom/atom#9268 - Use ELECTRON_ENABLE_LOGGING instead of console.log shims&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9684&quot;&gt;atom/atom#9684 - Remove public docs for DirectorySearch and DefaultDirectorySearcher&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9654&quot;&gt;atom/atom#9654 - Only remove node_modules on ci if changed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9711&quot;&gt;atom/atom#9711 - Export ::isTextEditor function&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9709&quot;&gt;atom/atom#9709 - Compute content width when the longest row is the first one&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9636&quot;&gt;atom/atom#9636 - Use unique text editor title in window and tab titles   &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9633&quot;&gt;atom/atom#9633 - Add section on feature suggestions to CONTRIBUTING guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9480&quot;&gt;atom/atom#9480 - Adjust icon size for small buttons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9788&quot;&gt;atom/atom#9788 - Interact with DevTools asynchronously&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9796&quot;&gt;atom/atom#9796 - Use CommandRegistry to listen for native-key-bindings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9773&quot;&gt;atom/atom#9773 - Allow Error.prepareStackTrace to be temporarily reassigned&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9797&quot;&gt;atom/atom#9797 - Upgrade to Electron 0.34.4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9668&quot;&gt;atom/atom#9668 - Suggest [ci skip] in documentation-only commits&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9878&quot;&gt;atom/atom#9878 - Avoid infinite recursion in Error.prepareStackTrace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9729&quot;&gt;atom/atom#9729 - Upload releases to s3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9687&quot;&gt;atom/atom#9687 - Provide package.json fields so we can defer requiring packages&#39; main modules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9802&quot;&gt;atom/atom#9802 - Correct config.coffee doc references to &lt;code&gt;scope&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9606&quot;&gt;atom/atom#9606 - Add OS X dock menu with &#39;New Window&#39; option&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9937&quot;&gt;atom/atom#9937 - Fix movement commands in the presence of CRLF line endings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9730&quot;&gt;atom/atom#9730 - bump Contributor Covenant version to 1.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9921&quot;&gt;atom/atom#9921 - Update specs for language-javascript changes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9670&quot;&gt;atom/atom#9670 - Don&#39;t create a desktop shortcut when building&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9620&quot;&gt;atom/atom#9620 - Use em-dash in window title and exclude app name on OS X&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9609&quot;&gt;atom/atom#9609 -  Add opened files and folders to recent documents menu&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9831&quot;&gt;atom/atom#9831 - Do not override user-defined keymaps when reloading packages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9948&quot;&gt;atom/atom#9948 - save config.cson in alphabetic order&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9975&quot;&gt;atom/atom#9975 - Fix some issues with config schemas in packages&#39; package.json files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/9968&quot;&gt;atom/atom#9968 - Deserialize untitled editors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10365&quot;&gt;atom/atom#10365 - &lt;img class=&quot;emoji&quot; title=&quot;:arrow_up:&quot; alt=&quot;:arrow_up:&quot; src=&quot;https://assets-cdn.github.com/images/icons/emoji/unicode/2b06.png&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot;&gt; language-go@0.42.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/atom/pull/10377&quot;&gt;atom/atom#10377 - Remove release-notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/one-dark-ui&quot;&gt;one-dark-ui&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.1.5...v1.1.8&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-dark-ui/pull/102&quot;&gt;atom/one-dark-ui#102 - Fix comments for @ui-site-color-s&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-dark-ui/pull/107&quot;&gt;atom/one-dark-ui#107 - Fix tab bottom border&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-dark-ui/pull/88&quot;&gt;atom/one-dark-ui#88 - Replace spinner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-dark-ui/pull/110&quot;&gt;atom/one-dark-ui#110 - Remove hardcoded fonts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-dark-ui/pull/108&quot;&gt;atom/one-dark-ui#108 - Center icons in buttons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-dark-ui/pull/114&quot;&gt;atom/one-dark-ui#114 - Keep tree-view marker relative positioned&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/one-light-ui&quot;&gt;one-light-ui&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.1.5...v1.1.8&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-light-ui/pull/42&quot;&gt;atom/one-light-ui#42 - Fix tab bottom border&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-light-ui/pull/43&quot;&gt;atom/one-light-ui#43 - Replace Octocat with &lt;img class=&quot;emoji&quot; title=&quot;:snake:&quot; alt=&quot;:snake:&quot; src=&quot;https://assets-cdn.github.com/images/icons/emoji/unicode/1f40d.png&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot;&gt; spinner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-light-ui/pull/45&quot;&gt;atom/one-light-ui#45 - Remove hardcoded fonts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-light-ui/pull/46&quot;&gt;atom/one-light-ui#46 - Allow natural &lt;code&gt;left&lt;/code&gt; for focus bar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-light-ui/pull/44&quot;&gt;atom/one-light-ui#44 - Center icons in buttons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/one-light-ui/pull/49&quot;&gt;atom/one-light-ui#49 - Keep tree-view marker relative positioned&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/about&quot;&gt;about&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.1.0...v1.3.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/about/pull/7&quot;&gt;atom/about#7 - Link to the release notes.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/about/pull/8&quot;&gt;atom/about#8 - Show THE SQUIRREL&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/autocomplete-plus&quot;&gt;autocomplete-plus&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v2.23.0...v2.25.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/autocomplete-plus/pull/593&quot;&gt;atom/autocomplete-plus#593 - Clarify description of Minimum Word Length setting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/autocomplete-plus/pull/609&quot;&gt;atom/autocomplete-plus#609 - readable text colour for descriptions for dark/light theme mix&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/autocomplete-plus/pull/622&quot;&gt;atom/autocomplete-plus#622 - Use atom.workspace.isTextEditor when available&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/autocomplete-plus/pull/630&quot;&gt;atom/autocomplete-plus#630 - Explain how to use mulitple file blacklist items&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/autocomplete-plus/pull/634&quot;&gt;atom/autocomplete-plus#634 - Don&#39;t overwrite non-word characters that match replacement suffixes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/autocomplete-plus/pull/643&quot;&gt;atom/autocomplete-plus#643 - use fuzzaldrin-plus by default&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/autocomplete-snippets&quot;&gt;autocomplete-snippets&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v1.8.0...v1.9.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/autocomplete-snippets/pull/62&quot;&gt;atom/autocomplete-snippets#62 - Don&#39;t assume that atom.packages.loadPackage requires the main module&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/fuzzy-finder&quot;&gt;fuzzy-finder&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.93.0...v0.94.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/fuzzy-finder/pull/159&quot;&gt;atom/fuzzy-finder#159 - Use fuzz-aldrin-plus by default&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/markdown-preview&quot;&gt;markdown-preview&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.156.1...v0.157.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/markdown-preview/pull/334&quot;&gt;atom/markdown-preview#334 - Update main.coffee fixing a typo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/markdown-preview/pull/344&quot;&gt;atom/markdown-preview#344 - Add &#39;text.md&#39; to default-grammars&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/metrics&quot;&gt;metrics&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.53.0...v0.53.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/metrics/pull/61&quot;&gt;atom/metrics#61 - Return a promise when mocking ::openDevTools&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/settings-view&quot;&gt;settings-view&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.232.0...v0.232.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/settings-view/pull/707&quot;&gt;atom/settings-view#707 - align search and error messages&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/welcome&quot;&gt;welcome&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.32.0...v0.33.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/welcome/pull/43&quot;&gt;atom/welcome#43 - Fix overflow issue&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/whitespace&quot;&gt;whitespace&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.32.0...v0.32.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/whitespace/pull/100&quot;&gt;atom/whitespace#100 - Fix &quot;charcter&quot; typo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-c&quot;&gt;language-c&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.49.0...v0.51.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-c/pull/91&quot;&gt;atom/language-c#91 - Fix #if block highlighting and POSIX types&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-c/pull/104&quot;&gt;atom/language-c#104 - Improve &#39;firstLineMatch&#39;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-c/pull/102&quot;&gt;atom/language-c#102 - Preprocessor directives improvements + specs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-c/pull/106&quot;&gt;atom/language-c#106 - Prettify regex&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-c/pull/108&quot;&gt;atom/language-c#108 - Rename scope name &#39;c++&#39; -&amp;gt; &#39;cpp&#39;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-clojure&quot;&gt;language-clojure&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.18.0...v0.19.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-clojure/pull/28&quot;&gt;atom/language-clojure#28 - Add begin and end captures for vectors&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-coffee-script&quot;&gt;language-coffee-script&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.45.0...v0.46.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-coffee-script/pull/76&quot;&gt;atom/language-coffee-script#76 - Fix for Issue #75&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-coffee-script/pull/77&quot;&gt;atom/language-coffee-script#77 - Booleans are not parsed as functions. Fixes #74.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-css&quot;&gt;language-css&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.35.0...v0.36.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-css/pull/44&quot;&gt;atom/language-css#44 - Add text-rendering to the list of CSS properties&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-css/pull/45&quot;&gt;atom/language-css#45 - Add touch-action property and values&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-gfm&quot;&gt;language-gfm&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.81.0...v0.82.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-gfm/pull/128&quot;&gt;atom/language-gfm#128 - Add Scala syntax highlighting for scala and sbt keywords&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-git&quot;&gt;language-git&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.10.0...v0.11.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-git/pull/5&quot;&gt;atom/language-git#5 - Add coffeelint support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-git/pull/14&quot;&gt;atom/language-git#14 - Tokenize escaped quotes outside of strings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-go&quot;&gt;language-go&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.40.0...v0.42.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-go/pull/71&quot;&gt;atom/language-go#71 - Add an additional test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-go/pull/76&quot;&gt;atom/language-go#76 - Fixing issue #75&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-go/pull/80&quot;&gt;atom/language-go#80 - Add a test case...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-go/pull/79&quot;&gt;atom/language-go#79 - decreaseNextIndentPattern: prevent catastrophic backtracking&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-html&quot;&gt;language-html&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.42.0...v0.43.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-html/pull/96&quot;&gt;atom/language-html#96 - Add HTML import (link) snippet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-html/pull/97&quot;&gt;atom/language-html#97 - let and var are now storage.type.var.js&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-hyperlink&quot;&gt;language-hyperlink&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.15.0...v0.16.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-hyperlink/pull/8&quot;&gt;atom/language-hyperlink#8 - Make underscore acceptable.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-java&quot;&gt;language-java&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.16.1...v0.17.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-java/pull/26&quot;&gt;atom/language-java#26 - Add Java 8 Arrow (-&amp;gt;) to keywords/operators&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-javascript&quot;&gt;language-javascript&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.100.0...v0.104.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/242&quot;&gt;atom/language-javascript#242 - Support for properties, function/method calls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/255&quot;&gt;atom/language-javascript#255 - Reword opening line of readme file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/256&quot;&gt;atom/language-javascript#256 - Add support for OpenJsCad&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/257&quot;&gt;atom/language-javascript#257 - improve function snippet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/260&quot;&gt;atom/language-javascript#260 - Revert argumetns matching&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/264&quot;&gt;atom/language-javascript#264 - Fix &#39;this&#39;, &#39;super&#39;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/265&quot;&gt;atom/language-javascript#265 - Fix not a constant properties&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/269&quot;&gt;atom/language-javascript#269 - Fix comments in &#39;import&#39;, &#39;export&#39; statements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/272&quot;&gt;atom/language-javascript#272 - Allow $dollar$ signs in identifiers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/266&quot;&gt;atom/language-javascript#266 - Support JSON5 files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-javascript/pull/277&quot;&gt;atom/language-javascript#277 - Tokenize let and var as storage.type.var.js&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-json&quot;&gt;language-json&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.17.1...v0.17.2&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-json/pull/37&quot;&gt;atom/language-json#37 - Remove .eslintrc which is actually yaml, not json.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-less&quot;&gt;language-less&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.28.3...v0.29.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-less/pull/43&quot;&gt;atom/language-less#43 - LESS to Less&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-less/pull/42&quot;&gt;atom/language-less#42 - The labour of love&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-make&quot;&gt;language-make&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.20.0...v0.21.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-make/pull/29&quot;&gt;atom/language-make#29 - highlighting for functions addsuffix, file, &amp;amp; guile&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-objective-c&quot;&gt;language-objective-c&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.15.0...v0.15.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-objective-c/pull/9&quot;&gt;atom/language-objective-c#9 - Add coffeelint support&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-perl&quot;&gt;language-perl&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.31.0...v0.32.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-perl/pull/58&quot;&gt;atom/language-perl#58 - Improve regexp highlighting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-python&quot;&gt;language-python&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.41.0...v0.42.1&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-python/pull/104&quot;&gt;atom/language-python#104 - Add support for CTEs in embedded SQL&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-ruby&quot;&gt;language-ruby&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.62.0...v0.65.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/119&quot;&gt;atom/language-ruby#119 - Fine tune curly braces block&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/120&quot;&gt;atom/language-ruby#120 - Improve class/module snippets. Add begin/rescue/end snippets.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/121&quot;&gt;atom/language-ruby#121 - Improve HTML (Ruby - ERB) grammar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/113&quot;&gt;atom/language-ruby#113 - Update language-ruby.cson&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/123&quot;&gt;atom/language-ruby#123 - Fixes blockpipe formatting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/124&quot;&gt;atom/language-ruby#124 - Add rough support for YARD directives and three missing tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-ruby/pull/122&quot;&gt;atom/language-ruby#122 - Refinements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-sass&quot;&gt;language-sass&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.43.0...v0.45.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-sass/pull/90&quot;&gt;atom/language-sass#90 - Add transition easing values&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-sass/pull/91&quot;&gt;atom/language-sass#91 - Fix indentation of settings file&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-sass/pull/93&quot;&gt;atom/language-sass#93 - Add touch-action property and values&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-shellscript&quot;&gt;language-shellscript&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.20.0...v0.21.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-shellscript/pull/34&quot;&gt;atom/language-shellscript#34 - Properly tokenize strings in for loops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-shellscript/pull/33&quot;&gt;atom/language-shellscript#33 - Don&#39;t highlight builtins that are part of a larger phrase&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-sql&quot;&gt;language-sql&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.19.0...v0.20.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-sql/pull/29&quot;&gt;atom/language-sql#29 - Prettify an enormous regex capture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-sql/pull/25&quot;&gt;atom/language-sql#25 - Add BETWEEN ... AND ... comparison operator&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-toml&quot;&gt;language-toml&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.16.0...v0.18.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-toml/pull/5&quot;&gt;atom/language-toml#5 - Add coffeelint support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-toml/pull/7&quot;&gt;atom/language-toml#7 - fixed dates, numbers and strings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-toml/pull/10&quot;&gt;atom/language-toml#10 - Update README.md to match other language READMEs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-toml/pull/9&quot;&gt;atom/language-toml#9 - Tokenize comments that contain an equals sign&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-xml&quot;&gt;language-xml&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.34.0...v0.34.2&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-xml/pull/40&quot;&gt;atom/language-xml#40 - Add JMeter file extension&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-xml/pull/41&quot;&gt;atom/language-xml#41 - Add .atom file type&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;a href=&quot;https://github.com/atom/language-yaml&quot;&gt;language-yaml&lt;/a&gt;&lt;/h3&gt;

&lt;p&gt;v0.24.0...v0.25.0&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-yaml/pull/35&quot;&gt;atom/language-yaml#35 - Add &#39;sublime-syntax&#39; to file types&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-yaml/pull/37&quot;&gt;atom/language-yaml#37 - Add eslintrc&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/atom/language-yaml/pull/34&quot;&gt;atom/language-yaml#34 - Only allow soft tabs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>mhubot</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/3697332?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/3228505/v1.3.3</id>
<updated>2016-01-08T20:30:25Z</updated>
<link rel="alternate" type="text/html" href="/atom/atom/releases/tag/v1.3.3"/>
<title>1.3.3</title>
<content type="html">&lt;h3&gt;Notable Changes&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Fixed an exception that would occur when undoing after closing a split pane.&lt;/li&gt;
&lt;li&gt;Fixed a crash that would occur when closing a full-screen window on OSX.&lt;/li&gt;
&lt;li&gt;Fixed an infinite loop that would occur when opening multiple files with the same names in different directories.&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>mhubot</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/3697332?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/3228505/v1.4.0-beta3</id>
<updated>2015-12-18T23:06:47Z</updated>
<link rel="alternate" type="text/html" href="/atom/atom/releases/tag/v1.4.0-beta3"/>
<title>1.4.0-beta3</title>
<content type="html">&lt;h3&gt;Notable Changes&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Autocomplete-plus now uses a new and improved sorting algorithm by default.&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>mhubot</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/3697332?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/3228505/v1.4.0-beta2</id>
<updated>2015-12-16T19:15:57Z</updated>
<link rel="alternate" type="text/html" href="/atom/atom/releases/tag/v1.4.0-beta2"/>
<title>1.4.0-beta2</title>
<content type="html">&lt;h3&gt;Notable Changes&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Fixed an issue that caused various exceptions while loading packages.&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>mhubot</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/3697332?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/3228505/v1.3.2</id>
<updated>2015-12-16T19:23:11Z</updated>
<link rel="alternate" type="text/html" href="/atom/atom/releases/tag/v1.3.2"/>
<title>1.3.2</title>
<content type="html">&lt;h3&gt;Notable Changes&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Fixed an issue that caused various exceptions while loading packages.&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>mhubot</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/3697332?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/3228505/v1.4.0-beta1</id>
<updated>2015-12-15T22:47:55Z</updated>
<link rel="alternate" type="text/html" href="/atom/atom/releases/tag/v1.4.0-beta1"/>
<title>1.4.0-beta1</title>
<content type="html">&lt;h3&gt;Notable Changes&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;The fuzzy-finder and the command-palette now use a new and improved sorting algorithm by default.&lt;/li&gt;
&lt;li&gt;Fixed a bug that caused &lt;code&gt;TextBuffer::backwardsScanInRange&lt;/code&gt; to sometimes yield the same results twice.&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>mhubot</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/3697332?v=3&amp;s=60"/>
  </entry>
  <entry>
<id>tag:github.com,2008:Repository/3228505/v1.3.1</id>
<updated>2015-12-10T20:27:23Z</updated>
<link rel="alternate" type="text/html" href="/atom/atom/releases/tag/v1.3.1"/>
<title>1.3.1</title>
<content type="html">&lt;h3&gt;Notable Changes&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Fixed copying and pasting in native input fields.&lt;/li&gt;
&lt;li&gt;Fixed an error when installing or updating packages with apm.&lt;/li&gt;
&lt;/ul&gt;</content>
<author>
  <name>mhubot</name>
</author>
<media:thumbnail height="30" width="30" url="https://avatars1.githubusercontent.com/u/3697332?v=3&amp;s=60"/>
  </entry>
</feed>
@vitorgalvao
Copy link
Member Author

Closing in favour of #1625.

@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants