Skip to content

Commit

Permalink
Merge branch 'release/0.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mangerlahn committed Jul 9, 2022
2 parents 92e947e + 912232c commit 3ba55e0
Show file tree
Hide file tree
Showing 159 changed files with 6,938 additions and 535 deletions.
155 changes: 155 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
# 0.8.1
#### New and Improved:
- Language Support for various languages like:
- Croatian (Thanks Milo!)
- Italian (Thanks Christiano!)
- Korean (Thanks 이정희!)
- Malay (Thanks Rosdi!)
- Slovak (Thanks Marek!)
- Tweaked French Localization (Thanks J. Lavoie!)
- Tweaked German Localization
More langauges like Arabic, Catalan, Chinese, Indonesian and Norwegian are well on the way.

#### Now Fixed:
- Added a fallback to look for files manually if Spotlight is not available (Thanks mbarashkov!)
- Apps using DevMate should now correctly update though Latest
- Smaller UI fixes
# 0.8
#### New and Improved:
- The Update All button returned to the toolbar. (Thanks [decodism][1]!)
- Icons of unsupported apps are now dimmed in the app list. (Thanks decodism!)
- Added an action to open apps right from app list.

#### Now Fixed:
- Latest should be much more stable when apps are updated.
- Latest mistakenly showed updates for iPad versions of apps, fixed.
- The progress indicator on updates animates at normal speed on displays with high refresh rate.
- Fixed a crash when opening release notes that requested an unknown font.

# 0.7.3
Version 0.7.3 fixes a crash that occurred when updating apps.

# 0.7.2
Version 0.7.2 provides smaller fixes and UI improvements:
- The source icon for each app is now displayed alongside the release notes instead of the app list.
- Tweaked the update button size and animations
- Fixes disabled "Update All" menu item
- Apps contained in other apps are no longer listed

# 0.7.1
Version 0.7.1 fixes a crash on launch that occurred for some people.

# 0.7
#### What's New:
- Refined interface with support for macOS Big Sur
- Runs natively on M1 Macs
- Adds Update checking support for iOS apps installed from the Mac App Store (M1 Macs only)
- Latest is now available in French (Thanks [Flavien][2]!)
- A little icon next to an app's name shows its source (Mac App Store or Web)
- Adds an option to display unsupported apps in the update list, they appear greyed out

#### Improvements:
- Apps in your User-Application folder are now checked as well
- Latest automatically quits when closing the window

#### Now Fixed:
- Some supported apps would not appear (Thanks [Simeon][3]!)
- The window would not maximize when minimized in the dock
- Fixed a crash when right-clicking insite the update list
- Fixed a crash when quitting Latest or updating apps while Latest is open

# 0.6.3
#### Now Fixed:
- Fixed a crash that occurred when searching for apps.

# 0.6.2
#### Improved:
- Better handling of empty selection in the update list
- Significant faster startup time for some users
- Apps are inserted faster into the list on update checks

#### Now Fixed:
- Fixed a crash that occurred after update checks.
- Minor interface and localisation fixes.

> Note: This update removes the ability to update apps from the Mac App Store directly in Latest. I plan to bring this feature back in one of the next updates.
# 0.6.1
#### Now Fixed:
- Fixed a crash that occurred after update checks.
- Minor interface and localisation fixes.

# 0.6
#### Whats New and Improved:
- Add ability to update apps within Latest! (#9)
- Add ability to ignore certain apps. (#17)

#### Now Fixed:
- Improvements to the update list and Touch Bar integration.
- Add link to website (#44) and donations page.

# 0.5
#### Whats New and Improved:
- Add search functionality to quickly browse apps by their name.
- Apps within the Setapp folder are ignored for now, as the update might not be available yet.

#### Now Fixed:
- Various graphics issues in the release notes

# 0.4.5
This is basically version 0.4.4, but there was an issue with codesigning so many people were not able to open the app. I am very sorry about that!

# 0.4.4
#### Now Fixed:
- Includes basic state restoration
- Fixes for the release notes in macOS Mojave

# 0.4.3
Version 0.4.3 slightly improves the way Latest handles offline situations and fixes a bug that caused apps in the update list to disappear after reload.

# 0.4.2
This update fixes some cases where the app could crash based on [\#25][4].

# 0.4.1
#### Now Fixed:
- Improvements to the Sparkle parser for better quality of information and filtering of unsupported apps (partly [\#27][5])
- The "Open All" button really opened all installed apps! ([\#26][6])

# 0.4
#### Whats new:
- Redesigned, uniform Release Notes ([\#3][7])
- Touch Bar Support ([\#20][8])
- Latest can show already installed updates ([\#15][9])
- Latest now searches subfolders for updates ([\#22][10])

#### Thats fixed:
- Apps will no longer disappear after reload ([\#21][11], [\#23][12])
- Some release notes failed to load ([\#24][13])

# 0.3.2
#### Now Fixed:
- Sparkle Apps deployed with DevMate are now supported
- Use a new version checker to hopefully cover more cases correctly
- Improvements to the checkers performance
- Fix stuck progress bar

# 0.3.1
- Latest can now update itself through Sparkle

# 0.3
- App reloads if an app gets updated
- Small UI tweaks

[1]: https://github.com/decodism
[2]: https://github.com/flavienbonvin
[3]: https://github.com/sleifer
[4]: https://github.com/mangerlahn/Latest/issues/25
[5]: https://github.com/mangerlahn/Latest/issues/27
[6]: https://github.com/mangerlahn/Latest/issues/26
[7]: https://github.com/mangerlahn/Latest/issues/3
[8]: https://github.com/mangerlahn/Latest/issues/20
[9]: https://github.com/mangerlahn/Latest/issues/15
[10]: https://github.com/mangerlahn/Latest/issues/22
[11]: https://github.com/mangerlahn/Latest/issues/21
[12]: https://github.com/mangerlahn/Latest/issues/23
[13]: https://github.com/mangerlahn/Latest/issues/24
Loading

0 comments on commit 3ba55e0

Please sign in to comment.