Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Dec 3, 2017
1 parent faddfc9 commit ca4b25c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions assets/changelog.txt
@@ -1,3 +1,7 @@
84/1.9.8.5
Preference to add "Random Subreddit" item to main menu (thanks to Andrew Philipchik)
Fixed handling of /r/random (thanks to Andrew Philipchik)

83/1.9.8.4
Ability to disable inbox replies when commenting (thanks to Clubfan22)
Fix for fullscreen video in internal browser (thanks to Clubfan22)
Expand Down
11 changes: 7 additions & 4 deletions src/main/res/values/strings.xml
Expand Up @@ -152,8 +152,7 @@
<string name="mainmenu_all">All Subreddits</string>
<string name="mainmenu_custom">Custom Subreddit</string>
<string name="mainmenu_custom_invalid_name">Invalid subreddit name.</string>
<string name="mainmenu_random">Random Subreddit</string>
<string name="mainmenu_saved">Saved Posts</string>
<string name="mainmenu_saved">Saved Posts</string>
<string name="mainmenu_hidden">Hidden Posts</string>
<string name="mainmenu_upvoted">Upvoted Posts</string>
<string name="mainmenu_inbox">Inbox</string>
Expand Down Expand Up @@ -1013,8 +1012,6 @@

<string name="pref_menus_show_popular_main_menu_key" translatable="false">pref_menus_show_popular_main_menu</string>
<string name="pref_menus_show_popular_main_menu_title">Show /r/popular in main menu</string>
<string name="pref_menus_show_random_main_menu_key" translatable="false">pref_menus_show_random_main_menu</string>
<string name="pref_menus_show_random_main_menu_title">Show /r/random in main menu</string>
<string name="pref_behaviour_video_playback_controls_key" translatable="false">pref_behaviour_video_playback_controls</string>
<string name="pref_behaviour_video_playback_controls_title">Enable video playback controls</string>

Expand All @@ -1027,4 +1024,10 @@

<!-- 2017-11-01 -->
<string name="disable_replies_to_infobox_failed">Disabling replies to inbox failed</string>

<!-- 2017-12-03 -->
<string name="mainmenu_random">Random Subreddit</string>
<string name="pref_menus_show_random_main_menu_key" translatable="false">pref_menus_show_random_main_menu</string>
<string name="pref_menus_show_random_main_menu_title">Show /r/random in main menu</string>

</resources>

0 comments on commit ca4b25c

Please sign in to comment.