diff --git a/CHANGELOG.md b/CHANGELOG.md index 2619827..fc3b10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Fixed +- Updated longpost URL (issue #92) +- Fixed broken image on oembed (issue #89) +- Fixed ERR_CLEARTEXT_NOT_PERMITTED with new min android target (issue #90) -## [0.7.0] +## [0.7.0] - 2018-11-21 ### Fixed - Sharing post preserves links - Native android build tree @@ -22,7 +26,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Icons added to main menu - Updated to Android cordova 7.1.2 -## [0.6.3] +## [0.6.3] - 2018-09-03 ### Added - Open post in browser window diff --git a/README.md b/README.md index 68c1546..8da4f3f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Goober, a mobile app for pnut.io -Copyright 2017 - 2019 Morgan McMillian +Copyright 2017 - 2020 Morgan McMillian Goober is a cross platform mobile client for pnut.io built using the Ionic framework (http://ionicframework.com/). diff --git a/config.xml-release b/config.xml-release index 5e3a853..1c4bbd7 100644 --- a/config.xml-release +++ b/config.xml-release @@ -1,5 +1,5 @@ - + Goober Goober, a mobile app for pnut.io Morgan McMillian diff --git a/config.xml-testing b/config.xml-testing index db0e283..2ede9b7 100644 --- a/config.xml-testing +++ b/config.xml-testing @@ -1,5 +1,5 @@ - + Goober Goober, a mobile app for pnut.io Morgan McMillian diff --git a/src/pages/about/about.ts b/src/pages/about/about.ts index d9362aa..943d602 100644 --- a/src/pages/about/about.ts +++ b/src/pages/about/about.ts @@ -14,7 +14,7 @@ import { NavController, NavParams } from 'ionic-angular'; }) export class AboutPage { - private version: string = '0.7.0'; + private version: string = '0.7.1'; constructor(public navCtrl: NavController, public navParams: NavParams) { }