File tree Expand file tree Collapse file tree 7 files changed +26
-7
lines changed
Expand file tree Collapse file tree 7 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 0.1.1] - 2018-04-04
10+ ### Changed
11+ - Updated icon
12+
13+ ## 0.1.0 - 2016-09-29
14+ ### Added
15+ - Initial release
16+
17+ [ Unreleased ] : https://github.com/cornips/flobro/compare/1.0.0...HEAD
18+ [ 0.1.1 ] : https://github.com/cornips/flobro/compare/0.1.0...v0.1.1
Original file line number Diff line number Diff line change 11# flobro
22Floating Browser Window
33
4- ![ flobro, insert a URL and view the page in a floating window] ( http://fbw .cornips.nl/assets/img/promo-en-1400x560.png )
4+ ![ flobro, insert a URL and view the page in a floating window] ( http://flobro .cornips.nl/assets/img/promo-en-1400x560.png )
55
6- Sometimes it's nice to have a floating browser window on your screen. With ** flobro** you can do this!
6+ Sometimes it's nice to have a floating browser window on your screen. With ** flobro** you can do this!
77** flobro** is an application that turns webpages into application windows.
88
99## Installation
10- Go to [ fbw .cornips.nl] ( http://fbw .cornips.nl/ ) and click the download button.
10+ Go to http://flobro .cornips.nl/ (http://flobro .cornips.nl/) and click the download button.
Original file line number Diff line number Diff line change 99 "name" : " __MSG_appName__" ,
1010 "short_name" : " __MSG_appShortName__" ,
1111 "author" : " Martijn Cornips" ,
12- "version" : " 0.1.0 " ,
13- "version_name" : " 0.1.0 beta" ,
12+ "version" : " 0.1.1 " ,
13+ "version_name" : " 0.1.1 beta" ,
1414
1515 "default_locale" : " nl" ,
1616 "description" : " __MSG_appDesc__" ,
1717 "icons" : {
18- "128" : " assets/icon-128.png" ,
1918 "16" : " assets/icon-16.png" ,
20- "32" : " assets/icon-32.png"
19+ "32" : " assets/icon-32.png" ,
20+ "48" : " assets/icon-48.png" ,
21+ "128" : " assets/icon-128.png"
2122 },
2223
2324 "minimum_chrome_version" : " 40" ,
You can’t perform that action at this time.
0 commit comments