Skip to content

Commit

Permalink
Chore: bumped the version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekazakov committed Dec 29, 2024
1 parent cd65597 commit 1bd5197
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>1.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand All @@ -37,7 +37,8 @@
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2013-2024 Michael Kazakov.
All rights reserved.</string>
<string>Copyright © 2013-2025 Michael Kazakov.
All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>1.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand All @@ -39,7 +39,7 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2013-2024 Michael Kazakov.
<string>Copyright © 2013-2025 Michael Kazakov.
All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
Expand Down
2 changes: 1 addition & 1 deletion WHATS_NEW.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What's New in Nimble Commander

## Version 1.7.0 (TBA)
## Version 1.7.0 (18 Dec 2024)
- Updated for macOS Sequoia.
- The integrated viewer now provides syntax highlighting using the Lexilla library.
- The integrated viewer no longer uses toolbars; instead, a status bar is used to save space.
Expand Down

0 comments on commit 1bd5197

Please sign in to comment.