Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redsolver committed Aug 30, 2020
1 parent b2cbd9a commit 424892a
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## master
## 1.2.1

- Added Android App Shortcut for creating a new note from the homescreen
- Added proper table borders
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ Compatible with notes saved in [Notable](https://notable.app/)

## Changelog

### 1.2.1

- Added Android App Shortcut for creating a new note from the homescreen
- Added proper table borders
- Fixed some bugs

### 1.2.0

- Added AsciiMath support
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed android/app/src/main/res/drawable/note_plus_outline.png
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/page/note_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class _NoteListPageState extends State<NoteListPage> {
const ShortcutItem(
type: 'action_create_note',
localizedTitle: 'Create note',
icon: 'note_plus_outline'),
icon: 'ic_shortcut_add'),
]);

/* // For sharing or opening urls/text coming from outside the app while the app is in the memory
Expand Down
5 changes: 5 additions & 0 deletions lib/page/preview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ table, th, td {
th, td {
padding: 4px;
}
pre {
max-width: 100%;
overflow-x: scroll;
}
</style>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A markdown note-taking app for mobile devices.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.2.0+120
version: 1.2.1+121

environment:
sdk: ">=2.5.0 <3.0.0"
Expand Down

0 comments on commit 424892a

Please sign in to comment.