Bump version to 1.1.0+2. New features since 1.0.x: - Three editor modes: View (read-only, syntax-highlighted), Edit, Preview - Favorites: swipe right to star a note; Show Favorites filter in menu - Long-press a note to open scrolled to end; Edit mode always places cursor at end of file - Subdirectory note creation (subdir/notename) and search (/subdir) - Tag search (#tag @context +project) with case-insensitive matching - Tag highlighting no longer falsely matches phone numbers / emails - Font size slider and Share button in editor menu - Search cache: note metadata indexed at load time, no per-keystroke file I/O - App ID changed to com.randogoth.muzzlevelocity Update Help and About texts to document all current features. Update QuickStart note for new installs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
46 lines
No EOL
1 KiB
YAML
Executable file
46 lines
No EOL
1 KiB
YAML
Executable file
name: muzzle_velocity
|
|
description: "A new Flutter project."
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
version: 1.1.0+2
|
|
|
|
environment:
|
|
sdk: ^3.6.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.8
|
|
file_picker: ^11.0.2
|
|
flutter_highlight: ^0.7.0
|
|
flutter_code_editor: ^0.3.2
|
|
flutter_markdown: ^0.7.6+2
|
|
flutter_markdown_latex: ^0.3.4
|
|
google_fonts: ^8.1.0
|
|
markdown: ^7.3.0
|
|
path: ^1.9.0
|
|
path_provider: ^2.1.5
|
|
permission_handler: ^12.0.3
|
|
shared_preferences: ^2.5.2
|
|
highlight: ^0.7.0
|
|
open_filex: ^4.6.0
|
|
flutter_svg: ^2.0.17
|
|
flutter_launcher_icons: ^0.14.3
|
|
share_plus: ^12.0.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/
|
|
- google_fonts/
|
|
|
|
flutter_launcher_icons:
|
|
android: true
|
|
image_path: "assets/blaster_icon.png"
|
|
adaptive_icon_background: "assets/blaster_bg.png"
|
|
adaptive_icon_foreground: "assets/blaster_fg.png"
|
|
adaptive_icon_monochrome: "assets/blaster_mono.png" |