Skip to content

Commit

Permalink
Bump version number to 3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Aug 28, 2022
1 parent 0fef8e7 commit e811b5c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Expand Up @@ -8,6 +8,10 @@ most recent build should be at the top of this file.

Thanks!

3.7.5
-----
- Fix backtrack queue used for handling the 'Back' / 'Forward' commands on main tab

3.7.4
-----
- Fix unwanted changes of toolbar mode (switches to text+icon while the user requested text-only)
Expand Down
@@ -1,34 +1,32 @@
{
"object": {
"pins": [
{
"package": "FMDB",
"repositoryURL": "https://github.com/ccgus/fmdb",
"state": {
"branch": null,
"revision": "61e51fde7f7aab6554f30ab061cc588b28a97d04",
"version": "2.7.7"
}
},
{
"package": "MMTabBarView",
"repositoryURL": "https://github.com/ViennaRSS/MMTabBarView",
"state": {
"branch": "v/1.4.12",
"revision": "658a980eb7e623e4496087981ac92423b1a36edf",
"version": null
}
},
{
"package": "Sparkle",
"repositoryURL": "https://github.com/sparkle-project/Sparkle",
"state": {
"branch": null,
"revision": "7918c1c8fc68baa37917eeaa67286b077ad5e393",
"version": "1.27.1"
}
"pins" : [
{
"identity" : "fmdb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ccgus/fmdb",
"state" : {
"revision" : "61e51fde7f7aab6554f30ab061cc588b28a97d04",
"version" : "2.7.7"
}
]
},
"version": 1
},
{
"identity" : "mmtabbarview",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ViennaRSS/MMTabBarView",
"state" : {
"branch" : "v/1.4.12",
"revision" : "658a980eb7e623e4496087981ac92423b1a36edf"
}
},
{
"identity" : "sparkle",
"kind" : "remoteSourceControl",
"location" : "https://github.com/sparkle-project/Sparkle",
"state" : {
"revision" : "7918c1c8fc68baa37917eeaa67286b077ad5e393",
"version" : "1.27.1"
}
}
],
"version" : 2
}
6 changes: 2 additions & 4 deletions notes.html
Expand Up @@ -108,12 +108,10 @@

<h1 id="toc_0">Version Notes</h1>

<h2 id="toc_1">3.7.4</h2>
<h2 id="toc_1">3.7.5</h2>

<ul>
<li>Fix unwanted changes of toolbar mode (switches to text+icon while the user requested text-only)</li>
<li>Remove floodmagazine.com from default feed list and update other URLs</li>
<li>Fix scripts building release binaries</li>
<li>Fix backtrack queue used for handling the &#39;Back&#39; / &#39;Forward&#39; commands on main tab</li>
</ul>


Expand Down

0 comments on commit e811b5c

Please sign in to comment.