Skip to content

Commit

Permalink
Merge pull request #70 from barijaona/fixes
Browse files Browse the repository at this point in the history
Upgrade build number to 2818
  • Loading branch information
barijaona committed Sep 2, 2012
2 parents 3aee18d + 9ac22cb commit 4450750
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 28 deletions.
9 changes: 8 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ Vienna ChangeLog File
As you release new builds, update this file with details of the changes in each build. The
most recent build should be at the top of this file.

** Use the notes.html file instead of this file for change notes?
** The notes.html file should reflect the same infos, but only for recent updates : it is displayed when a new version is detected.

Thanks!

3.0b.2818
---------
- Fix some nasty crashes on Mountain Lion which occurred when closing tabs
- Fix the "Check for newer versions of Vienna at startup" preference
- Make the knob of the vertical scrollbar more visible when reading long lists on Lion/Mountain Lion
- Other minor bugfixes and code cleaning

3.0b.2817
---------
- Fix fetching of icons associated to feeds.
Expand Down
4 changes: 2 additions & 2 deletions Vienna.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3952,7 +3952,7 @@
EAE98F8814BEFBD700D6A3DC /* Development */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUILD_NUMBER = 2817;
BUILD_NUMBER = 2818;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)",
Expand Down Expand Up @@ -3983,7 +3983,7 @@
EAE98F8914BEFBD700D6A3DC /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUILD_NUMBER = 2817;
BUILD_NUMBER = 2818;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)",
Expand Down
34 changes: 9 additions & 25 deletions notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@

<h1>Version notes</h1>

<h2 id="b.2818">3.0b.2818</h2>

<ul>
<li>Fix some nasty crashes on Mountain Lion which occurred when closing tabs</li>
<li>Fix the &#8220;Check for newer versions of Vienna at startup&#8221; preference</li>
<li>Make the knob of the vertical scrollbar more visible when reading long lists on Lion/Mountain Lion</li>
<li>Other minor bugfixes and code cleaning</li>
</ul>

<h2 id="b.2817">3.0b.2817</h2>

<ul>
Expand Down Expand Up @@ -41,30 +50,5 @@ <h2 id="b.2816">3.0b.2816</h2>
<li>Many other bugfixes</li>
</ul>

<h2>2.6.0.2601</h2>

<ul>
<li>Added Buffer plugin</li>
</ul>

<h2>2.6.0.2600</h2>

<ul>
<li>Added Ascending and Descending items to the View > Sort By menu.</li>
<li>Added support for &#8216;,&#8217; duplicating &#8216;&lt;&#8217; and &#8216;.&#8217; duplicating &#8216;>&#8217; since they appear below them on many country&#8217;s keyboard layouts and this helps avoid having to hit the shift key since most of the other keyboard shortcuts handle both upper and lower case.</li>
<li>Added a feature to load the web page corresponding to a feed article instead of the text from the RSS feed. </li>
<li>Added a checkbox to the InfoWindow for the feeds to turn this feature on and off.</li>
<li>Added a new class ProgressTextCell to draw a progress indicator while the web page is loading since this will no longer be instantaneous.</li>
<li>Added menu items for Use Current Style for Articles and Use Web Page for Articles to make the new web page article feature more discoverable.</li>
<li>Moved the folder-specific Get Info&#8230; and Unsubscribe to Feed menu items to the folder menu with the other folder-specific items.</li>
<li>Fixed a bug where a folder&#8217;s InfoWindow was not updating if you changed a flag via the menu item via the Unsubscribe or Use Web Page for Articles menu items.</li>
<li>Added support for Open Page in Safari (Preferred Browser) and Copy Page Link to Clipboard context menu items for the new web-page based articles.</li>
<li>Added a new single-key keyboard shortcut for the letter &#8216;b&#8217; or &#8216;B&#8217; that takes you to the beginning of the unread articles.</li>
<li>Fixed a bug where the activity window detail text always listed a spurious HTTP Redirect for every single URL.</li>
<li>Updated the Activity Window redirect logging to include the HTTP code for the redirect.</li>
<li>Fixed bug where changes to the subscription in the InfoWindow were not saved when the window was closed.</li>
<li>Fixed bug where edits to the subscription from the Folder menu were not reflected in open InfoWindows.</li>
<li>Open Article Page now handles multiple selections both in the built-in browser and in the external browser. Articles opened are also automatically marked as read. Thanks to Jan for the code contribution.</li>
</ul>
</body>
</html>

0 comments on commit 4450750

Please sign in to comment.