Skip to content

Commit

Permalink
1.03 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrscool8 committed Feb 18, 2021
1 parent 279091b commit fe90cb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified homebrew_details.elf
Binary file not shown.
Binary file modified homebrew_details.nro
Binary file not shown.
1 change: 1 addition & 0 deletions src/utils/panels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ void show_whatsnew_panel()
appView->setIcon(get_resource_path() + "icon.png");
appView->sidebar->setWidth(250);

appView->addTab("v1.03", generate_changelog_panel("Encoding Fixes", "Feature:*- Info module on main screen**Tweaks:*- Battery info notice when info not available**Crash Fixes:*- Check text encoding before writing to json*- Stricter validation of nacp info to avoid crashing or reading garbage"));
appView->addTab("v1.01", generate_changelog_panel("New Forwarder App", "Features:**- New \"What's New\" panel on main screen that shows recent changelogs (like this!)*- New Forwarder .nsp installable to your home menu**Fixes:**- Tiny potential problem affecting early 1.0 updates fixed*- Fix situation where blacklists may not apply**New Forwarder Overview:**- Display versions of HB-D on your card*- Choose and run your choice manually*- Automatically run your choice without additional input*- Included in this update and can be found at \"sdmc:/config/homebrew_details_next/forwarder*/HomebrewDetailsForwarder_v2.nsp\""));
appView->addTab("v1.0 ", generate_changelog_panel("The Complete Overhaul", "Long time, no see! For the last four months or so I've been rewriting the application almost completely from the ground up. Here's what's new.**Features:**- Scan files more than twice as fast*- Cache app lists to json and instantly reload them on next run without having to rescan*- Cache app icons for instantly reloading menus*- Sort list by categories (name, path, author, size, category)*- Sort list ascending or descending*- Group sorted lists by category (none, author, category, from appstore)*- Groundwork for language localization*- Groundwork for multiple view styles (icon grid and icon list coming soon)*- Welcome Page and Introduction for first run*- Settings is now a categorized json*- Pin Favorite apps to the top of the list*- Move Settings and Updater into their own panels accessible by list or main screen*- Delete folder if deleting app and it's the only thing in the folder*- Basically every other aspect rewritten for speed and stability**Frameworks:**- Updated nlohmann json*- Updated libnx*- Updated borealis ui*- Updated curl"));
appView->addTab("v0.95", generate_changelog_panel("Exit-To Settings", "- Added a new setting of what to exit to (between hb-menu and hb-d)"));
Expand Down

0 comments on commit fe90cb7

Please sign in to comment.