You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,32 +2,32 @@
2
2
3
3
## v1.2
4
4
5
-
** New Features **
5
+
###New Features
6
6
- Recovering twitter usernames from column titles
7
7
- Protection against errors caused by a Twitter username that does not exist and against column titles of the wrong type
8
8
9
-
** Changed**
9
+
###Changed
10
10
- Update of the 'README.md' file
11
11
12
-
** Feature Change **
12
+
###Feature Change **
13
13
- Taking into account the number of columns in the page Notion in a dynamic way
14
14
15
-
** Added: **
15
+
###Added: **
16
16
- Added "checkTwitterUsername" function that checks if a Twitter user exists
17
17
- Added "getUsernames" function that retrieves the username in the column title of the Notion page
18
18
- Added function "aggColumnUsername" which calls sub-functions that check that the username exists on twitter and that the title of the column is of type "heading_1
19
19
- File ’CHANGELOG.md’
20
20
21
21
## v1.1
22
22
23
-
** New Features**
23
+
###New Features
24
24
- Display of four twitter accounts on one page Notion
25
25
26
-
** Changed **
26
+
###Changed
27
27
- Changed of the "main" function to call the different functions and add the tweets in each column
28
28
- Changed of the "appendEmbed" function so that it adds a block containing a tweet generated via the variables in parameters.
29
29
30
-
** Added: **
30
+
###Added:
31
31
- Added a "getTweet" function that retrieves the id of a user's tweets
32
32
- Added "getColumnIDs" function which retrieves the columns id of the Notion page
33
33
- File ’README.md’
@@ -37,7 +37,7 @@
37
37
38
38
Initial release.
39
39
40
-
** Added:**
40
+
###Added:
41
41
- Added the "appendEmbed" function which adds a block of type "Embed" which contains the url of a tweet
42
42
- Added the "apiCall" function which retrieves the content of the Notion page
0 commit comments