new changelog and version bump
This commit is contained in:
parent
8d0a707765
commit
9e87eafdd7
4 changed files with 164 additions and 54 deletions
110
CHANGELOG.md
Normal file
110
CHANGELOG.md
Normal file
|
@ -0,0 +1,110 @@
|
|||
# Changelog
|
||||
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]
|
||||
|
||||
## [0.9.2]
|
||||
### Fixed
|
||||
- Authentication error with new install on 10.3.3 devices (issue #49)
|
||||
- Own username populating as mention in replies (issue #51)
|
||||
|
||||
### Changed
|
||||
- Optimized calls for raw to only posts (issue #50)
|
||||
- New changelog format (issue #41)
|
||||
|
||||
## [0.9.1] - 2018-01-15
|
||||
### Fixed
|
||||
- replace html parsing with text rendering and link parsing function (issue #37)
|
||||
- split the avatar images into a seperate cache
|
||||
|
||||
## [0.9.0] - 2017-11-18
|
||||
### Added
|
||||
- settings to prevent image loading
|
||||
|
||||
### Changed
|
||||
- replaced webimageview class with netimagemanager class
|
||||
- open images in preview card
|
||||
|
||||
### Fixed
|
||||
- set minimum avatar size (issue #33)
|
||||
- add raw paramater on bookmark and repost calls (issue #24)
|
||||
- increase initial count (issue #19)
|
||||
- added missing active tab settings (issue #26)
|
||||
- image loading on thread view
|
||||
- simulator builds
|
||||
|
||||
## [0.8.0] - 2017-02-18
|
||||
### Added
|
||||
- invoke hooks for sharing posts (issue #15)
|
||||
- added copy text to clipboard (issue #7)
|
||||
- render oembed photos (issue #12)
|
||||
|
||||
### Fixed
|
||||
- post rendering problems (issue #18)
|
||||
|
||||
## [0.7.0] - 2017-02-07
|
||||
### Fixed
|
||||
- handle bookmark status update (issue #10)
|
||||
- tweak navigation focus policy for BlackBerry Classic (issue #9)
|
||||
- markdown link rendering (issue #4)
|
||||
- oauth work around for 10.3.3 security update (issue #11)
|
||||
- fixed project setup removing hard coded system paths
|
||||
|
||||
## [0.6.0] - 2016-11-13
|
||||
### Added
|
||||
- Added posts, following, and followers view to profile page
|
||||
- Added support for changing visual theme (dark mode)
|
||||
|
||||
### Fixed
|
||||
- Fixed reply-all from thread view page
|
||||
|
||||
## [0.5.0] - 2016-11-05
|
||||
### Added
|
||||
- about page
|
||||
- setting for CC on reply all
|
||||
- bookmark tab
|
||||
- delete post
|
||||
- keyboard shortcuts
|
||||
|
||||
## [0.4.0] - 2016-10-22
|
||||
### Added
|
||||
- mentions tab
|
||||
- link to new root CA on login page
|
||||
- user interactions (follow, block, mute)
|
||||
|
||||
### Changed
|
||||
- app cover reflects unread for active tab
|
||||
|
||||
### Fixed
|
||||
- profile display on small screens
|
||||
|
||||
## [0.3.0] - 2016-10-01
|
||||
### Added
|
||||
- pull to load new posts
|
||||
- add/remove bookmarks
|
||||
- repost and quote posts
|
||||
|
||||
### Fixed
|
||||
- login and logout
|
||||
|
||||
## [0.2.0] - 2016-09-24
|
||||
### Added
|
||||
- thread view
|
||||
- post status icons
|
||||
|
||||
## [0.1.0] - 2016-09-22
|
||||
### Added
|
||||
- Initial release
|
||||
|
||||
[0.9.1]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_9_1
|
||||
[0.9.0]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_9_0
|
||||
[0.8.0]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_8_0
|
||||
[0.7.0]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_7_0
|
||||
[0.6.0]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_6_0
|
||||
[0.5.0]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_5_0
|
||||
[0.4.0]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_4_0
|
||||
[0.3.0]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_3_0
|
||||
[0.2.0]: https://gitlab.dreamfall.space/thrrgilag/goober-bb10/-/tags/Goober_0_2_0
|
||||
|
|
@ -1,51 +1,51 @@
|
|||
1
|
||||
49
|
||||
AboutPage.qml
|
||||
AppCover.qml
|
||||
icons/at.png
|
||||
icons/bell-slash.png
|
||||
icons/bell.png
|
||||
icons/bookmark.png
|
||||
icons/comments.png
|
||||
icons/default_cover.png
|
||||
icons/globe.png
|
||||
icons/home.png
|
||||
icons/ic_add.png
|
||||
icons/ic_add_bookmarks.png
|
||||
icons/ic_cancel.png
|
||||
icons/ic_compose.png
|
||||
icons/ic_contact.png
|
||||
icons/ic_copy.png
|
||||
icons/ic_del_bookmarks.png
|
||||
icons/ic_doctype_picture.png
|
||||
icons/ic_edit.png
|
||||
icons/ic_favorite.png
|
||||
icons/ic_info.png
|
||||
icons/ic_reload.png
|
||||
icons/ic_reply.png
|
||||
icons/ic_reply_all.png
|
||||
icons/ic_to_bottom.png
|
||||
icons/ic_to_top.png
|
||||
icons/laughing_man.png
|
||||
icons/messages.png
|
||||
icons/minus-circle.png
|
||||
icons/quote-left.png
|
||||
icons/refresh.png
|
||||
icons/retweet.png
|
||||
icons/sign-out.png
|
||||
icons/star-o.png
|
||||
icons/star.png
|
||||
LoginSheet.qml
|
||||
main.qml
|
||||
moment.js
|
||||
NewPostSheet.qml
|
||||
parser.js
|
||||
WebViewSheet.qml
|
||||
PostItem.qml
|
||||
ProfilePage.qml
|
||||
RefreshItem.qml
|
||||
SettingsPage.qml
|
||||
icons/ic_favorite.png
|
||||
icons/ic_cancel.png
|
||||
icons/bookmark.png
|
||||
icons/laughing_man.png
|
||||
icons/at.png
|
||||
icons/home.png
|
||||
icons/ic_edit.png
|
||||
icons/ic_doctype_picture.png
|
||||
icons/globe.png
|
||||
icons/ic_add_bookmarks.png
|
||||
icons/ic_copy.png
|
||||
icons/ic_to_top.png
|
||||
icons/sign-out.png
|
||||
icons/bell.png
|
||||
icons/quote-left.png
|
||||
icons/bell-slash.png
|
||||
icons/ic_reply.png
|
||||
icons/messages.png
|
||||
icons/star-o.png
|
||||
icons/ic_contact.png
|
||||
icons/comments.png
|
||||
icons/ic_info.png
|
||||
icons/ic_to_bottom.png
|
||||
icons/ic_add.png
|
||||
icons/retweet.png
|
||||
icons/ic_del_bookmarks.png
|
||||
icons/minus-circle.png
|
||||
icons/star.png
|
||||
icons/ic_reload.png
|
||||
icons/ic_reply_all.png
|
||||
icons/refresh.png
|
||||
icons/ic_compose.png
|
||||
icons/default_cover.png
|
||||
LoginSheet.qml
|
||||
UserItem.qml
|
||||
main.qml
|
||||
StreamTab.qml
|
||||
ThreadPage.qml
|
||||
UserItem.qml
|
||||
AboutPage.qml
|
||||
parser.js
|
||||
UserPage.qml
|
||||
WebViewSheet.qml
|
||||
AppCover.qml
|
||||
moment.js
|
||||
NewPostSheet.qml
|
||||
ProfilePage.qml
|
||||
SettingsPage.qml
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
|
||||
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
|
||||
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
|
||||
<versionNumber>0.9.1</versionNumber>
|
||||
<versionNumber>0.9.2</versionNumber>
|
||||
|
||||
<!-- Fourth digit segment of the package version. First three segments are taken from the
|
||||
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
|
||||
|
|
|
@ -48,47 +48,47 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../assets/PostItem.qml" line="290"/>
|
||||
<location filename="../assets/PostItem.qml" line="289"/>
|
||||
<source>Reply All</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../assets/PostItem.qml" line="301"/>
|
||||
<location filename="../assets/PostItem.qml" line="299"/>
|
||||
<source>Delete Bookmark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../assets/PostItem.qml" line="301"/>
|
||||
<location filename="../assets/PostItem.qml" line="299"/>
|
||||
<source>Add Bookmark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../assets/PostItem.qml" line="312"/>
|
||||
<location filename="../assets/PostItem.qml" line="310"/>
|
||||
<source>Delete Repost</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../assets/PostItem.qml" line="312"/>
|
||||
<location filename="../assets/PostItem.qml" line="310"/>
|
||||
<source>Repost</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../assets/PostItem.qml" line="323"/>
|
||||
<location filename="../assets/PostItem.qml" line="321"/>
|
||||
<source>Quote</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../assets/PostItem.qml" line="332"/>
|
||||
<location filename="../assets/PostItem.qml" line="330"/>
|
||||
<source>View Profile</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../assets/PostItem.qml" line="339"/>
|
||||
<location filename="../assets/PostItem.qml" line="337"/>
|
||||
<source>Copy text</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../assets/PostItem.qml" line="369"/>
|
||||
<location filename="../assets/PostItem.qml" line="367"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Reference in a new issue